I\'ve g开发者_如何学Pythonot an uninstaller that performs some actions and then prompts the user to reboot. I\'d like a directory to be deleted after the reboot takes place. I know there\'s a way to d
We have an MSI we have authored in WiX 3.5.2030.0 and targeting Windows Installer 4.0 (for MSIUSEREALADMINDETECTION support).We have a property that we have defined in the MSI to enforce use of a boot
(I\'m newbe in Installer world so I\'m still not sure what is right what is wrong. Anyway.) I make a installer for service which uses desktop database. The database file should somehow be copied duri
I am using WiX to deploy a web application under IIS. I have no problems setting the different properties of my Web Application using the iis:WebDirProperties element.
In the WIX I have a dialog where the user could select a folder [CUSTOM_FOLDER] from local machine, after the setup is finish I must give share to that folder and copy some files to it.
I am quite new开发者_JS百科 to Windows Installers, i faced some problems, but finally accomplished what i wanted. One important question remains for me. I can\'t figure out where i can download or how
I only want to reboot when uninstalling. This is a fragment from my WiX file: <InstallExecuteSequence>
I know the way to remove the LicenseAgreement dialog from the sequence of the shown dialogs in WIX. But after I change Mondo or InstallDir wxs files, it comes out, that I need to include in my WIX pro
Now I use something like this: <Component Id=\"RegistryEntries\" Guid=\"<开发者_运维百科guid>\" KeyPath=\"yes\">
I\'m using HEAT to autogenerate WiX fragments for a directory of files. The project I\'m deploying is an ASP.NET project. When I tried to harvest a directory, HEAT generates RegistryValue entries tha