|
@@ -1,7 +1,6 @@
|
|
#define MyAppName "PicView"
|
|
#define MyAppName "PicView"
|
|
#define MyAppVersion "{#MyAppVersion}"
|
|
#define MyAppVersion "{#MyAppVersion}"
|
|
#define MyAppPublisher "Ruben2776"
|
|
#define MyAppPublisher "Ruben2776"
|
|
-#define MyAppURL "https://picview.org/"
|
|
|
|
#define MyAppExeName "{#MyAppExeName}"
|
|
#define MyAppExeName "{#MyAppExeName}"
|
|
#define AppIcon "{#MyAppIcon}"
|
|
#define AppIcon "{#MyAppIcon}"
|
|
#define LicenseFile "{#MyAppLicenseFile}"
|
|
#define LicenseFile "{#MyAppLicenseFile}"
|
|
@@ -9,25 +8,25 @@
|
|
[Setup]
|
|
[Setup]
|
|
AppId={{F102E394-0FA6-4AEA-826D-9FE699115BAB}
|
|
AppId={{F102E394-0FA6-4AEA-826D-9FE699115BAB}
|
|
AppName={#MyAppName}
|
|
AppName={#MyAppName}
|
|
-AppVersion=3.0
|
|
|
|
|
|
+AppVersion={#MyAppVersion}
|
|
AppPublisher={#MyAppPublisher}
|
|
AppPublisher={#MyAppPublisher}
|
|
-AppPublisherURL={#MyAppURL}
|
|
|
|
|
|
+AppPublisherURL=https://picview.org/
|
|
AppSupportURL=https://github.com/Ruben2776/PicView/issues
|
|
AppSupportURL=https://github.com/Ruben2776/PicView/issues
|
|
-AppUpdatesURL={#MyAppURL}
|
|
|
|
|
|
+AppUpdatesURL=https://picview.org/download
|
|
DefaultDirName={sd}\PicView
|
|
DefaultDirName={sd}\PicView
|
|
DisableProgramGroupPage=yes
|
|
DisableProgramGroupPage=yes
|
|
LicenseFile={#LicenseFile}
|
|
LicenseFile={#LicenseFile}
|
|
PrivilegesRequired=lowest
|
|
PrivilegesRequired=lowest
|
|
OutputDir={#MyAppOutputDir}
|
|
OutputDir={#MyAppOutputDir}
|
|
-OutputBaseFilename={#MyAppName}
|
|
|
|
|
|
+OutputBaseFilename={#MyAppName}-{#MyAppVersion}
|
|
SetupIconFile={#AppIcon}
|
|
SetupIconFile={#AppIcon}
|
|
Compression=lzma
|
|
Compression=lzma
|
|
SolidCompression=yes
|
|
SolidCompression=yes
|
|
WizardStyle=modern
|
|
WizardStyle=modern
|
|
UninstallDisplayIcon={app}\{#MyAppExeName}
|
|
UninstallDisplayIcon={app}\{#MyAppExeName}
|
|
-UninstallDisplayName={#MyAppName}-3.0
|
|
|
|
|
|
+UninstallDisplayName={#MyAppName}
|
|
ChangesAssociations=yes
|
|
ChangesAssociations=yes
|
|
-VersionInfoVersion=3.0.0.3
|
|
|
|
|
|
+VersionInfoVersion={#MyAppVersion}
|
|
|
|
|
|
[Files]
|
|
[Files]
|
|
Source: "{#MyAppOutputDir}\*"; DestDir: "{app}"; Flags: ignoreversion recursesubdirs createallsubdirs
|
|
Source: "{#MyAppOutputDir}\*"; DestDir: "{app}"; Flags: ignoreversion recursesubdirs createallsubdirs
|