Modified installer MyAppVersion defines so that they can be passed in as parameters by a build script.

This commit is contained in:
Abed Haque 2015-09-09 11:55:10 -05:00
parent e7d07018e7
commit f1db9a9cc9

View file

@ -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}