; Script generated by the Inno Setup Script Wizard. ; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES! ; Non-commercial use only #define MyAppName "StarClient" #define MyAppVersion "1.1" #define MyAppPublisher "S.A. @SNOWARE" #define MyAppURL "swe-iss.rth1.xyz" #define MyAppExeName "launcher.exe" [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={{E7A27BEC-1423-4BA2-AF38-60C2809467CF} AppName={#MyAppName} AppVersion={#MyAppVersion} ;AppVerName={#MyAppName} {#MyAppVersion} AppPublisher={#MyAppPublisher} AppPublisherURL={#MyAppURL} AppSupportURL={#MyAppURL} AppUpdatesURL={#MyAppURL} DefaultDirName={autopf}\{#MyAppName} UninstallDisplayIcon={app}\{#MyAppExeName} DefaultGroupName=SNOWARE StarClient AllowNoIcons=yes LicenseFile=C:\Users\sakeen\Desktop\packdic\license.txt InfoBeforeFile=C:\Users\sakeen\Desktop\packdic\before.txt InfoAfterFile=C:\Users\sakeen\Desktop\packdic\after.txt ; Remove the following line to run in administrative install mode (install for all users). PrivilegesRequired=lowest PrivilegesRequiredOverridesAllowed=dialog OutputBaseFilename=StarSetup SetupIconFile=C:\Users\sakeen\Desktop\packdic\favicon.ico SolidCompression=yes WizardStyle=modern dark polar [Languages] Name: "chinesesimplified"; MessagesFile: "compiler:Languages\ChineseSimplified.isl" Name: "english"; MessagesFile: "compiler:Default.isl" Name: "arabic"; MessagesFile: "compiler:Languages\Arabic.isl" Name: "russian"; MessagesFile: "compiler:Languages\Russian.isl" Name: "korean"; MessagesFile: "compiler:Languages\Korean.isl" [Tasks] Name: "desktopicon"; Description: "{cm:CreateDesktopIcon}"; GroupDescription: "{cm:AdditionalIcons}"; Flags: unchecked [Files] Source: "C:\Users\sakeen\Desktop\packdic\StarClient_fixed\{#MyAppExeName}"; DestDir: "{app}"; Flags: ignoreversion Source: "C:\Users\sakeen\Desktop\packdic\StarClient_fixed\modpack.mrpack"; DestDir: "{app}"; Flags: ignoreversion Source: "C:\Users\sakeen\Desktop\packdic\StarClient_fixed\.hmcl\*"; DestDir: "{app}"; Flags: ignoreversion recursesubdirs createallsubdirs ; NOTE: Don't use "Flags: ignoreversion" on any shared system files [Icons] Name: "{group}\{#MyAppName}"; Filename: "{app}\{#MyAppExeName}" Name: "{group}\{cm:ProgramOnTheWeb,{#MyAppName}}"; Filename: "{#MyAppURL}" Name: "{group}\{cm:UninstallProgram,{#MyAppName}}"; Filename: "{uninstallexe}" Name: "{autodesktop}\{#MyAppName}"; Filename: "{app}\{#MyAppExeName}"; Tasks: desktopicon [Run] Filename: "{app}\{#MyAppExeName}"; Description: "{cm:LaunchProgram,{#StringChange(MyAppName, '&', '&&')}}"; Flags: nowait postinstall skipifsilent