I am newbie to Wix and creating a multi feature Wix project. Our product is having 4modules and each module has to be included as a feature in the Windows installer. But all features are sharing the s
I am creating a new WebSite whenever Feature A or B is installed: <Component Id=\"IIS.HelloWorld\" Guid=\"6FA5EF90-C9D9-463C-9CC7-0410670AFBD1\" Directory=\"TARGETDIR\">
I would like to h开发者_运维百科arvest a folder with a lot of files by using heat.exe. But instead of harvesting all files, I would like to exclude specific file extensions like \"*.txt\" or something
i have few files let say setup.wxs, client.wxs and report.wxs. pratically, client.wxs and report.wxs each has its own <.FeatureRef Id=\"MainApplication\"> to the main <.Feature Id=\"MainApplicat
I\'m creating an web site MSI using WiX. I have a custom action (written in 开发者_开发问答C#) that fills a combo box with the descriptions of the web sites in IIS so the user can select an existing w
Some code I inherited has its \"configuration\" (if you can call it that) embedded into its PHP and ASP (don\'t ask) code.Because its not an XML or INI file, I\'m having the darnedest time figuring ou
I have several large websites that I wish to create a WIX installer for.I\'m dreading coming up with the initial WIX setup since there are a lot of files.Are there any shortcuts for this?I mean, if is
This question already has answers here: "A timeout was reached while waiting for the service to connect" error after rebooting
So I\'m trying to install a web application and I stumbled upon this question: Using WiX to create an IIS virtual directory.When I try to adapt this for my own app, I get an error:
Does anyone know of a complete, downloadable/copyable example of a WiX installer that allows the user to select an existing website when installing a web application?