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
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
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).
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
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
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 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
I haveI have an installer built with WiX 3.6 (beta) which works fine on Windows 7, but on Windows XP the install fails.
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