Setting up Dispatcho on Windows

When you run FogBugz for Windows Setup, it installs and starts Dispatcho for you whenever you do a new install or an upgrade.

However, if you choose to "just extract files," you will have to install Dispatcho yourself.

To do this:

1. Open a command prompt (run cmd).
2. cd into the FogBugz\accessories directory.
3. type this command line:

dispatcho install username password

username is a Windows account that Dispatcho should run under. If the account is on the local machine, use the format .\account, for example, .\FogBugz. If the account is on a domain, use the format domain\account, for example, CORP\FogBugz.

password is the password for that account.

4. Run the Services control panel. Find the Fog Creek Dispatcho service and start it.
5. You're done!

How Can I Uninstall Dispatcho?

1. Run the Services control panel. Find the Fog Creek Dispatcho service and stop it.
2. Open a command prompt (run cmd)
3. cd into the FogBugz\accessories directory
4. type this command line:

dispatcho uninstall

5. You're done!