I\'m using VS2010 and WIX 3.5. 1) I created WIX Setup Project. 2) Then I added to the solution C# custom action project and called it \'CustomActions\'
Okay, I have decided the only way I can do what I want to do with WiX (thanks to an old installer I didn\'t write that I now have to upgrade) is with some CUSTOM ACTIONS.
I can build a managed custom action just fine using the DTF tools (I.E MakeSfxCA.exe) My post build event command line looks li开发者_Go百科ke this:
I want my msi installer to generate a set of folders in a particular location and put a dummy file in each directory.
I would like to remove the isolated storage folders that are created by a .NET application when using My.Settings etc.The setting files are 开发者_运维技巧stored in a location like
I kn开发者_运维百科ow when I put something in the log using ::MsiProcessMessage(hModule, INSTALLMESSAGE(INSTALLMESSAGE_INFO), ...); that I can check if the return value is IDCANCEL and return ERROR_IN
I am working on in installer project that needs to gather some info and act on it during the install (mainly online key retreival and registration). The Setup Project UserInterface templates seem infl
InstallShield-2009 Premier: Bas开发者_StackOverflow中文版ic msi project: What to do when I want a custom action to run when user clicks cancel button during uninstall?
I am trying to put together an installer using WiX 3.0 and I\'m unsure about one thing. I would like to use the FeaturesDlg dialog to allow the users to select features to install, but I need to be ab
I wrote a Windows Installer custom action based on the tutorial found here: http://www.codeproject.com/kb/install/msicustomaction.aspx