I created an installer, deployed to our test environment and got an error due to a missing dll (it was not included in the wsx file). Is it possible to create a MSP patch to ship the missing dll or i开
Currently I have customised the Wix_InstallDirDlg to enable the user to set a registry key on install. There is a custom dialog that is shown after both the InstallDirDlg and the MaintenanceTypeDlg so
I want to create a multi-language MSI. Therefore I use torch to create transform files. With some languges it works and with others I got the following error.
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
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 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
I have downloaded the newest version of Wix Toolset and have made a custom dialog开发者_StackOverflow中文版 to get the connection string for the database from the user. When I test run the Msi on a Wi
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
I have created a setup project with VS2008 for a .NET Windows Forms application using .NET Framework 3.5.