Asset: Added the upgraded UE4.26 to UE5.1 project files
This commit is contained in:
parent
5a16829092
commit
abca2aa92c
7952 changed files with 187142 additions and 0 deletions
|
|
@ -0,0 +1,40 @@
|
|||
; 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=Epic_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\Epic_CardinalInstaller.exe /verysilent
|
||||
; And then run: %localappdata%\Cardinal\unins000.exe /verysilent
|
||||
Loading…
Add table
Add a link
Reference in a new issue