generated from ShaBaiTianCN/Modpack
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathATM6.iss
58 lines (51 loc) · 2.39 KB
/
ATM6.iss
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
49
50
51
52
53
54
55
56
57
58
; Script generated by the Inno Setup Script Wizard.
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!
#define MyAppName "Minecraft modpack All the Mods 6 汉化"
#define MyAppVersion "2.0.0.0"
#define MyAppPublisher "KlparetlR"
#define MyAppURL "https://github.com/KlparetlR/All-The-Mods-6"
#define ModPackVersion "1.8.28"
#define MyCnVersion "2.0.0"
[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={{5670F72E-CF41-4475-A008-50DBCD145F6C}
AppName={#MyAppName}
AppVersion={#MyAppVersion}
;AppVerName={#MyAppName} {#MyAppVersion}
AppPublisher={#MyAppPublisher}
AppPublisherURL={#MyAppURL}
AppSupportURL={#MyAppURL}
AppUpdatesURL={#MyAppURL}
DefaultDirName={src}
UsePreviousAppDir=no
DisableDirPage=yes
DefaultGroupName={#MyAppName}
AllowNoIcons=yes
Uninstallable=no
VersionInfoVersion={#MyAppVersion}
VersionInfoCopyright={#MyAppPublisher}
VersionInfoDescription=All the Mods 6 汉化安装包
LicenseFile=LICENSE.txt
InfoBeforeFile=Inno setup before.txt
; Uncomment the following line to run in non administrative install mode (install for current user only.)
;PrivilegesRequired=lowest
PrivilegesRequiredOverridesAllowed=dialog
OutputBaseFilename=Minecraft_All_the_Mods_6_{#ModPackVersion}_汉化安装包_V{#MyAppVersion}
SetupIconFile=pack.ico
Compression=lzma
SolidCompression=yes
WizardStyle=modern
[Languages]
Name: "english"; MessagesFile: "compiler:Default.isl"
Name: "chinesesimplified"; MessagesFile: "compiler:Languages\ChineseSimplified.isl"
[Types]
Name: jc ;Description:"只基础内容安装"; Flags: iscustom
Name: xz; Description:"可选功能安装";
[Components]
Name: a; Description: "基础内容" ; Types: jc xz ; Flags: fixed
Name: b; Description: "实机测试配置"; Types: xz ;
[Files]
Source: "汉化本体(把里面的文件拖入已安装的ATM6)\*"; DestDir: "{app}"; Flags: ignoreversion recursesubdirs createallsubdirs
Source: "实机测试配置\*"; DestDir: "{app}"; Flags: ignoreversion recursesubdirs createallsubdirs ; Components: b;
; NOTE: Don't use "Flags: ignoreversion" on any shared system files