40 lines
No EOL
1.4 KiB
Text
40 lines
No EOL
1.4 KiB
Text
; Script generated by the Inno Setup Script Wizard.
|
|
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!
|
|
|
|
#define MyAppName "Cardinal Fall - Saved Files Remover"
|
|
#define MyAppVersion "1.0"
|
|
#define MyAppPublisher "Metahusk"
|
|
#define MyAppURL "metahusk.com"
|
|
|
|
[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={{D1B52821-F0B8-4F0E-A526-234C7E855F1D}
|
|
AppName={#MyAppName}
|
|
AppVersion={#MyAppVersion}
|
|
;AppVerName={#MyAppName} {#MyAppVersion}
|
|
AppPublisher={#MyAppPublisher}
|
|
AppPublisherURL={#MyAppURL}
|
|
AppSupportURL={#MyAppURL}
|
|
AppUpdatesURL={#MyAppURL}
|
|
DefaultDirName={localappdata}\Cardinal
|
|
DisableDirPage=yes
|
|
DefaultGroupName={#MyAppName}
|
|
DisableProgramGroupPage=yes
|
|
; Remove the following line to run in administrative install mode (install for all users).
|
|
PrivilegesRequired=lowest
|
|
PrivilegesRequiredOverridesAllowed=commandline
|
|
OutputDir=C:\Unreal\Projects\cardinal-fall
|
|
OutputBaseFilename=Steam_CardinalInstaller
|
|
SolidCompression=yes
|
|
WizardStyle=modern
|
|
|
|
|
|
[Languages]
|
|
Name: "english"; MessagesFile: "compiler:Default.isl"
|
|
|
|
[UninstallDelete]
|
|
Type: filesandordirs; Name: "{localappdata}\Cardinal\Saved"
|
|
|
|
; To test, run in cmd: C:\Unreal\Projects\cardinal-fall\Steam_CardinalInstaller.exe /verysilent
|
|
; And then run: %localappdata%\Cardinal\unins000.exe /verysilent |