22#define MyAppExeName " FreqEnforcer.exe"
33#define MyAppPublisher " FreqEnforcer"
44#define MyAppURL " "
5- #define MyAppVersion " 0. 1.0-beta1 "
5+ #define MyAppVersion " 1.0.0 "
66
77; IMPORTANT:
88; Keep AppId stable across releases so future installers upgrade/replace previous installs.
1313AppId = {#MyAppId}
1414AppName = {#MyAppName }
1515AppVersion = {#MyAppVersion}
16+ AppVerName = {#MyAppName } {#MyAppVersion}
1617AppPublisher = {#MyAppPublisher}
1718SetupIconFile = spartan_tuner\ICON.ico
1819DefaultDirName = {autopf}\{#MyAppName }
@@ -24,7 +25,7 @@ Compression=lzma
2425SolidCompression = yes
2526ArchitecturesAllowed = x64
2627ArchitecturesInstallIn64BitMode = x64
27- UninstallDisplayIcon = {app} \{#MyAppExeName}
28+ UninstallDisplayIcon = {app} \ICON.ico
2829
2930[Languages]
3031Name : " english" ; MessagesFile : " compiler:Default.isl"
@@ -34,10 +35,11 @@ Name: "desktopicon"; Description: "Create a &desktop icon"; GroupDescription: "A
3435
3536[Files]
3637Source : " dist\FreqEnforcer\*" ; DestDir : " {app} " ; Flags : ignoreversion recursesubdirs createallsubdirs
38+ Source : " spartan_tuner\ICON.ico" ; DestDir : " {app} " ; Flags : ignoreversion
3739
3840[Icons]
39- Name : " {group} \{#MyAppName}" ; Filename : " {app} \{#MyAppExeName}"
40- Name : " {autodesktop}\{#MyAppName}" ; Filename : " {app} \{#MyAppExeName}" ; Tasks: desktopicon
41+ Name : " {group} \{#MyAppName}" ; Filename : " {app} \{#MyAppExeName}" ; IconFilename: " {app} \ICON.ico "
42+ Name : " {autodesktop}\{#MyAppName}" ; Filename : " {app} \{#MyAppExeName}" ; Tasks: desktopicon ; IconFilename: " {app} \ICON.ico "
4143
4244[Run]
4345Filename : " {app} \{#MyAppExeName}" ; Description : " Launch {#MyAppName}" ; Flags : nowait postinstall skipifsilent
0 commit comments