10
; # Python 2.5 compatibility code
14
; if cwd not in sys.path:
15
; sys.path.insert(0, cwd)
16
; #/Python 2.5 compatibility code
20
12
; VERSION = bzrlib.__version__
41
33
SourceDir="..\..\win32_bzr.exe"
43
35
SetupIconFile="..\bzr.ico"
44
InfoBeforeFile="..\tools\win32\info.txt"
45
InfoAfterFile="..\tools\win32\survey.txt"
36
LicenseFile="..\COPYING.txt"
47
38
VersionInfoCompany="Canonical Ltd."
48
VersionInfoCopyright="Canonical Ltd., 2005-2007"
39
VersionInfoCopyright="Canonical Ltd., 2005-2006"
49
40
VersionInfoDescription="Installer for stand-alone bzr.exe"
81
72
ChangesEnvironment=yes
82
PrivilegesRequired=none
86
75
Source: "*.*"; DestDir: "{app}"; Flags: ignoreversion;
87
76
Source: "lib\*.*"; DestDir: "{app}\lib"; Flags: createallsubdirs ignoreversion recursesubdirs;
88
77
Source: "doc\*.*"; DestDir: "{app}\doc"; Flags: createallsubdirs ignoreversion recursesubdirs;
95
; supported = pycurl.version_info()[8]
96
; if 'https' in supported:
97
; from bzrlib.transport.http.ca_bundle import get_ca_path
98
; ca_path = get_ca_path()
100
; cog.outl('Source: "%s"; DestDir: "{app}"; Components: cabundle' % ca_path)
102
; cog.msg('You have pycurl with SSL support, '
103
; 'but CA Bundle (curl-ca-bundle.crt) not found!')
109
Name: "main"; Description: "Main Files"; Types: full compact custom; Flags: fixed
112
; cog.outl('Name: "cabundle"; '
113
; 'Description: "CA certificates for SSL support"; '
114
; 'Types: full custom')
120
80
Name: "{userappdata}\bazaar\2.0"
124
Name: "{group}\Documentation index"; Filename: "{app}\doc\index.html"; WorkingDir: "{app}\doc";
83
Name: "{group}\Documentation index"; Filename: "{app}\doc\index.htm"; WorkingDir: "{app}\doc";
125
84
Name: "{group}\Bazaar Home Page"; Filename: "{app}\bazaar.url"; Comment: "http://www.bazaar-vcs.org";
126
Name: "{group}\Start Bzr in cmd shell"; Filename: "{cmd}"; Parameters: "/K start_bzr.bat"; WorkingDir: "{app}"; IconFilename: "{app}\bzr.exe"; Comment: "Open new Bzr session";
127
Name: "{group}\Uninstall Bazaar"; Filename: "{uninstallexe}"; IconFileName: "{sys}\shell32.dll"; IconIndex: 101; Comment: "Remove Bzr completely";
85
Name: "{group}\Start Bzr in cmd shell"; Filename: "{sys}\cmd.exe"; Parameters: "/K start_bzr.bat"; WorkingDir: "{app}"; IconFilename: "{app}\bzr.exe"; Comment: "Open new Bzr session";
86
Name: "{group}\Uninstall Bzr"; Filename: "{uninstallexe}"; IconFileName: "{sys}\shell32.dll"; IconIndex: 101; Comment: "Remove Bzr completely";
131
89
Name: Path; Description: "Add {app} directory to PATH environment variable";
132
Name: Shell; Description: "Add Bzr context menu to shell"; Flags: unchecked
90
Name: Shell; Description: "Add Bzr context menu to shell";
136
93
Filename: "{app}\bzr_postinstall.exe"; Parameters: "--start-bzr"; Flags: skipifdoesntexist runhidden;
139
; if os.path.isfile('win32_bzr.exe/lib/win32ui.pyd'): # pywin32 mfc wrapper
140
; cog.outl('Filename: "{app}\bzr_postinstall.exe"; '
141
; 'Parameters: "--check-mfc71"; '
142
; 'Flags: skipifdoesntexist skipifsilent runhidden;')
94
Filename: "{app}\bzr_postinstall.exe"; Parameters: "--check-mfc71"; Flags: skipifdoesntexist skipifsilent runhidden;
145
95
Filename: "{app}\bzr_postinstall.exe"; Parameters: "--add-path"; Tasks: Path; Flags: skipifdoesntexist skipifsilent runhidden;
146
96
Filename: "{app}\bzr_postinstall.exe"; Parameters: "--add-shell-menu"; Tasks: Shell; Flags: skipifdoesntexist skipifsilent runhidden;
150
99
Filename: "{app}\bzr_postinstall.exe"; Parameters: "--delete-path --delete-shell-menu --silent"; Flags: skipifdoesntexist runhidden;