From d7a813019980d6d4f5556ee0a3943c90de1bd720 Mon Sep 17 00:00:00 2001 From: Peter Secor Date: Thu, 21 Feb 2008 20:24:31 -0700 Subject: [PATCH] native client - updated to match naming for service and tray executable --- windows/installer.tmpl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 -- 2.45.2