~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-08-14 01:41:30 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-20080814014130-ohoxsrqy94jldajv
Address John's review comments

Show diffs side-by-side

added added

removed removed

Lines of Context:
91
91
; start for best performance.
92
92
; [[[cog
93
93
; if "TBZR" in os.environ: # we need a more formal way of controlling this...
94
 
;     tovmsi = os.environ["TOVMSI_WIN32"] # point at TortoiseOverlays .msi
 
94
;     tovmsi = os.environ["TORTOISE_OVERLAYS_MSI_WIN32"] # point at TortoiseOverlays .msi
95
95
;     cog.outl('Source: "%s"; Flags: dontcopy ignoreversion ; Components: tortoise' % tovmsi)
96
96
;     cog.outl('Source: "tbzrcache.exe"; DestDir: "{app}"; Flags: ignoreversion restartreplace uninsrestartdelete; Components: tortoise')
97
97
;     cog.outl('Source: "tbzrcachew.exe"; DestDir: "{app}"; Flags: ignoreversion restartreplace uninsrestartdelete; Components: tortoise')
256
256
// [[[cog
257
257
// if "TBZR" in os.environ:
258
258
//     import os
259
 
//     cog.outl("tovmsi := '%s';" % os.path.basename(os.environ["TOVMSI_WIN32"]))
 
259
//     cog.outl("tovmsi := '%s';" % os.path.basename(os.environ["TORTOISE_OVERLAYS_MSI_WIN32"]))
260
260
// else:
261
261
//     cog.outl("tovmsi := '';")
262
262
// ]]]