Problem I have an MSI that creates and starts a Windows service during installation and stops and removes the service during uninstallation. This works fine when installing and uninstalling by itself
I set my Custom Action to cmd.exe and adding these arguments: /K XmlPreProcess.exe /x:\"[SETTINGSFILE]\" /i:\"[TARGETDIR]web.config\" [CUSTOMSETTINGS] /e:[ENVIRONMENTBUTTON] >log.txt
For a custom action, I\'m setting to Name to XmlPreprocess.exe (a CodePlex utility) and arguments to: /x:\"[SETTINGSFILE]\" /i:\"[TARGETDIR]web.config\" /e:[ENVIRONMENTBUTTON] [CUSTOMSETTINGS] >[TAR
I have a ClickOnce installation I want to distribute. Some system administrators prefer a MSI installation package which, when 开发者_如何学Gorun, installs the ClickOnce application.
I need to have some actions in the installer to create a folder and some subfolders. The folders aren\'t related to where the installation occurs or any standard folder but a specified name (e.g. c:\\
I\'m having difficulty fig开发者_如何学Gouring out why my Javascript Custom action is failing. I thought I saw a topic in the WIX.chm file on debugging; now I cannot find it.
I need a custom outlook rule action: \"Save the email attachments to DB\", for this action the attachments in that email will be automatically saved to DB.
Ok, this is driving me crazy. I have a CA that needs to know the path of the INSTALLDIR to edit an XML file.
I\'m using Wix to setup a Windows Installer .msi file.I have a CustomAction that sets up a ScheduledTask, and in the CustomAction, I\'ve put in some session.Log statements.