Merge lp:~songofacandy/bzr-windows-installers/remove-unused-wexe into lp:bzr-windows-installers

Proposed by methane
Status: Merged
Approved by: Alexander Belchenko
Approved revision: 142
Merged at revision: 146
Proposed branch: lp:~songofacandy/bzr-windows-installers/remove-unused-wexe
Merge into: lp:bzr-windows-installers
Diff against target: 13 lines (+0/-2)
1 file modified
templates/inno/bzr.iss (+0/-2)
To merge this branch: bzr merge lp:~songofacandy/bzr-windows-installers/remove-unused-wexe
Reviewer Review Type Date Requested Status
Alexander Belchenko Approve
Review via email: mp+44708@code.launchpad.net

Description of the change

Remove unused tbzrcachew.exe and tbzrcommandw.exe from installation.

To post a comment you must log in.
Revision history for this message
Alexander Belchenko (bialix) :
review: Approve
Revision history for this message
Alexander Belchenko (bialix) wrote :

Naoki, does your change required for bzr 2.3 or does it acceptable for 2.2 too?

Revision history for this message
methane (songofacandy) wrote :

>Naoki, does your change required for bzr 2.3 or does it acceptable for 2.2 too?

2.2 too.
TBZR doesn't use tbzr***w.exe from last year.
--
INADA Naoki  <email address hidden>

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'templates/inno/bzr.iss'
2--- templates/inno/bzr.iss 2010-10-16 10:52:12 +0000
3+++ templates/inno/bzr.iss 2010-12-26 17:02:52 +0000
4@@ -55,9 +55,7 @@
5 Source: "{{ tbzr_msi32 }}"; Flags: dontcopy ignoreversion ; Components: tortoise
6 Source: "{{ tbzr_msi64 }}"; Flags: dontcopy ignoreversion ; Components: tortoise
7 Source: "tbzrcache.exe"; DestDir: "{app}"; Flags: ignoreversion restartreplace uninsrestartdelete; Components: tortoise
8-Source: "tbzrcachew.exe"; DestDir: "{app}"; Flags: ignoreversion restartreplace uninsrestartdelete; Components: tortoise
9 Source: "tbzrcommand.exe"; DestDir: "{app}"; Flags: ignoreversion restartreplace uninsrestartdelete; Components: tortoise
10-Source: "tbzrcommandw.exe"; DestDir: "{app}"; Flags: ignoreversion restartreplace uninsrestartdelete; Components: tortoise
11 Source: "tbzrtrace.exe"; DestDir: "{app}"; Flags: ignoreversion restartreplace uninsrestartdelete; Components: debug
12 ; Note 'regserver' here appears to run regsvr32 without elevation, which
13 ; is no good for us - so we have a [run] entry below.

Subscribers

People subscribed via source and target branches