Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ; Script generated by the Inno Setup Script Wizard.
- ; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!
- #define MyAppName "Assets Xertigny - Aillevillers"
- #define MyAppVersion "1.0"
- #define MyAppPublisher "Lus0rius"
- #define MyAppURL "https://www.rwcentral.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={{ABA2B760-EF60-458D-91E1-3F41DC524058}
- AppName={#MyAppName}
- AppVersion={#MyAppVersion}
- VersionInfoVersion={#MyAppVersion}
- AppVerName={#MyAppName}
- AppPublisher={#MyAppPublisher}
- AppPublisherURL={#MyAppURL}
- AppSupportURL={#MyAppURL}
- AppUpdatesURL={#MyAppURL}
- DefaultDirName={reg:HKLM\SOFTWARE\RailSimulator.com\RailWorks,install_path|{reg:HKLM\SOFTWARE\WOW6432Node\railsimulator.com\railworks,install_path|{autopf}\Steam\steamapps\common\RailWorks}}
- DisableDirPage=no
- DirExistsWarning=no
- EnableDirDoesntExistWarning=yes
- DefaultGroupName={#MyAppName}
- AllowNoIcons=yes
- DisableWelcomePage=no
- ; Uncomment the following line to run in non administrative install mode (install for current user only.)
- ;PrivilegesRequired=lowest
- OutputDir=D:\Users\Albin\Documents\0-Work\Packs Assets\Assets Xertigny - Aillevillers\Version 1.0
- OutputBaseFilename={#MyAppName} v{#MyAppVersion}
- Compression=lzma2
- SolidCompression=yes
- WizardImageFile=D:\Users\Albin\Documents\0-Work\Packs Assets\Assets Xertigny - Aillevillers\Image.bmp
- WizardSmallImageFile=D:\Users\Albin\Documents\0-Work\Packs Assets\Assets Xertigny - Aillevillers\SmallImage.bmp
- Uninstallable=no
- [Languages]
- Name: "en"; MessagesFile: "compiler:Default.isl"; LicenseFile: "License_en.txt"
- Name: "fr"; MessagesFile: "compiler:Languages\French.isl"; LicenseFile: "License_fr.txt"
- Name: "de"; MessagesFile: "compiler:Languages\German.isl"; LicenseFile: "License_de.txt"
- [Files]
- Source: "E:\SteamLibrary\steamapps\common\RailWorks\Assets_PackEdgar\*"; Excludes: "*.pak,*.cost,*.tgt,*.bak*"; DestDir: "{app}\Assets"; Flags: ignoreversion recursesubdirs createallsubdirs onlyifdoesntexist uninsneveruninstall
- ; NOTE: Don't use "Flags: ignoreversion" on any shared system files
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement