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:
I want to download Adobe Acrobat Reader when user selects the option to download it in the Windows Installer Setup screen. I created a dialog for screen. Now, when user 开发者_Go百科selects the checkb
Currently, I\'m following the steps described here to add a checkbox in the final step, but it seems that the checkbox still exits when I do the uninstallation. Does anybody know why or how to do a ch
I have an installer that needs to access the registry and copy and remove files using custom actions.
My MSI setup built by InstallShield 2011 (Stand alone version on a TFS) does not include all the required assemblies. The assemblies are not directly referenced in the project but injected dynamically
I have a large Visual Studio 2008 solution with several .NET-projects. When I do a Relase build I get a bunch of files (ddls, images, etc) and folders in a output folder. What I want to do now is to t
I wrote an installer a bit back that installs a service that I wanted to start when the installer finished.I put the code to start 开发者_运维知识库the service in the OnCommitted method of the Service
I am aware that there are other questions that are similar but either they are not 开发者_如何学Canswered properly or the answer isn\'t fixing my problem.