mirror of
https://github.com/MartinEesmaa/VVCEasy.git
synced 2025-02-09 00:08:44 +01:00
Added some little settings of Inno Setup Script
Note: Used with Inno Script Studio
This commit is contained in:
parent
6ce39edf33
commit
79c3323774
@ -9,7 +9,7 @@
|
|||||||
[Setup]
|
[Setup]
|
||||||
; NOTE: The value of AppId uniquely identifies this application. Do not use the same AppId value in installers for other applications.
|
; 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.)
|
; (To generate a new GUID, click Tools | Generate GUID inside the IDE.)
|
||||||
AppId={{F9A21B8D-65E5-446A-8E96-E58DC5A3BA99}
|
AppId={{CEFE5C0E-F29A-4459-A5FC-53267C743303}}
|
||||||
AppName={#MyAppName}
|
AppName={#MyAppName}
|
||||||
AppVersion={#MyAppVersion}
|
AppVersion={#MyAppVersion}
|
||||||
;AppVerName={#MyAppName} {#MyAppVersion}
|
;AppVerName={#MyAppName} {#MyAppVersion}
|
||||||
@ -24,9 +24,12 @@ LicenseFile=C:\Users\User\Downloads\VVCEasy\LICENSE
|
|||||||
;PrivilegesRequired=lowest
|
;PrivilegesRequired=lowest
|
||||||
OutputDir=C:\Users\User\Downloads
|
OutputDir=C:\Users\User\Downloads
|
||||||
OutputBaseFilename=VVCEasy
|
OutputBaseFilename=VVCEasy
|
||||||
Compression=lzma
|
Compression=lzma2/ultra64
|
||||||
SolidCompression=yes
|
SolidCompression=yes
|
||||||
WizardStyle=modern
|
WizardStyle=modern
|
||||||
|
InternalCompressLevel=ultra64
|
||||||
|
DiskSpanning=True
|
||||||
|
CompressionThreads=1
|
||||||
|
|
||||||
[Languages]
|
[Languages]
|
||||||
Name: "english"; MessagesFile: "compiler:Default.isl"
|
Name: "english"; MessagesFile: "compiler:Default.isl"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user