Rev 4596: Change the all-in-one installer name. in http://bazaar.launchpad.net/~jameinel/bzr/1.18-win32-buildbot

John Arbash Meinel john at arbash-meinel.com
Mon Aug 3 22:33:36 BST 2009


At http://bazaar.launchpad.net/~jameinel/bzr/1.18-win32-buildbot

------------------------------------------------------------
revno: 4596
revision-id: john at arbash-meinel.com-20090803213316-ww6fknh3z1l6fupu
parent: john at arbash-meinel.com-20090803204139-z21151p4s1c16w75
committer: John Arbash Meinel <john at arbash-meinel.com>
branch nick: 1.18-win32-buildbot
timestamp: Mon 2009-08-03 16:33:16 -0500
message:
  Change the all-in-one installer name.
  
  Instead of 'bzr-setup-1.XX.exe' it is now 'bzr-1.XX-setup.exe',
  this brings it more inline with 'bzr-1.17.win32-py2.4.exe' that
  we use elsewhere, and makes it easier to name it:
  'bzr-1.XX-setup-1.exe' if we chose to do so in the future.
-------------- next part --------------
=== modified file 'tools/win32/bzr.iss.cog'
--- a/tools/win32/bzr.iss.cog	2009-01-12 01:55:34 +0000
+++ b/tools/win32/bzr.iss.cog	2009-08-03 21:33:16 +0000
@@ -16,10 +16,10 @@
 ; #/Python 2.5 compatibility code
 ;
 ; import bzrlib
-; try: 
+; try:
 ;     VERSION = bzrlib.__version__
 ;     AppVerName = 'Bazaar %s' % VERSION
-;     OutputBaseFilename = 'bzr-setup-%s' % VERSION
+;     OutputBaseFilename = 'bzr-%s-setup' % VERSION
 ; except:
 ;     VERSION = ''
 ;     AppVerName = 'Bazaar'
@@ -211,7 +211,7 @@
 
 
 [UninstallRun]
-Filename: "{app}\bzr_postinstall.exe"; Parameters: "--delete-path --delete-shell-menu --silent"; Flags: skipifdoesntexist runhidden; 
+Filename: "{app}\bzr_postinstall.exe"; Parameters: "--delete-path --delete-shell-menu --silent"; Flags: skipifdoesntexist runhidden;
 ; [[[cog
 ; if "TBZR" in os.environ:
 ;     cog.outl('Filename: "regsvr32.exe"; Parameters: "/u /s /i: tbzrshellext_x86.dll"; WorkingDir: "{app}"; Components: tortoise; StatusMsg: "Unregistering Tortoise"; Flags: skipifdoesntexist')
@@ -316,7 +316,7 @@
 end;
 
 
-function InitializeUninstall(): Boolean; 
+function InitializeUninstall(): Boolean;
 begin
     ShutdownTBZR;
     result := True;



More information about the bazaar-commits mailing list