VVCEasy/VVCEasy_compiler.iss

40 lines
1.4 KiB
Plaintext
Raw Normal View History

2022-02-13 03:59:13 +01:00
; Script generated by the Inno Setup Script Wizard.
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!
#define MyAppName "VVCEasy"
2024-04-11 12:48:32 +02:00
#define MyAppVersion "2.5.0"
2022-02-13 03:59:13 +01:00
#define MyAppPublisher "Martin Eesmaa"
#define MyAppURL "https://github.com/MartinEesmaa/VVCEasy"
[Setup]
; NOTE: The value of AppId uniquely identifies this application. Do not use the same AppId value in installers for other applications.
; (To generate a new GUID, click Tools | Generate GUID inside the IDE.)
AppId={{CEFE5C0E-F29A-4459-A5FC-53267C743303}}
2022-02-13 03:59:13 +01:00
AppName={#MyAppName}
AppVersion={#MyAppVersion}
;AppVerName={#MyAppName} {#MyAppVersion}
AppPublisher={#MyAppPublisher}
AppPublisherURL={#MyAppURL}
AppSupportURL={#MyAppURL}
AppUpdatesURL={#MyAppURL}
DefaultDirName={autopf}\{#MyAppName}
DefaultGroupName={#MyAppName}
LicenseFile=C:\Users\User\Downloads\VVCEasy\LICENSE
; Uncomment the following line to run in non administrative install mode (install for current user only.)
;PrivilegesRequired=lowest
OutputDir=C:\Users\User\Downloads
OutputBaseFilename=VVCEasy
Compression=lzma2/ultra64
2022-02-13 03:59:13 +01:00
SolidCompression=yes
WizardStyle=modern
InternalCompressLevel=ultra64
CompressionThreads=1
2022-02-13 03:59:13 +01:00
[Languages]
Name: "english"; MessagesFile: "compiler:Default.isl"
[Files]
Source: "C:\Users\User\Downloads\VVCEasy\*"; DestDir: "{win}"; Flags: ignoreversion recursesubdirs createallsubdirs
; NOTE: Don't use "Flags: ignoreversion" on any shared system files