You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
53 lines
2.2 KiB
53 lines
2.2 KiB
5 years ago
|
; Script generated by the Inno Setup Script Wizard.
|
||
|
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!
|
||
|
|
||
|
#define MyAppName "Final Minetest"
|
||
|
#define MyAppVersion "20.5.16"
|
||
|
#define MyAppPublisher "minetest.org"
|
||
|
#define MyAppURL "https://minetest.org"
|
||
|
#define MyAppExeName "minetest.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={{22B3830E-1547-49ED-A5F5-6BE986A6CA1B}
|
||
|
AppName={#MyAppName}
|
||
|
AppVersion={#MyAppVersion}
|
||
|
;AppVerName={#MyAppName} {#MyAppVersion}
|
||
|
AppPublisher={#MyAppPublisher}
|
||
|
AppPublisherURL={#MyAppURL}
|
||
|
AppSupportURL={#MyAppURL}
|
||
|
AppUpdatesURL={#MyAppURL}
|
||
|
DefaultDirName={userappdata}\minetest
|
||
|
DefaultGroupName={#MyAppName}
|
||
|
DisableProgramGroupPage=yes
|
||
|
LicenseFile=C:\Users\Jatlivecom\Downloads\minetest-win64\readme.txt
|
||
|
; Remove the following line to run in administrative install mode (install for all users.)
|
||
|
PrivilegesRequired=lowest
|
||
|
OutputDir=C:\Users\Jatlivecom\Desktop
|
||
|
OutputBaseFilename=setup-minetest-win64
|
||
|
Compression=lzma
|
||
|
SolidCompression=yes
|
||
|
WizardStyle=modern
|
||
|
|
||
|
[Languages]
|
||
|
Name: "english"; MessagesFile: "compiler:Default.isl"
|
||
|
|
||
|
[Tasks]
|
||
|
Name: "desktopicon"; Description: "{cm:CreateDesktopIcon}"; GroupDescription: "{cm:AdditionalIcons}"
|
||
|
|
||
|
[Files]
|
||
|
Source: "C:\Users\Jatlivecom\Downloads\minetest-win64\*"; DestDir: "{app}"; Flags: ignoreversion recursesubdirs createallsubdirs
|
||
|
Source: "C:\Users\Jatlivecom\Downloads\minetest.conf"; DestDir: "{app}"; Flags: ignoreversion
|
||
|
; NOTE: Don't use "Flags: ignoreversion" on any shared system files
|
||
|
|
||
|
[Icons]
|
||
|
Name: "{group}\{#MyAppName}"; Filename: "{app}\bin\{#MyAppExeName}"; WorkingDir: "{app}\bin"
|
||
|
Name: "{group}\{cm:ProgramOnTheWeb,{#MyAppName}}"; Filename: "{#MyAppURL}"
|
||
|
Name: "{group}\{cm:UninstallProgram,{#MyAppName}}"; Filename: "{uninstallexe}"
|
||
|
Name: "{autodesktop}\{#MyAppName}"; Filename: "{app}\bin\{#MyAppExeName}"; WorkingDir: "{app}\bin"; Tasks: desktopicon;
|
||
|
|
||
|
[Run]
|
||
|
Filename: "{app}\bin\{#MyAppExeName}"; Description: "{cm:LaunchProgram,{#StringChange(MyAppName, '&', '&&')}}"; Flags: nowait postinstall skipifsilent
|
||
|
|