add information from old WindowsBuild (with tahoe.exe -> tahoe correction)

[Imported from Trac: page AdvancedInstall, version 17]
davidsarah 2010-09-20 00:42:40 +00:00
parent 49008b6b39
commit e27d8ee9f4

@ -220,3 +220,14 @@ After installing the compilers, repeat the above instructions from step 4 (using
#### How do I make it run as a Windows service?
<http://agiletesting.blogspot.com/2005/09/running-python-script-as-windows.html>
#### How do I make it run under a different user account?
1. Create the new user account if necessary.
2. Run tahoe through "runas":
```
runas /user:Computer\Tahoeuser "bin\tahoe start C:\tahoe-basedir"
```
3. Adjust file system permissions as needed and possible (Home Editions of Windows lack user interfaces to modify permissions)