MergeModuleProperties
I have created a .NET Windows Forms application and would like to use NSIS to install the application.
My application uses Crystal Reports and so the installer must include three Merge Modules:
Crystal_regwiz2003.msm
Crystal_Database_Access2003_enu.msm
Crystal_Database_Access2003.msm
In order to install correctly, I have to set a Merge Module Property called License Key on Crystal_regwiz2003.msm.
Is it possible to include the merge modules and set the merge module property with NSIS? If so, how would I do it?
Thanks
Doug Perkes