wix3
Do WiX patches update registry settings?
This is a two-part question: Do \"just-WiX\" WiX patches update components with RegistryValue key-paths when those RegistryValues are different in the updated build?[详细]
2023-03-03 19:44 分类:问答WiX patching not updating files correctly
My \"admin-image\" style WiX test patches are failing to update the existing installation correctly. When using msiexec /lx, I get the following information related to patching \"fi_executable.exe\":[详细]
2023-03-02 22:59 分类:问答How do you exclude specific files from a WiX patch?
I\'m using WiX\'s admin-image-style patch creation, but the resulting patch contains extra files that I don\'t want to include. My understanding of WiX patching is that it is \"inclusive\" by default[详细]
2023-02-28 07:05 分类:问答Is there a way to add paths to 3rd Party assemblies for proper directory harvesting by heat?
We are trying to introduce more automation into the开发者_StackOverflow generation of our installation using heat.Our build outputs artifacts in a directory that I would like to harvest using heat.Sin[详细]
2023-02-16 21:39 分类:问答Wix RegistryKey Permission
I am attempting to install a registry key that sh开发者_运维技巧ould only be accessible by certain users.Every other part of the installer works (it installs a service and registers a component).Here[详细]
2023-02-10 07:25 分类:问答Gracefully close application before installing through Wix managed custom action
In my WiX installer I want to gracefully close the application that is about to be updated if it is still running. I do not want to prompt the user to close and I do not want to kill the process. I ne[详细]
2023-02-09 11:49 分类:问答How to create a per-user Startup folder shortcut in a per-machine installation?
I am installing an application using WiX 3 for all users (property ALLUSERS=1). I would like to create a shortcut to my application in the current user\'s Startup folder. How can I override the ALLUSE[详细]
2023-02-06 15:10 分类:问答Windows Installer: can two different installer share the same componet
I have two installers - one for 64-bit Windows and another for 32-bit Windows. The 32-bit installer installs 32-bit executable and DLls, while the 64-bit installer installs 64-bit exes and dlls as wel[详细]
2023-02-05 22:06 分类:问答Wix 3, drop exit dialog
Is it possible to skip the finish dialog after installation? 开发者_StackOverflowThe reason why we want this is because we launch a new installation when the first installation finished, and that wor[详细]
2023-02-05 01:53 分类:问答How to set Property value in WIX
Usually, we can set this value as a text, while what I need is a directory name, which means I 开发者_如何学运维need set ProgramFilesFolder to this value.[详细]
2023-02-01 05:38 分类:问答