wix3.6
How to install multiple WebAddresses conditionally?
I have a website that I am installing for one of our internal products, and would like to know if there is a way to set up multiple <WebAddress/> blocks to be conditionally installed along with[详细]
2023-04-12 06:02 分类:问答Wix: How to show the size of MSI packages in a burn managed UX
I have a Wix 3.6 managed bootstrapper in which the user can select individual packages to download and install.I want to show the download size of each package.How can I access the file size of each p[详细]
2023-04-10 19:03 分类:问答Specify the INSTALLLOCATION of packages in WiX inside the Burn managed bootstrapper
I have a WiX 3.6 bundle (using Burn) and managed bootstrapper that install several MSI packages. Some of the packages install to a common location (C:\\program files\\MyApp).[详细]
2023-04-08 04:57 分类:问答WIX 3.6 IIS 7 installer causing 'Site 1 has no root application defined, so the site will be ignored.' error on uninstall
I am using Wix 3.6 to install a Web application to IIS 7 and the install works correctly but when uninstalling the application either with Add/Remove Programs or with MSIExec I get the following error[详细]
2023-04-05 01:27 分类:问答WIX And NAnt : Unable to build WIX source code
I am trying my hands on source code of WIX 3.6 to debug something as well as learn something. On executing make.bat (present in root folder of WIX source) file, first i got NAnt not found. So I down[详细]
2023-03-31 14:24 分类:问答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 分类:问答WIX not converting virtual directory to web application
I am using the following code to install a web application. It creates the virtual directory just fine, but doesn\'t convert the virtual directory in application. I am running IIS 7[详细]
2023-03-29 13:26 分类:问答WiX on Windows XP: Failed to initialize built-in variable value 'ProgramFilesFolder'
I haveI have an installer built with WiX 3.6 (beta) which works fine on Windows 7, but on Windows XP the install fails.[详细]
2023-03-23 00:12 分类:问答WIX - Cannot uninstall an MSI package
I created an WIX Installer (using WIX 3.6) which ran perfectly fine. I am \"installing\" website on IIS and deploying DB using VSDBCMD command custom action. The DB custom action is the one creating t[详细]
2023-03-18 04:40 分类:问答