From: Peter Secor Date: Tue, 22 Apr 2008 00:38:04 +0000 (-0700) Subject: windows installer - removing uninstall tests, trying to get to a clean build that... X-Git-Tag: allmydata-tahoe-1.1.0~207 X-Git-Url: https://git.rkrishnan.org/vdrive//%22news.html/%22?a=commitdiff_plain;h=c1b8122330883a613d9067d3a581f7084c136adc;p=tahoe-lafs%2Ftahoe-lafs.git windows installer - removing uninstall tests, trying to get to a clean build that works as it's not clear that this latest build can update the virtual drive properly --- diff --git a/windows/installer.tmpl b/windows/installer.tmpl index 1cedcbc6..542c6b7c 100644 --- a/windows/installer.tmpl +++ b/windows/installer.tmpl @@ -41,7 +41,6 @@ Name: "{group}\Allmydata Help"; Filename: "http://www.allmydata.com/help" [Run] ; Things performed before the final page of the installer -Filename: "{app}\Install\winfuse\AllmydataTray.exe"; Parameters: "-Q"; Flags: runhidden Filename: "{sys}\net.exe"; Parameters: "stop ""Allmydata SMB"""; Flags: runhidden Filename: "{sys}\net.exe"; Parameters: "stop Tahoe"; Flags: runhidden Filename: "{app}\Install\tahoesvc.exe"; Parameters: "-install -auto"; Flags: runhidden @@ -54,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: "{app}\Install\winfuse\AllmydataTray.exe"; Parameters: "-Q"; Flags: runhidden +; xFilename: "{app}\Install\winfuse\AllmydataTray.exe"; Parameters: "-Q"; 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