~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to tools/win32/bzr.iss.cog

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2008-08-18 18:00:08 UTC
  • mfrom: (3638.1.1 win32installer)
  • Revision ID: pqm@pqm.ubuntu.com-20080818180008-9488xkn2acyv2obu
(bialix) remove out-of-date options from Windows standalone installer.

Show diffs side-by-side

added added

removed removed

Lines of Context:
42
42
 
43
43
SetupIconFile="..\bzr.ico"
44
44
InfoBeforeFile="..\tools\win32\info.txt"
45
 
InfoAfterFile="..\tools\win32\survey.txt"
46
45
 
47
46
VersionInfoCompany="Canonical Ltd."
48
47
VersionInfoCopyright="Canonical Ltd., 2005-2008"
177
176
 
178
177
[Tasks]
179
178
Name: Path; Description: "Add {app} directory to PATH environment variable"
180
 
Name: Shell; Description: "Add Bzr context menu to shell"; Flags: unchecked
181
179
; [[[cog
182
180
; if "TBZR" in os.environ:
183
181
;     cog.outl('Name: TBZRReadme; Description: "View the TortoiseBZR Readme"; Components: tortoise')
199
197
[Run]
200
198
Filename: "{app}\bzr_postinstall.exe"; Parameters: "--start-bzr"; Flags: skipifdoesntexist runhidden;
201
199
Filename: "{app}\bzr_postinstall.exe"; Parameters: "--add-path"; Tasks: Path; Flags: skipifdoesntexist skipifsilent runhidden;
202
 
Filename: "{app}\bzr_postinstall.exe"; Parameters: "--add-shell-menu"; Tasks: Shell; Flags: skipifdoesntexist skipifsilent runhidden;
203
200
; [[[cog
204
201
; if "TBZR" in os.environ:
205
202
;     cog.outl('Filename: "regsvr32.exe"; Parameters: "/s tbzr.dll"; WorkingDir: "{app}"; Components: tortoise; Description: "Registering Tortoise"; StatusMsg: "Registering Tortoise"')
209
206
 
210
207
 
211
208
[UninstallRun]
 
209
Filename: "{app}\bzr_postinstall.exe"; Parameters: "--delete-path --delete-shell-menu --silent"; Flags: skipifdoesntexist runhidden; 
212
210
; [[[cog
213
211
; if "TBZR" in os.environ:
214
212
;     cog.outl('Filename: "regsvr32.exe"; Parameters: "/u /s tbzr.dll"; WorkingDir: "{app}"; Components: tortoise; StatusMsg: "Unregistering Tortoise"; Flags: skipifdoesntexist')
215
213
; ]]]
216
214
; [[[end]]]
217
215
 
 
216
 
218
217
[Code]
219
218
const
220
219
  SHCNF_IDLIST = $0000;