]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commitdiff
windows installer - added commands to stop the services if the user is installing...
authorPeter Secor <secorp@allmydata.com>
Wed, 16 Apr 2008 17:52:21 +0000 (10:52 -0700)
committerPeter Secor <secorp@allmydata.com>
Wed, 16 Apr 2008 17:52:21 +0000 (10:52 -0700)
windows/installer.tmpl

index e3f67f6a2167b94d22daec661a27015af96375ac..edb3cfd53eab925218b6d0fa2bf88f713559801f 100644 (file)
@@ -41,6 +41,8 @@ Name: "{group}\Allmydata Help"; Filename: "http://www.allmydata.com/help"
 
 [Run]
 ; Things performed before the final page of the installer
+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
 Filename: "{app}\Install\tahoe.exe"; Parameters: "create-client ""{app}\noderoot"""; Flags: runhidden
 Filename: "{app}\Install\winfuse\InstallUtil.exe"; Parameters: """{app}\Install\winfuse\WinFUSE.exe"""; Flags: runhidden