The project I\'m working on is switching from using the VS2008 deployment/installer to WiX, which i\'m currently very new to. I\'ve added the code to copy the output of the resources project into the
I\'m new to WiX.Very new.Is there a way to define both a ComponentGroup and a Directory at the same time?
So I have a Wix 3.0 project that installs an IIS7 Native Code Module. When uninstalling I would like to be able to shut down the IIS7 application 开发者_运维技巧pools before deleting the file so that
I have a basic WIX custom action: UINT __stdcall MyCustomAction(MSIHANDLE hInstaller) { DWORD dwSize=0; MsiGetProperty(hInstaller, TEXT(\"MyProperty\"), TEXT(\"\"), &dwSize);
When trying to remove our application in Add/Remove Programs, the following error pops up, and the application fails to uninstall:
This is a bit of a strange problem. I have an installer that needs to check the version of Windows Installer on a machine, so I use the VersionMsi property to do this.
I\'m writing a Wix-based s开发者_运维问答etup for a web application and would like to set permissions on the folders it installs so that IIS can access them.
I have made a dynamic deployment project based on WiX 3.0, that uses mainly HEAT to consume directories in dynamic way (files + DLL that need to be registered).
Is it possible to sequence a custom action before \"LaunchConditions\"? This is my custom action: <CustomAction
In WiX I have a vbScript for use in a Custom Action that will return ListItems of Network Printers.I want to use these ListItems to populate the ComboBox at Install Time because I won\'t know the prin