A custom action is custom code provided by a developer to be called during a Windows Installer setup.
When my application is uninstalled, the server needs to be notified so that it can free up the license key …
c# wix wix3 custom-actionI want to create a CustomAction C# DLL file that depends on a third-party .NET DLL (in this specific case, …
c# wix custom-actionI am modifying an existing WiX installer to handle updating an existing installation of one of our products. There are …
wix custom-actionThanks to StackOverflow I found out yesterday how to add a custom action to the Visual Studio Installer to start …
visual-studio-2010 installation windows-installer custom-actionIn the Custom Actions editor I've added the custom action to Install and Uninstall stages of the process. In the …
c# visual-studio-2008 installation custom-actionI want perform custom action after files are copy in destination folder. In custom action i run copied script file …
wix custom-actionI have two custom dialog boxes (plus the required ones ExitDlg, FatalErrorDlg, etc.), the first one sets a property using …
wix installation windows-installer custom-actionI'm trying to create a custom action for my Wix install, and it's just not working, and I'm unsure why. …
wix windows-installer custom-actionI need to register an HTTP port after installation, but I guess this could be abstracted to generally executing any …
wix installation custom-actionI'm creating a program which is being installed by Wix, using VS 2010 and I've already got the product.wxs ready. …
c# visual-studio-2010 wix custom-action