From 325088ae56c1ca62cb328a7d1809e3c774561581 Mon Sep 17 00:00:00 2001 From: Abed Haque Date: Tue, 8 Sep 2015 14:33:03 -0500 Subject: [PATCH] DSTAR Waveform installer now checks the 'Create Desktop Icon' by default. --- pc/CODEC2 GUI/CODEC2 GUI/Properties/AssemblyInfo.cs | 4 ++-- .../Flex_ThumbDV_Waveform_Inno_Install_Script.iss | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/pc/CODEC2 GUI/CODEC2 GUI/Properties/AssemblyInfo.cs b/pc/CODEC2 GUI/CODEC2 GUI/Properties/AssemblyInfo.cs index 2e26e65..6de0a66 100644 --- a/pc/CODEC2 GUI/CODEC2 GUI/Properties/AssemblyInfo.cs +++ b/pc/CODEC2 GUI/CODEC2 GUI/Properties/AssemblyInfo.cs @@ -32,5 +32,5 @@ using System.Runtime.InteropServices; // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("1.4.0.5")] -[assembly: AssemblyFileVersion("1.4.0.5")] +[assembly: AssemblyVersion("1.5.0.5")] +[assembly: AssemblyFileVersion("1.5.0.5")] 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 bec2819..7639340 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 @@ -5,8 +5,8 @@ ; #define MyAppName "SmartSDR DSTAR Waveform" -#define MyAppVersion "1.5.0.5" -#define MyAppVersionWithV "v1.5.0.5" +#define MyAppVersion "1.5.0.6" +#define MyAppVersionWithV "v1.5.0.6" #define MyAppPublisher "FlexRadio Systems" #define MyAppURL "http://www.flexradio.com/" #define MyAppExeName "ThumbDV_DSTAR_GUI.exe" @@ -34,7 +34,7 @@ SolidCompression=yes Name: "english"; MessagesFile: "compiler:Default.isl" [Tasks] -Name: "desktopicon"; Description: "{cm:CreateDesktopIcon}"; GroupDescription: "{cm:AdditionalIcons}"; Flags: unchecked +Name: "desktopicon"; Description: "{cm:CreateDesktopIcon}"; GroupDescription: "{cm:AdditionalIcons}"; [Files] Source: "..\CODEC2 GUI\bin\x86\Release\ThumbDV_DSTAR_GUI.exe"; DestDir: "{app}"; Flags: ignoreversion