custom-action
WIX c# CustomAction, what am I doing wrong?
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\'[详细]
2023-01-05 08:09 分类:问答WiX custom action with DTF... quite confused
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.[详细]
2023-01-01 15:38 分类:问答DTF Custom Action reference in WiX not a valid WiX reference
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:[详细]
2023-01-01 07:32 分类:问答Create Folders from text file and place dummy file in them using a CustomAction
I want my msi installer to generate a set of folders in a particular location and put a dummy file in each directory.[详细]
2022-12-31 08:47 分类:问答How can I remove .NET isolated storage setting folders during WiX uninstallation?
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[详细]
2022-12-31 06:53 分类:问答How to check for cancel button in custom action without doing anything else
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[详细]
2022-12-30 22:19 分类:问答Using a WinForm as a Windows Installer Custom Action
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[详细]
2022-12-30 03:36 分类:问答InstallShield-2009: Basic MSI: How to run a custom action after user cancels uninstall (rollback)
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?[详细]
2022-12-29 05:53 分类:问答How to conditionally exclude features from "FeaturesDlg" in WiX 3.0 from a managed Custom Action (DTF)
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[详细]
2022-12-29 04:42 分类:问答Windows Installer custom action BEFORE any validation
I wrote a Windows Installer custom action based on the tutorial found here: http://www.codeproject.com/kb/install/msicustomaction.aspx[详细]
2022-12-28 20:44 分类:问答