~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

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

  • Committer: Alexander Belchenko
  • Date: 2006-07-30 06:52:39 UTC
  • mto: (1711.2.111 jam-integration)
  • mto: This revision was merged to the branch mainline in revision 1906.
  • Revision ID: bialix@ukr.net-20060730065239-03b4ac02d9f56202
branding: change Bazaar-NG to Bazaar

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
; Cog is http://www.nedbatchelder.com/code/cog/
5
5
 
6
6
[Setup]
7
 
AppName=Bazaar-NG (Bzr)
 
7
AppName=Bazaar
8
8
 
9
9
; [[[cog
10
10
; import bzrlib
11
11
; try: 
12
12
;     VERSION = bzrlib.__version__
13
 
;     AppVerName = 'Bazaar-NG (Bzr) %s' % VERSION
 
13
;     AppVerName = 'Bazaar %s' % VERSION
14
14
;     OutputBaseFilename = 'bzr-setup-%s' % VERSION
15
15
; except:
16
16
;     VERSION = ''
17
 
;     AppVerName = 'Bazaar-NG (Bzr)'
 
17
;     AppVerName = 'Bazaar'
18
18
;     OutputBaseFilename = 'bzr-setup'
19
19
;
20
20
; cog.outl('AppVerName=%s' % AppVerName)
21
21
; cog.outl('OutputBaseFilename=%s' % OutputBaseFilename)
22
22
; ]]]
23
 
AppVerName=Bazaar-NG (Bzr)
 
23
AppVerName=Bazaar
24
24
OutputBaseFilename=bzr-setup
25
25
; [[[end]]]
26
26
 
27
 
DefaultDirName={pf}\Bazaar-NG
28
 
DefaultGroupName=Bazaar-NG
 
27
DefaultDirName={pf}\Bazaar
 
28
DefaultGroupName=Bazaar
29
29
 
30
30
SolidCompression=yes
31
31
 
61
61
; ]]]
62
62
; [[[end]]]
63
63
 
64
 
AppComments="Bzr: Friendly distributed version control system"
 
64
AppComments="Bazaar: Friendly distributed version control system"
65
65
AppPublisher="Canonical Ltd."
66
66
AppPublisherURL="http://www.bazaar-vcs.org"
67
67
AppSupportURL="http://www.bazaar-vcs.org/BzrSupport"
81
81
 
82
82
[Icons]
83
83
Name: "{group}\Documentation index"; Filename: "{app}\doc\index.htm"; WorkingDir: "{app}\doc";
84
 
Name: "{group}\Bazaar-NG Home Page"; Filename: "{app}\bazaar.url"; Comment: "http://www.bazaar-vcs.org";
 
84
Name: "{group}\Bazaar Home Page"; Filename: "{app}\bazaar.url"; Comment: "http://www.bazaar-vcs.org";
85
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
86
Name: "{group}\Uninstall Bzr"; Filename: "{uninstallexe}"; IconFileName: "{sys}\shell32.dll"; IconIndex: 101; Comment: "Remove Bzr completely";
87
87