I think my question says it all. I\'ve been trying to learn from: http://www.tramontana.co.hu/wix/lesson7.php#7.1
I have a .NET winform application that requires to register a native dll during installation. My question is how can I register a dll (regsvr32 ABC.dll) as part of MSI install开发者_Python百科ion proc
I have an installer (made using wix). During installation it takes input from user to be used in setting up an IIS website. Now the problem was that during uninstall it was corrupting the IIS default
I developed a custom installer with WiX for a .NET WPF application. It works fine if I right-click and run as administrator, however when running without, some co开发者_如何学Cmponents fail to install
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开
So I have a huge file structure which I want the installer, I am building using wix, to copy on the client location.Currently I am typing it out like:
I have a Wix solution to install an application. When attempting to uninstall the application from control panel while it is running, a popup is appear开发者_StackOverflow社区ing to close the applicat
I have a strange issue with Wix I\'m creating a shortcut to a config tool for a windows service. I want to pass the config file for the windows service as an argument to the config tool.
I have an existing large WiX install tha开发者_如何学Ct has already been released.I need to create a small install for just a couple of files that have changed.I have created a patch (.MSP file) in Wi
I have multiple wxs files that are generated by heat.exe. Each file has a root element Wix, two children Fragment, and each of the Fragment elements have a DirectoryRef and ComponentGroup element resp