-
Notifications
You must be signed in to change notification settings - Fork 0
/
innosetup.iss
35 lines (28 loc) · 1.2 KB
/
innosetup.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
; Script generated by the Inno Setup Script Wizard.
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!
[Setup]
AppId={{60EBA9DF-5B7F-4E5B-93BA-DEB37FB78CC6}
AppName="AI 记卡"
AppVersion="1.0"
AppVerName="AI 记卡"
AppPublisher="Wang Weixuan, Hou Xusen, Zheng Shiqi"
AppPublisherURL="https://github.com/wangweixuan/pkupop-term-project"
AppSupportURL="https://github.com/wangweixuan/pkupop-term-project"
AppUpdatesURL="https://github.com/wangweixuan/pkupop-term-project"
DefaultDirName="{pf}\PKU POP\Aijika"
DisableProgramGroupPage=yes
OutputBaseFilename=AijikaInstaller
Compression=lzma
SolidCompression=yes
LicenseFile=build\out\LICENSE.txt
[Languages]
Name: "en"; MessagesFile: "compiler:Default.isl"
[Tasks]
Name: "desktopicon"; Description: "{cm:CreateDesktopIcon}"; GroupDescription: "{cm:AdditionalIcons}"; Flags: unchecked
[Files]
Source: "build\out\Release\*"; DestDir: "{app}"; Flags: ignoreversion recursesubdirs
[Icons]
Name: "{commonprograms}\AI 记卡"; Filename: "{app}\Aijika.exe"
Name: "{commondesktop}\AI 记卡"; Filename: "{app}\Aijika.exe"; Tasks: desktopicon
[Run]
Filename: "{app}\Aijika.exe"; Description: "{cm:LaunchProgram,AI 记卡}"; Flags: nowait postinstall skipifsilent