I\'ve had absolutely no luck in finding information about supporting multiple conditions for a Target.Specifically, depending upon the project configura开发者_StackOverflow中文版tion, I\'d like AfterB
I have a Visual Studio setup project that generates an msi installer.The in开发者_开发知识库staller works fine if I run it as an administrator.If it is not run as an administrator my updates to HKEY_C
I have successfully packaged up my application to be deployed and installed on a windows workstation. After installing the application on my computer, the desktop icon does not have my app\'s icon as
First off, I know that there are similar questions on SO, but I have yet to see any answer that fits my issue.
I crea开发者_StackOverflow中文版ted a MSI \"appA.msi\" with WiX 3.5 and have discrete GUIDs in the .wxs file for
I am working on an application which is having an option for repair. I have scheduled one of my cleanup custom action for temp files after InstallFinaliz开发者_开发技巧e. Now when I am doing repair of
I would like to know the path开发者_开发问答 where the msi is located whithin the InstallerClass that I use as a custom action in the setup.
Normally, to enable logging, you\'d say msiexec ... /l*v [or any other combination]. You can also enable logging all products via the registry tweak.
I have an MSI installer with a c# custom action running at the end that executes an sql script before the installer exits. We decided the best way to do this is to stick the sql script file in the sam
I have been trying to create a log file for an issue with our installer with the following commands: msiexec /i \"installer.msi\" /l*v \"log.log\"