wix3.5
WIX Error 2716: Couldn't create a random subcomponent name for component 'CopySTST'
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[详细]
2023-03-30 16:24 分类:问答WIX HeatProject, how to use visual studio 2010
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[详细]
2023-03-30 07:49 分类:问答How to link custom action to control event
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).[详细]
2023-03-30 03:47 分类:问答Trigger logging from within Wix script
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.[详细]
2023-03-29 23:16 分类:问答BrowseDialog and InstallDirDlg wix
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.[详细]
2023-03-29 14:11 分类:问答Using a WiX property from a browse dialog
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[详细]
2023-03-29 00:11 分类:问答wix 3.5 Remember Company name during folder selection
How do i get wix 3.5 to remember my company name as part of the user selected folder to be installed?[详细]
2023-03-28 21:31 分类:问答Is it possible to bind two ports to a website using Wix and IIS7?
The Wix code is as follows: <iis:WebSite Id=\"TheWebSite\" Description=\"My web Site\" Directory=\"IISWEBROOT\">[详细]
2023-03-28 06:09 分类:问答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 分类:问答