A custom action is custom code provided by a developer to be called during a Windows Installer setup.
I would like to modify an MSI installer (created through WiX) to delete an entire directory on uninstall. I understand …
wix windows-installer custom-actionWhen uninstalling my application, I'd like to configure the Wix setup to remove all the files that were added after …
wix installation windows-installer custom-actionUsing Visual Studio 2008 to create an msi to deploy my program with a setup project. I need to know how …
visual-studio visual-studio-2008 windows-installer setup-project custom-actionIn a Setup project the executable files such as ".exe , .dll , .js , .vbs" are acceptable but there is no way …
batch-file visual-studio-2008 installation setup-project custom-actionIf I create an object in a Custom Action Filter in ASP.NET MVC in public override void OnActionExecuting(ActionExecutingContext …
asp.net-mvc filter custom-actionWe've gotten a custom action that runs command-line to work as such: <CustomAction Id="OurAction" FileKey="OurInstalledExe.exe" ExeCommand="…
installation wix windows-installer custom-actionHow are properties set on CustomActionData to be retrieved by a deferred custom action?
wix windows-installer wix3.5 custom-actionI have tried to create a custom action for a Visual Studio Installer project to modify the permissions for a …
c# windows-installer custom-actionI'm having trouble routing a form to a custom action in Rails 3. Here are my routes: resources :photos do resources :…
ruby-on-rails forms ruby-on-rails-3 custom-actionI'm trying to create a custom action with "Value" attribute, I want to pass parameters to the C# code (the …
c# wix custom-action