poikilos
5 years ago
2 changed files with 52 additions and 0 deletions
@ -0,0 +1,52 @@ |
|||
; 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 |
|||
|
Loading…
Reference in new issue