-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsetup.iss
47 lines (39 loc) · 1.76 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
40
41
42
43
44
45
46
47
; 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={{A157440D-43BE-4800-B08D-DD9C07526869}
AppName=YIMP
AppVerName=YIMP 1.0
AppPublisher=Vincent
AppPublisherURL=http://yimp.googlecode.com
AppSupportURL=http://yimp.googlecode.com
AppUpdatesURL=http://yimp.googlecode.com
DefaultDirName={pf}\YIMP
DefaultGroupName=YIMP
AllowNoIcons=yes
LicenseFile=C:\yimp\LICENSE.txt
OutputDir=C:\yimp
OutputBaseFilename=yimp-setup
Compression=lzma
SolidCompression=yes
[Languages]
Name: english; MessagesFile: compiler:Default.isl
[Tasks]
Name: desktopicon; Description: {cm:CreateDesktopIcon}; GroupDescription: {cm:AdditionalIcons}; Flags: unchecked
[Files]
Source: C:\yimp\build\yimp.exe; DestDir: {app}; Flags: ignoreversion
Source: C:\yimp\build\mingwm10.dll; DestDir: {app}; Flags: ignoreversion
Source: C:\yimp\build\QtCore4.dll; DestDir: {app}; Flags: ignoreversion
Source: C:\yimp\build\QtGui4.dll; DestDir: {app}; Flags: ignoreversion
Source: C:\yimp\build\QtOpenGL4.dll; DestDir: {app}; Flags: ignoreversion
Source: C:\yimp\build\libgcc_s_dw2-1.dll; DestDir: {app}; Flags: ignoreversion
; NOTE: Don't use "Flags: ignoreversion" on any shared system files
[Icons]
Name: {group}\YIMP; Filename: {app}\yimp.exe
Name: {group}\{cm:UninstallProgram,yimp}; Filename: {uninstallexe}
Name: {commondesktop}\YIMP; Filename: {app}\yimp.exe; Tasks: desktopicon
[Run]
Filename: {app}\yimp.exe; Description: {cm:LaunchProgram,yimp}; Flags: nowait postinstall skipifsilent