r2・ Arrhenius
r2・ Arrhenius

Reputation: 15

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.

Upvotes: 0

Views: 136

Answers (1)

Grzegorz Smulko
Grzegorz Smulko

Reputation: 2823

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

Upvotes: 1

Related Questions