-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsetup.iss
39 lines (32 loc) · 1.46 KB
/
setup.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
; Script generated by the Inno Setup Script Wizard.
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!
[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={{834F3A1C-4056-457E-90A1-A7BFD79A8E94}
AppName=藏龙软件
AppVerName=PyGrid1.0
AppPublisher=CoderZh
AppPublisherURL=http://coderzh.cnblogs.com
AppSupportURL=http://coderzh.cnblogs.com
AppUpdatesURL=http://coderzh.cnblogs.com
DefaultDirName={pf}\PyGrid
DefaultGroupName=藏龙软件
AllowNoIcons=yes
OutputBaseFilename=pygrid
Compression=lzma
SolidCompression=yes
[Languages]
Name: "english"; MessagesFile: "compiler:Default.isl"
[Tasks]
Name: "desktopicon"; Description: "{cm:CreateDesktopIcon}"; GroupDescription: "{cm:AdditionalIcons}"; Flags: unchecked
[Files]
Source: "f:\Code\Python\pygrid\dist\mainform.exe"; DestDir: "{app}"; Flags: ignoreversion
Source: "F:\Code\Python\pygrid\dist\*"; DestDir: "{app}"; Flags: ignoreversion recursesubdirs createallsubdirs
; NOTE: Don't use "Flags: ignoreversion" on any shared system files
[Icons]
Name: "{group}\藏龙统计"; Filename: "{app}\mainform.exe"
Name: "{commondesktop}\藏龙统计"; Filename: "{app}\mainform.exe"; Tasks: desktopicon
[Run]
Filename: "{app}\mainform.exe"; Description: "{cm:LaunchProgram,藏龙软件}"; Flags: nowait postinstall skipifsilent