|
@@ -1,3 +1,6 @@
|
|
|
|
+#define MyAppName "PicView"
|
|
|
|
+#define MyAppExeName "PicView.exe"
|
|
|
|
+
|
|
[Setup]
|
|
[Setup]
|
|
AppId={{F102E394-0FA6-4AEA-826D-9FE699115BAB}
|
|
AppId={{F102E394-0FA6-4AEA-826D-9FE699115BAB}
|
|
AppName=PicView
|
|
AppName=PicView
|
|
@@ -11,13 +14,13 @@ DisableProgramGroupPage=yes
|
|
LicenseFile={#LicenseFile}
|
|
LicenseFile={#LicenseFile}
|
|
OutputDir={#MyAppOutputDir}
|
|
OutputDir={#MyAppOutputDir}
|
|
PrivilegesRequired=lowest
|
|
PrivilegesRequired=lowest
|
|
-OutputBaseFilename=PicView-{#MyAppVersion}.exe
|
|
|
|
|
|
+OutputBaseFilename={#MyAppName}-{#MyAppVersion}
|
|
SetupIconFile={#AppIcon}
|
|
SetupIconFile={#AppIcon}
|
|
Compression=lzma
|
|
Compression=lzma
|
|
SolidCompression=yes
|
|
SolidCompression=yes
|
|
WizardStyle=modern
|
|
WizardStyle=modern
|
|
-UninstallDisplayIcon={app}\PicView.exe
|
|
|
|
-UninstallDisplayName=PicView
|
|
|
|
|
|
+UninstallDisplayIcon={app}\{#MyAppExeName}
|
|
|
|
+UninstallDisplayName={#MyAppExeName}
|
|
ChangesAssociations=yes
|
|
ChangesAssociations=yes
|
|
VersionInfoVersion={#MyAppVersion}
|
|
VersionInfoVersion={#MyAppVersion}
|
|
|
|
|