From: Peter Secor <secorp@allmydata.com>
Date: Fri, 22 Feb 2008 03:24:31 +0000 (-0700)
Subject: native client - updated to match naming for service and tray executable
X-Git-Url: https://git.rkrishnan.org/%5B/%5D%20/file/FOOURL?a=commitdiff_plain;h=d7a813019980d6d4f5556ee0a3943c90de1bd720;p=tahoe-lafs%2Ftahoe-lafs.git

native client - updated to match naming for service and tray executable
---

diff --git a/windows/installer.tmpl b/windows/installer.tmpl
index 3fa9d888..316ba8c2 100644
--- a/windows/installer.tmpl
+++ b/windows/installer.tmpl
@@ -31,8 +31,8 @@ Name: "{app}\noderoot"
 
 [Icons]
 ; Program files entries
-Name: "{group}\Allmydata"; Filename: "{app}\Install\winfuse\TahoeTray.exe"
-Name: "{commonstartup}\Allmydata"; Filename: "{app}\Install\winfuse\TahoeTray.exe"
+Name: "{group}\Allmydata"; Filename: "{app}\Install\winfuse\AllmydataTray.exe"
+Name: "{commonstartup}\Allmydata"; Filename: "{app}\Install\winfuse\AllmydataTray.exe"
 ;Name: "{group}\Tahoe root dir (web)"; Filename: "{app}\Install\tahoe.exe"; Parameters: "webopen"
 Name: "{group}\Allmydata Help"; Filename: "http://www.allmydata.com/help.php"
 
@@ -48,7 +48,7 @@ Filename: "http://beta.allmydata.com/welcome_install?v=%(major)d.%(minor)d.%(poi
 
 [UninstallRun]
 ; Performed before the uninstaller runs to undo things
-Filename: "{sys}\net.exe"; Parameters: "stop ""Allmydata Tahoe SMB"""; Flags: runhidden
+Filename: "{sys}\net.exe"; Parameters: "stop ""Allmydata SMB"""; Flags: runhidden
 Filename: "{sys}\net.exe"; Parameters: "stop Tahoe"; Flags: runhidden
 Filename: "{app}\Install\winfuse\InstallUtil.exe"; Parameters: "/uninstall ""{app}\Install\winfuse\WinFUSE.exe"""; Flags: runhidden
 Filename: "{app}\Install\tahoesvc.exe"; Parameters: "-remove"; Flags: runhidden