From 8382c7455a7bf68abe20ba6259cc01fed1aa7983 Mon Sep 17 00:00:00 2001 From: Ed Gonzalez Date: Thu, 3 Sep 2015 17:00:02 -0500 Subject: [PATCH] Fix weird collision in iss file --- .../Flex_ThumbDV_Waveform_Inno_Install_Script.iss | 9 +++++---- 1 file changed, 5 insertions(+), 4 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 469a189..ee79d94 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,9 @@ ; #define MyAppName "FlexRadio DSTAR Waveform" -#define MyAppVersion "1.4.0.4" -#define MyAppPublisher "FlexRadio Systems, LLC" +#define MyAppVersion "0.0.4" +#define MyAppVersionWithV "v0.0.4" +#define MyAppPublisher "FlexRadio Systems" #define MyAppURL "http://www.flexradio.com/" #define MyAppExeName "ThumbDV_DSTAR_GUI.exe" @@ -20,11 +21,11 @@ AppPublisher={#MyAppPublisher} AppPublisherURL={#MyAppURL} AppSupportURL={#MyAppURL} AppUpdatesURL={#MyAppURL} -DefaultDirName=FlexRadio Systems\ThumbDV DSTAR +DefaultDirName={pf}\{#MyAppPublisher}\{#MyAppName} {#MyAppVersionWithV} DisableDirPage=yes DefaultGroupName=FlexRadio DSTAR Waveform DisableProgramGroupPage=yes -OutputBaseFilename=FlexRadioDSTARWaveform +OutputBaseFilename=FlexRadioDSTARWaveform_Installer SetupIconFile=..\CODEC2 GUI\Images\dstar.ico Compression=lzma SolidCompression=yes