~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

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

  • Committer: Mark Hammond
  • Date: 2008-07-31 06:55:34 UTC
  • mto: (3606.5.3 1.6)
  • mto: This revision was merged to the branch mainline in revision 3626.
  • Revision ID: mhammond@skippinet.com.au-20080731065534-n0jl9z7sim2lj36z
paramiko has applied a patch making win32ui unnecessary and the wiki has
been updated with the defails, so checking for that dll can be removed.

Show diffs side-by-side

added added

removed removed

Lines of Context:
198
198
 
199
199
[Run]
200
200
Filename: "{app}\bzr_postinstall.exe"; Parameters: "--start-bzr"; Flags: skipifdoesntexist runhidden;
201
 
; [[[cog
202
 
; # NOTE: A patch has been submitted to Paramika that will avoid use
203
 
; # of the MFC DLL.  See http://www.lag.net/pipermail/paramiko/2008-June/000732.html
204
 
; import os
205
 
; if os.path.isfile('win32_bzr.exe/lib/win32ui.pyd'):   # pywin32 mfc wrapper
206
 
;     cog.outl(r'Filename: "{app}\bzr_postinstall.exe"; '
207
 
;              'Parameters: "--check-mfc71"; '
208
 
;              'Flags: skipifdoesntexist skipifsilent runhidden;')
209
 
; ]]]
210
 
; [[[end]]]
211
201
Filename: "{app}\bzr_postinstall.exe"; Parameters: "--add-path"; Tasks: Path; Flags: skipifdoesntexist skipifsilent runhidden;
212
202
Filename: "{app}\bzr_postinstall.exe"; Parameters: "--add-shell-menu"; Tasks: Shell; Flags: skipifdoesntexist skipifsilent runhidden;
213
203
; [[[cog