wix
Installing Visual Studio Snippets with Wix
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[详细]
2023-03-27 10:18 分类:问答How do I take a command line parameter and add it to the registry using wix installer?
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开发者[详细]
2023-03-27 04:29 分类:问答Use Environment Variable in WiX script to set Install location
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[详细]
2023-03-26 21:01 分类:问答Setting environment variables requires reboot on 64-bit
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:[详细]
2023-03-26 20:33 分类:问答How to align or resize controls on Form?
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[详细]
2023-03-26 17:26 分类:问答Uninstalling msmq causes msi created using Wix to fail
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:[详细]
2023-03-26 08:44 分类:问答Call custom action in WIX on change of value in Combox
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[详细]
2023-03-26 07:44 分类:问答Add/Enable handler mapping in IIS 7/7.5 using WIX 3.5
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[详细]
2023-03-26 06:36 分类:问答Wix installer CAQuietExec custom action
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.[详细]
2023-03-25 13:33 分类:问答Wix Installer Problem: Why does RestartManager mark Service as RMCritical and not RMService
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[详细]
2023-03-25 13:22 分类:问答