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