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?
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\":
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
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
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
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
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
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
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
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.