Top "Custom-action" questions

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

Magento: Custom totals counted twice?

Ok, I created custom Total class for adding the special discount, and everything seems to work fine except, for some …

magento custom-action totals
How can I get the return code from a CustomAction?

I have the following CustomAction in my project: <CustomAction Id="InstallDriver" Return="check" Execute="deferred" Impersonate="no" FileKey="FileDriverInst" …

wix return-value custom-action
I require a MSI Custom action that copies a file from the MSI source directory

I'm creating a installer for a c# windows project using VS 2008. I'm trying to write a custom action that copies …

c# installation windows-installer custom-action