custom-action
WIX Custom Action - run at different times for install, upgrade and uninstall
I have a custom action that removes various directories as part of the uninstall process. I want to call this action at different points in the install sequence depending on what\'s being done:[详细]
2023-01-12 22:15 分类:问答Error 2896 using a WiX C#/.NET 4 custom action
I am trying to use my first custom action in WiX and I get: error 2896: Executing action CustomActionTest failed.[详细]
2023-01-11 12:49 分类:问答WiX Executing an Application Unconditionally
alo Everyone. My problem is twofold. I have a WiX Project that I have been working on, and have been tasked to make it perform a program execution regardless of the user pressing cancel, the install[详细]
2023-01-11 06:26 分类:问答MSI: Start service unless user choses to reboot machine
I am working on MSI installer which installs and starts the service. It may or may not replace files in use. When it does, there is a prompt to reboot machine at the end of install.[详细]
2023-01-10 01:38 分类:问答How to interrupt installation from manage CustomActions code?
How can I SILENTLY, without any messages 开发者_运维百科can interrupt an installation from its CustomActions dll written on c#?Are you using DTF? ( You should be; InstallUtil is horrible ).Assuming yo[详细]
2023-01-08 03:32 分类:问答How to reuse a Wix custom action?
I have been experimenting with Custom Actions in order to encrypt part of the App.Config file on installation (as per how-do-i-encrypt-app-config-file-sections-during-install-with-wix)I have the basic[详细]
2023-01-07 21:35 分类:问答Setup project Window Handler in CustomActions class
I have a CustomInstaller class (System.Configuration.Install.Installer) and basically I\'m op开发者_如何转开发ening a dialog form at Install method.[详细]
2023-01-07 07:43 分类:问答Create Custom Action to Start Application and Exit Installer
Thanks to StackOverf开发者_Python百科low I found out yesterday how to add a custom action to the Visual Studio Installer to start my program after an update. The problem I now face is that at the end[详细]
2023-01-06 09:57 分类:问答Will this code create an EventLog at installation time?
Following the advice of Henk, I\'ve created a Setup Project in VS10 with the aim of adding a custom action. This custom action will hopefully add an EventLog whilst running as admin (ie during install[详细]
2023-01-06 05:12 分类:问答Custom action not binding to custom content type
I have created a custom 开发者_高级运维content type and want to add a custom action to it but it is not working. I have tried editing the registrationid to the standard item content type id (0x01) and[详细]
2023-01-05 14:06 分类:问答