I have created a major upgrade to my installer script, one of the additional components needs to be inserted into the GAC.I am using the following code sequence
Can i save feature state and action into property value? Like <Property id=\"prop\" Value=开发者_如何学运维[!MyFeature]\" />
On Windows, when a program installed via MSI is run through an advertised shortcut, it checks that all the installed features exist开发者_JS百科 and runs self-healing/auto-repair to replace missing on
I am creati开发者_运维技巧ng a setup project in WiX, I\'ve used WixUI_Common as a base and extended it with my custom dialogs. But when the user gets to the InstallDirDlg dialog, the installation path
I am trying to write a custom actions class library for my WiX install package. I\'ve read that I should use CustomActionAttribute to mark the methods that I am planning to call from install package.
Can I use CustomActionAttribute in classes that inherit from System.Configuration.Install.开发者_运维百科Installer? I want my class library to support both WiX and Visual Studio setup project.I don\'t
How can I log only the change开发者_运维技巧s causing a MSI file made by Installshield 2008 to reinstall via \"self-repair\"?
Is it possible to hide textboxes on checkbox checked in W开发者_运维问答iX?Thanks for your comments, the first comment helped me. It is done like this:
I\'ve modified Wix\'s InstallDir dialog set. I\'ve removed the licence agreement and added my own dialog. I show the first dialog using:
Regarding the answer provided at this link: Proposed solution I tried to use this method in a several ways and I was unable to get it to work. I have double checked that I am running the framework 4