From f1db9a9cc9837c0b7bda36d9a91b9dc972c88d9e Mon Sep 17 00:00:00 2001 From: Abed Haque Date: Wed, 9 Sep 2015 11:55:10 -0500 Subject: [PATCH] Modified installer MyAppVersion defines so that they can be passed in as parameters by a build script. --- ...SmartSDR_FreeDV_Waveform_Inno_Install_Script.iss | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/pc/CODEC2 GUI/CODEC2_GUI_INSTALLER/SmartSDR_FreeDV_Waveform_Inno_Install_Script.iss b/pc/CODEC2 GUI/CODEC2_GUI_INSTALLER/SmartSDR_FreeDV_Waveform_Inno_Install_Script.iss index 09851da..b2ba915 100644 --- a/pc/CODEC2 GUI/CODEC2_GUI_INSTALLER/SmartSDR_FreeDV_Waveform_Inno_Install_Script.iss +++ b/pc/CODEC2 GUI/CODEC2_GUI_INSTALLER/SmartSDR_FreeDV_Waveform_Inno_Install_Script.iss @@ -4,13 +4,22 @@ ; Author: Mark Hanson, AA3RK ; +; The App Versions can be passed in and will match the AssemblyInfo for the application +#ifndef MyAppVersion + #define MyAppVersion "1.0.3.0" +#endif + +#ifndef MyAppVersionWithV + #define MyAppVersionWithV "v1.0.3.0" +#endif + #define MyAppName "SmartSDR FreeDV Waveform" -#define MyAppVersion "1.0.3" -#define MyAppVersionWithV "v1.0.3" #define MyAppPublisher "FlexRadio Systems" #define MyAppURL "http://www.flexradio.com/" #define MyAppExeName "SmartSDR_FreeDV_Waveform.exe" + + [Setup] AppId={{69CD74EA-0824-438C-A3DF-1759AEF3F7D2} AppName={#MyAppName}