windows installer - added commands to stop the services if the user is installing over a running instance of Allmydata

This commit is contained in:
Peter Secor 2008-04-16 10:52:21 -07:00
parent 8b989ad9d7
commit 6cdc0e39af

View 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