I have a MSI assembly which is an upgrade.The Upgradecode remains the same between the previous release and the new upgrade assembly.I also have the RemovePrevious attribute set so old version is remo
I had a windows installer install a service I created. I tested on my dev machine rather than a test machine. The application files no longer exist and the service does not show up in the list of Wind
I have a strange issue that a开发者_运维知识库lthough not critical I\'m wondering why it\'s happening.
I have a .NET winform application that requires to register a native dll during installation. My question is how can I register a dll (regsvr32 ABC.dll) as part of MSI install开发者_Python百科ion proc
I created an installer, deployed to our test environment and got an error due to a missing dll (it was not included in the wsx file). Is it possible to create a MSP patch to ship the missing dll or i开
So I have a huge file structure which I want the installer, I am building using wix, to copy on the client location.Currently I am typing it out like:
I\'ve got a legacy project where they had a bunch of visual studio setup projects to create installation packages of the same plugin for different versions of a 3rd party application.
We currently use WiX 开发者_Go百科for building our MSI files, and as such it is the only MSI builder I have had experience using. I know you can build installers natively in Visual Studio though. What
I have two product Configuration releases for my MSI, namely Release1 & Release2. I have added a checkbox to the ReadyToInstall Dialog. I want this checkbox to be visible only when I build Release
I have added a checkbox to the ReadyToInstall Dialog in Installshield for a basic MSI. What I want to do is to set a property ISCHECKBOXSELECT to 0 or 1 depending on w开发者_C百科hether the CheckBox w