Added id and password, removed icon
This commit is contained in:
parent
a6ea725ca5
commit
fd6aa93073
@ -3,6 +3,7 @@
|
|||||||
#define RemoteMediaDir GetEnv('REMOTE_DIR_MEDIA')
|
#define RemoteMediaDir GetEnv('REMOTE_DIR_MEDIA')
|
||||||
|
|
||||||
[Setup]
|
[Setup]
|
||||||
|
AppId={{C42BF9E1-4791-4098-A19E-74D6EAF0750F}
|
||||||
AppName=Enderal SE
|
AppName=Enderal SE
|
||||||
DefaultGroupName=Enderal SE
|
DefaultGroupName=Enderal SE
|
||||||
AppVersion=2.1.0
|
AppVersion=2.1.0
|
||||||
@ -20,13 +21,15 @@ ExtraDiskSpaceRequired=20204613632
|
|||||||
AllowNetworkDrive=no
|
AllowNetworkDrive=no
|
||||||
Compression=lzma2/max
|
Compression=lzma2/max
|
||||||
SolidCompression=yes
|
SolidCompression=yes
|
||||||
SetupIconFile=enderal.ico
|
;SetupIconFile=enderal.ico
|
||||||
UninstallDisplayName=Enderal SE
|
UninstallDisplayName=Enderal SE
|
||||||
UninstallDisplayIcon={app}\Game\Data\enderal.ico
|
UninstallDisplayIcon={app}\Game\Data\enderal.ico
|
||||||
DisableWelcomePage=yes
|
DisableWelcomePage=yes
|
||||||
DisableDirPage=no
|
DisableDirPage=no
|
||||||
DisableProgramGroupPage=no
|
DisableProgramGroupPage=no
|
||||||
AllowNoIcons=yes
|
AllowNoIcons=yes
|
||||||
|
Password=mod.pub
|
||||||
|
Encryption=yes
|
||||||
|
|
||||||
[Files]
|
[Files]
|
||||||
; Root
|
; Root
|
||||||
|
Loading…
Reference in New Issue
Block a user