I created an installer for MVVM Light and part of the installation is about code snippets for Visual Studio 2010, 2010 Express and 2008. Unfortunately, the code snippets are installed into a folder wi
I have a WIX installer script and I want to be able to let the user of the resultant MSI file to be able to set the default language, product key and user information during that command line ca开发者
I am creating WiX installer to drop my custom VS 2010 extension inside Visual Studio Extensions folder. I want to use the system environment variable VS100COMNTOOLS to figure out the VS installed path
I am working on an installer using Wix 3.5 that needs to set the system PATH environment variable. This is how I am setting the environment variable:
WixEdit cannot align (to right) controls on form. SharpDevelop doesn\'t save chang开发者_Python百科es in wxs file. How to do it?Set RightAligned attribute of Control element to \'yes\'. It will make t
I have a component in my wix project which installs a message queue on installation.When trying to uninstall it fails with the error in the log:
Am stuck with combo box and custom action in WIX installer. I have a combo box(drop down) containing few values. I want to show some text on the screen (unique for each item in dropdown) when the use
WIX 3.5 works using IIS6 for adding wildcard but for IIS7/7.5 there are 2 problems. Handler Mappings is disab开发者_如何转开发led by default
I\'m trying to execute a custom action in a Wix installer, to grant permission to bind to a HTTP socket, on Windows Server 2008. However the installer isn\'t quite working.
I\'m trying to prevent our wix installers from prompting the user for a reboot when uninstalling.Our services are set to be uninstalled and deleted on an uninstall.Unfortunately for us the RestartMana