I Am using Heat at run time to generate the components that will installed. There are few files that I need to copy. But every time I use <CopyFile> without the F开发者_Python百科ileId attribute
I have recently converted visual studio setup projects to wix project. Everything great, except tha开发者_如何转开发t you have to ist every file manually. Is there something similar to adding project
I\'m studying Wix to build product installer. I\'ve customized the UI successfully but be wondering how to link a custom action to control event (i.e PushButton).
Normally, to enable logging, you\'d say msiexec ... /l*v [or any other combination]. You can also enable logging all products via the registry tweak.
I have an InstallDirDLG and i need otherbrowse dialog, the problem is when i select the path in second browse dialog also change the installdir path.
I\'m developing a setup project using WiX, and I have the following problem. I get a directory path from the user using the Browse dialog, and I need to put this path in web.config. The problem is tha
How do i get wix 3.5 to remember my company name as part of the user selected folder to be installed?
The Wix code is as follows: <iis:WebSite Id=\"TheWebSite\" Description=\"My web Site\" Directory=\"IISWEBROOT\">
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