I am trying to add a feature to my msi based installer, written 开发者_运维百科in wix, which will allow the user to change the name of the folder that keeps the shortcuts within the Windows start menu
Please, can someone provide me with a WiX snippet or solution for the mentioned scenario. I need to i开发者_JAVA百科nclude the pfx file in the WiX msi and the user will download my msi to his machine
I want to add customized dialog box for uninstallation of my application. I have also tried the following:
I have 开发者_运维问答changed the wix tutorial codes from here http://www.tramontana.co.hu/wix/ to make my own installer.
I am using WiX 3.0.5301.0 I have code like <Component Id=\"ApplicationShortcut\" Guid=\"{0F889915-B241-414d-A5F6-E956AA60AAFD}\">
Is it possible to prompt for re开发者_如何转开发starting the machine after installation using WiX?<?xml version=\'1.0\' encoding=\'windows-1252\'?>
Need to create a Installation Package that would need to a) install a Database, b) create database and tables,
I tried to use the codes below in Wix. But when installing, the installer was freezing for like 3 minutes on status: Starting services, then I got this message \"Service Jobservice failed to start. V
I\'m just starting to 开发者_运维问答learn how to use WiX and I\'m running into a snag.My package uses a third party library that requires some file to exist both in the GAC and the package installati
I have a config file, myapp.exe.config, that I want to install only if it does not already exist. That is, I don\'t want to overwrite any existing config file. How can this be done in WiX?