I\'m struggling with wix setup for one project I\'m working on. I have decided to give a wix try and it is not going well so far.
I want to backup the folder before the new files are overwritten using WIX control. Example: My installation folder is \"Ifolder\", I upgraded my product with the latest changes and created the setu
I would like to put an image banner on one of my WiX dialogs that when clicked opens a web page for our product support, in case users have trouble with the installation. I think I know how to open th
During the installation, I have to install an external driver which depends on the operating system of the PC. I know I can build several installer packages for every OS, but I have to do it in one in
I have a WiX install package. I use the TARGETD开发者_运维百科IR property to do some stuff in my uninstall custom actions. The TARGETDIR used to work fine, but then I made a change (I don\'t remember
I\'m using WiX to deploy my application. This application uses a registry key which is shared between x64 and x86 processes. Thus it 开发者_StackOverflowmust not use the Wow64Node. The application use
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?
When installing an MSI package, any shared files which get upgraded will automatically force the other components/services that use that file to restart. This is done using the Restart Manager on Wind
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 wanted to add an existing user to the A开发者_C百科dministrators group but unable to do so. Using custom table I can add the user to the group I have created through script but not in the groups alr