Top "Custom-action" questions

A custom action is custom code provided by a developer to be called during a Windows Installer setup.

change installer properties in C# custom action

How to change installer properties in my C# custom action?

c# wix windows-installer custom-action
C# Setup Project Custom Action to save the installation directory to custom setting file

I 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.settings
How to run custom action based on condition?

I'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-action
How to link custom action to control event

I'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.5
SharePoint Custom Action on Site Settings Page

I have a Custom Action on the Site Settings page of my SharePoint site that appears in the UsersAndPermissions list. …

sharepoint sharepoint-2007 custom-action
Error 1001 using custom installer with Visual Studio 2008

I'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
Custom Installer in .Net showing Form behind installer

[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-action
Rails: Custom nested controller actions

I 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-action
How do I create an empty custom table in Wix?

How do I get Wix to include a CustomTable with no rows in the final MSI? If I simply define …

wix dtf custom-action
How do you execute a custom action in WiX only if an installed feature is being uninstalled?

I 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