Search code examples
c#wixcustom-action

How to pass current installer.msi name to custom action?


My custom action is running fine and getting values like [ProductName] but now i want to get the current installer name. Installer name means the output setup.msi filename.


Solution

  • The [OriginalDatabase] property contains the original name of your MSI file.