From 0a78eac55f453fc7bd45b4e19c9edf01a6b29dd7 Mon Sep 17 00:00:00 2001 From: Peter Secor Date: Mon, 21 Apr 2008 16:18:29 -0700 Subject: [PATCH] windows installer - added line to quit the system tray executable which automatically stops the SMB service, removed lnow redundant line to stop SMB service --- windows/installer.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/windows/installer.tmpl b/windows/installer.tmpl index edb3cfd5..255dba33 100644 --- a/windows/installer.tmpl +++ b/windows/installer.tmpl @@ -53,7 +53,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 SMB"""; Flags: runhidden +Filename: "{app}\Install\winfuse\AllmydataTray.exe"; Parameters: "-Q"; 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