From: Peter Secor Date: Mon, 21 Apr 2008 23:18:29 +0000 (-0700) Subject: windows installer - added line to quit the system tray executable which automatically... X-Git-Tag: allmydata-tahoe-1.1.0~209 X-Git-Url: https://git.rkrishnan.org/vdrive/global?a=commitdiff_plain;h=0a78eac55f453fc7bd45b4e19c9edf01a6b29dd7;p=tahoe-lafs%2Ftahoe-lafs.git windows installer - added line to quit the system tray executable which automatically stops the SMB service, removed lnow redundant line to stop SMB service --- 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