From 0b7581aa7c01e6bcac03835dafa16f1e8501d305 Mon Sep 17 00:00:00 2001 From: Abed Haque Date: Wed, 9 Sep 2015 16:04:05 -0500 Subject: [PATCH] Modified D-STAR installer MyAppVersion defines so that they can be passed in as parameters by a build script. --- .../Flex_ThumbDV_Waveform_Inno_Install_Script.iss | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/pc/CODEC2 GUI/CODEC2_GUI_INSTALLER/Flex_ThumbDV_Waveform_Inno_Install_Script.iss b/pc/CODEC2 GUI/CODEC2_GUI_INSTALLER/Flex_ThumbDV_Waveform_Inno_Install_Script.iss index c579137..3ed60e5 100644 --- a/pc/CODEC2 GUI/CODEC2_GUI_INSTALLER/Flex_ThumbDV_Waveform_Inno_Install_Script.iss +++ b/pc/CODEC2 GUI/CODEC2_GUI_INSTALLER/Flex_ThumbDV_Waveform_Inno_Install_Script.iss @@ -4,9 +4,16 @@ ; 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.6.0" +#endif + +#ifndef MyAppVersionWithV + #define MyAppVersionWithV "v1.0.6.0" +#endif + #define MyAppName "SmartSDR D-STAR Waveform" -#define MyAppVersion "1.0.6.0" -#define MyAppVersionWithV "v1.0.6.0" #define MyAppPublisher "FlexRadio Systems" #define MyAppURL "http://www.flexradio.com/" #define MyAppExeName "SmartSDR_D-STAR_Waveform.exe"