My scenario is really straight forward: I have a windows application with several files that lands in a \"Program files...\" folder. These files are divided into components depending on what kind of
开发者_如何学GoI have created a few dialog screens for capturing custom information. I have sequenced the dialogs properly based on the Back and Next buttons of my custom dialogs. After the installati
Under my parent component are three sub-components - a website and two window services. A hidden sub-feature also has the database scripts that are executed using SQLCMD.
I am writing an installer using WIX, and I need to add a .dll file to the GAC. I use: <File Id=\"my.dll\" Name=\"my.dll\" DiskId=\"1\" Source=\"..\\MyResources\\\" KeyPath=\"yes\" Assembly=\".net
Note: This question can also be found on the WiX mailing list. I need to be able to check for the existence of an IIS7 website based on the website\'s description. If the website does not exist I nee
I have a modified FilesInUse dialog. Just including it in project and changing reference in UI does not help - I get \"ICE20: Standard Dialog: \'FilesInUse\' not found in Dialog table\" error when bui
I want to create an installer using Wix that copies a certain file to the folder \"C:\\Users\\Your User\\Documents\\Visual Studio 2010\\Addins\\\"
When using Heat to auto generate it seems to create a whole bunch more components than what we want to actually ship.
Note: This question is also posted on the WiX Users mailing list. I am trying to silently execute a PowerShell script from a WiX produced MSI.However, anytime I run the installer PowerShell hangs. I
Using WiX, what\'s the simplest way to disable the Next button on a page until the user has entered a well-formed GUID in an Edit (textbox) control?