vsinstaller

Visual Studio Installer Project: Installer and Application Icons

痴心易碎 提交于 2019-12-22 04:07:54
问题 I've got an icon for one of my applications, which I've embedded in a resource file and is used as the main icon for the application. So far so good. However, I want to use the same icon for the installer project, and for the shortcut that the installer places in the Start Menu. I can set the icon for the installer package itself, but only if I add the icon as an .ico file in the main application folder. The whole point of embedded the icon in a resource file is so that I don't have an ICO

Adding launch conditions to Microsoft Visual Studio Installer Projects (check app is running)

有些话、适合烂在心里 提交于 2019-12-12 23:07:35
问题 I'm using Microsoft Visual Studio Installer Projects for my Hybrid Widndows Forms/WPF project. I need to make sure the user has closed the Application (an older version), if active, before the installer can proceed, can this be possible with a Visual Studio Installer Project? All I've seen so far is that the installer adds by default a dependency to .NET Framework and it won't run unless the dependency is installed first. 回答1: UPDATE : Windows Installer-Avoid FileinUse dialog box when

Visual Studio Installer Project: Installer and Application Icons

走远了吗. 提交于 2019-12-05 03:41:44
I've got an icon for one of my applications, which I've embedded in a resource file and is used as the main icon for the application. So far so good. However, I want to use the same icon for the installer project, and for the shortcut that the installer places in the Start Menu. I can set the icon for the installer package itself, but only if I add the icon as an .ico file in the main application folder. The whole point of embedded the icon in a resource file is so that I don't have an ICO file floating around in Program Files. I can't access the resource file from the main project in the

WPF application crashes when I launch

做~自己de王妃 提交于 2019-12-02 17:21:47
问题 I used 'Microsoft Visual Studio Installer' to create a MSI for a legacy c# WPF application. After I install, I see this error BELOW. Do I have the wrong net framework installed ? Faulting application name: MyDesktop.UI.exe, version: 1.20.7097.18607, time stamp: 0x5cfa9cce Faulting module name: clr.dll, version: 4.7.3416.0, time stamp: 0x5cabfd2c Exception code: 0xc0000005 Fault offset: 0x0045510d Faulting process id: 0x93c Faulting application start time: 0x01d51d5595e74050 Faulting