A custom action is custom code provided by a developer to be called during a Windows Installer setup.
How to change installer properties in my C# custom action?
c# wix windows-installer custom-actionI am trying to make an application using windows installer as it's install method. When the installation succeeds I want …
c# windows-installer setup-project custom-action settings.settingsI'm trying to run a custom action (delete a certain file) based on the windows version. I know how to …
wix windows-installer conditional conditional-statements custom-actionI'm studying Wix to build product installer. I've customized the UI successfully but be wondering how to link a custom …
wix custom-action wix3.5I have a Custom Action on the Site Settings page of my SharePoint site that appears in the UsersAndPermissions list. …
sharepoint sharepoint-2007 custom-actionI've created a simple winforms app and a custom installer. It all seems simple enough but I get the following …
visual-studio-2008 custom-action[RunInstaller(true)] public partial class Installer1 : Installer { public Installer1() { InitializeComponent(); } public override void Install(System.Collections.IDictionary stateSaver) { base.Install(…
c# winforms installation windows-installer custom-actionI want to setup a custom nested controller actions but I can't figure out the routing. I keep getting the …
ruby-on-rails custom-action nested-routes controller-actionHow do I get Wix to include a CustomTable with no rows in the final MSI? If I simply define …
wix dtf custom-actionI have a WiX installer that has per-feature custom actions that need to be executed on uninstall. Right now I'm …
wix windows-installer custom-action