~hiro-me262/pppc4win/trunk

« back to all changes in this revision

Viewing changes to scripts/setup.iss

  • Committer: hiro
  • Date: 2013-05-09 04:03:13 UTC
  • Revision ID: hiro_me262@msn.com-20130509040313-wnuc5afz8fxmwqkt
Installer files

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
; Script generated by the Inno Setup Script Wizard.
 
2
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!
 
3
 
 
4
#define MyAppName "PearPC"
 
5
#define MyAppVersion "0.6pre-Win32hack"
 
6
#define MyAppPublisher "Hiro ME/Vista/8"
 
7
#define MyAppURL "http://launchpad.net/pppc4win"
 
8
#define MyAppExeName "ppc.exe"
 
9
 
 
10
[Setup]
 
11
; NOTE: The value of AppId uniquely identifies this application.
 
12
; Do not use the same AppId value in installers for other applications.
 
13
; (To generate a new GUID, click Tools | Generate GUID inside the IDE.)
 
14
AppId={{214F1934-391C-480F-AC50-29F868D1898F}
 
15
AppName={#MyAppName}
 
16
AppVersion={#MyAppVersion}
 
17
;AppVerName={#MyAppName} {#MyAppVersion}
 
18
AppPublisher={#MyAppPublisher}
 
19
AppPublisherURL={#MyAppURL}
 
20
AppSupportURL={#MyAppURL}
 
21
AppUpdatesURL={#MyAppURL}
 
22
DefaultDirName={pf}\{#MyAppName}
 
23
DefaultGroupName={#MyAppName}
 
24
LicenseFile=..\COPYING
 
25
OutputBaseFilename=ppc4win
 
26
Compression=lzma
 
27
SolidCompression=yes
 
28
SetupIconFile=..\src\system\ui\win32\ppc.ico
 
29
 
 
30
[Languages]
 
31
Name: "english"; MessagesFile: "compiler:Default.isl"
 
32
Name: "japanese"; MessagesFile: "compiler:Languages\Japanese.isl"
 
33
 
 
34
[Tasks]
 
35
Name: "desktopicon"; Description: "{cm:CreateDesktopIcon}"; GroupDescription: "{cm:AdditionalIcons}"; Flags: unchecked
 
36
 
 
37
[Files]
 
38
Source: "..\src\ppc.exe"; DestDir: "{app}"; Flags: ignoreversion
 
39
Source: "..\ppccfg.example"; DestDir: "{app}"; DestName: "pearpc.cfg"; Flags: ignoreversion
 
40
Source: "..\bin\blank.vhd"; DestDir: "{app}"; Flags: ignoreversion
 
41
Source: "..\video.x"; DestDir: "{app}"; Flags: ignoreversion
 
42
Source: "..\bin\empty.iso"; DestDir: "{app}"; Flags: ignoreversion
 
43
Source: "..\AUTHORS"; DestDir: "{app}"; Flags: ignoreversion
 
44
Source: "..\COPYING"; DestDir: "{app}"; Flags: ignoreversion
 
45
Source: "..\README"; DestDir: "{app}"; Flags: ignoreversion
 
46
Source: "..\ChangeLog"; DestDir: "{app}"; Flags: ignoreversion
 
47
Source: "..\bin\tap-windows-9.9.2.exe"; DestDir: "{app}"; Flags: ignoreversion
 
48
; NOTE: Don't use "Flags: ignoreversion" on any shared system files
 
49
 
 
50
[Icons]
 
51
Name: "{group}\{#MyAppName}"; Filename: "{app}\{#MyAppExeName}"
 
52
Name: "{commondesktop}\{#MyAppName}"; Filename: "{app}\{#MyAppExeName}"; Tasks: desktopicon
 
53
 
 
54
 
 
55
[Run]
 
56
Filename: "{app}\tap-windows-9.9.2.exe"; WorkingDir: "{app}"; Description: "TAP32/64 Driver"