-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathLegacyConsolePackEditorInstaller.iss
More file actions
48 lines (35 loc) · 1.54 KB
/
Copy pathLegacyConsolePackEditorInstaller.iss
File metadata and controls
48 lines (35 loc) · 1.54 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
#define MyAppName "MC LCE TP Editor"
#define MyAppVersion "0.3"
#define MyAppExeName "LegacyConsolePackEditor.exe"
#define MySourceDir "C:\Users\eolia\minecraft-legacy-editor\LegacyConsolePackEditor\bin\Release\net8.0-windows"
[Setup]
AppId={{C8E7B3C2-4D3F-4B6A-9A1B-9F9D11B0A001}
AppName={#MyAppName}
AppVersion={#MyAppVersion}
AppPublisher=TNT_addict
AppPublisherURL=https://github.com/TNTaddicted
AppSupportURL=https://github.com/TNTaddicted/MCLCE-Texture-Pack-Editor
AppUpdatesURL=https://github.com/TNTaddicted/MCLCE-Texture-Pack-Editor/releases
DefaultDirName={autopf}\{#MyAppName}
DefaultGroupName={#MyAppName}
OutputDir=.
OutputBaseFilename=LegacyConsolePackEditor-Setup
Compression=lzma
SolidCompression=yes
SetupIconFile=Cactus_1.13.ico
UninstallDisplayIcon={app}\{#MyAppExeName}
WizardStyle=modern
WizardSmallImageFile=Cactus_1.13.png
DisableProgramGroupPage=yes
[Languages]
Name: "english"; MessagesFile: "compiler:Default.isl"
[Tasks]
Name: "desktopicon"; Description: "Create a desktop shortcut"; GroupDescription: "Additional icons:"; Flags: unchecked
[Files]
Source: "{#MySourceDir}\*"; DestDir: "{app}"; Flags: recursesubdirs createallsubdirs ignoreversion
[Icons]
Name: "{group}\{#MyAppName}"; Filename: "{app}\{#MyAppExeName}"
Name: "{autodesktop}\{#MyAppName}"; Filename: "{app}\{#MyAppExeName}"; Tasks: desktopicon
Name: "{group}\Uninstall {#MyAppName}"; Filename: "{uninstallexe}"
[Run]
Filename: "{app}\{#MyAppExeName}"; Description: "Launch {#MyAppName}"; Flags: nowait postinstall skipifsilent