windows-installer
Supporting different AfterBuild behaviors in WiX 3.5
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[详细]
2023-03-31 20:54 分类:问答How do I force a Visual Studio setup project generated msi installer to only run in administrative mode?
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[详细]
2023-03-31 16:18 分类:问答Desktop Icon in installation package - Windows Install Package
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[详细]
2023-03-31 15:44 分类:问答InstallShield remove file not originally installed on uninstall using RemoveFile
First off, I know that there are similar questions on SO, but I have yet to see any answer that fits my issue.[详细]
2023-03-31 14:38 分类:问答WiX Duplicate Version Product Installed
I crea开发者_StackOverflow中文版ted a MSI \"appA.msi\" with WiX 3.5 and have discrete GUIDs in the .wxs file for[详细]
2023-03-31 07:54 分类:问答application size doubles on repair
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[详细]
2023-03-30 14:44 分类:问答How to get the msi path within installerclass in C#
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.[详细]
2023-03-30 10:07 分类:问答Trigger logging from within Wix script
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.[详细]
2023-03-29 23:16 分类:问答Locate original location of installer exe on disk from within the installer c#
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[详细]
2023-03-29 15:12 分类:问答Create an MSI log file
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\"[详细]
2023-03-29 15:05 分类:问答