| File was renamed from sd.gui.wx_avx512.iss |
| | |
| | | ; Script generated by the Inno Script Studio Wizard. |
| | | ; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES! |
| | | |
| | | #define MyAppName "sd.cpp.gui.wx_avx512" |
| | | #define MyAppVersion "0.1.1-beta" |
| | | #define MyAppName "sd.cpp.gui.wx_" + str(GetEnv('SD_GUI_VARIATION')) |
| | | #define MyAppVersion str(GetEnv('SD_GUI_VERSION')) |
| | | #define MyAppPublisher "Ferenc Szontagh" |
| | | #define MyAppURL "https://github.com/fszontagh/sd.cpp.gui.wx" |
| | | #define MyAppExeName "sd.ui.exe" |
| | |
| | | DefaultDirName=C:\{#MyAppName} |
| | | DefaultGroupName=sd.cpp.gui.wx |
| | | AllowNoIcons=yes |
| | | LicenseFile=Z:\sd.cpp.gui.wx_github\LICENSE |
| | | LicenseFile=.\src\{#MyAppName}\LICENSE |
| | | OutputBaseFilename={#MyAppName}.x64.installer |
| | | SetupIconFile=Z:\sd.cpp.gui.wx_github\ui\icons\256\cube.ico |
| | | SetupIconFile=.\src\{#MyAppName}\ui\icons\256\cube.ico |
| | | Compression=lzma2 |
| | | SolidCompression=yes |
| | | |
| | |
| | | Name: "quicklaunchicon"; Description: "{cm:CreateQuickLaunchIcon}"; GroupDescription: "{cm:AdditionalIcons}"; Flags: unchecked; OnlyBelowVersion: 0,6.1 |
| | | |
| | | [Files] |
| | | Source: "Z:\previews\latest\{#MyAppName}\sd.ui.exe"; DestDir: "{app}"; Flags: ignoreversion |
| | | Source: "Z:\previews\latest\{#MyAppName}\*"; DestDir: "{app}"; Flags: ignoreversion |
| | | Source: ".\ready\{#MyAppName}\sd.ui.exe"; DestDir: "{app}"; Flags: ignoreversion |
| | | Source: ".\ready\{#MyAppName}\*"; DestDir: "{app}"; Flags: ignoreversion |
| | | ; NOTE: Don't use "Flags: ignoreversion" on any shared system files |
| | | |
| | | [Icons] |