I have simple WiX MSI installer script. This script generate package what deploy only one exe file. This开发者_如何学Go file is Java application wrapped to exe file. Overall size of this exe is 10MB.
I have to accomplish the following: when the product gets completelly uninstalled (from add/remove programs, not during an update) I need to specifically delete 2 additional files.
I know how to set the permissions for a folder: <DirectoryRef Id=\"ProgramFilesFolder\"开发者_如何学JAVA>
I want to know how to replace a message error for a pop up window on Wix. I\'ve a Installer that have two different Features and when I don\'t select any option an error message appears:
I can\'t get VS2010 to build a WIX project for x64 - meaning I can add the platform, but it doesn\'t build it.
I am having a problem with a setting the enabled state of a button on a Dialog. The button in question is defined as:
I need to check a .config file in an installation application (iis custom action in a WIX project). The user picks a website and enters a virtual directory name. I can\'t do a http read to retrieve th
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
I am using WIX to generate an MSI to install an application. I want the application to be installed in a subfolder of a previously installed application. The issue is that the path for this previously
开发者_如何学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