In my WiX install package I define a property, then define a textbox that uses this property, then pass this property to my custom action. But inside of the custom action I find out that the property
When I tried to run the installer that I created in WIX, the error message below occured: \"Service \'Report Generator Service\' (Report Generator Service) failed to start. Verify that you have suffi
I am using WIX to create MSI\'s which install standard files (no exe, com\'s, DLL\'s etc). On some users computers some of the files in the MSI may already exist. During the install this is not a prob
I though the below code should skip the SetupType dialog. <Publish Dialog=\"LicenseAgreementDlg\" Control=\"Next\" Event=\"NewDialog\"
I\'m uing various different versions of WIX trying to get an installer to be able to install to both IIS versions. I\'ve heard that WIX doesn\'t natively support IIS7 so one must make a CA to provide
I\'m putting together an install for a Windows Service (managed). I\'d like to be able to update its config file based on user input from a dialog. The config file gets updated properly and the window
I have a C# Custom Action that loads an XML document and makes some changes to its contents. When I run this on my Windows 7 32-bit workstation, the new XML document is not created.When I test the in
Someone asked a very similar question, but the response was unhelpful.It would be extremely valuable if there was a knowledgeable answer...
I pass property values like this: p开发者_如何转开发roperty1=value1;property2=value2 but sometimes values contain \';\' symbols, which causes WiX to deserialize the property string incorrectly. I\'
I have seen WiX and iis (cannot connect to internet information server) This question is different. I have Windows7, IIS is installed. I\'m trying to run a开发者_C百科n MSI installer built with WIX