To run dekihost as a windows service which starts at boot, do the following:
SrvAny is a windows tool to run any executable as a windows service. You can find the tool attached to this page or as part of the windows reskit from Microsoft.
Extract the .zip to:
c:\reskit
Launch cmd.exe (Start->Run->cmd) and do the following to install the service
cd c:\reskit instsrv dekihost c:\reskit\srvany.exe
Launch regedit: Start->Run->regedit
Navigate to:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\dekihost
Launch the Services control panel (Start->Administrative Tools->Services) and double-click on the "dekihost" service.
Click the Log On tab and define a user to run the services as... it should run fine as the Local System Account (recommended)
Click the Start button to start the service.
If everything was successful, you should be able to contact the dekihost by visiting the following URL in your browser:
http://localhost:8081/deki/@about
If you don't want to mess around with srvany and regedit, simply use the freeware RunAsSrv that can be downloaded at http://www.pirmasoft.de/runassvc.php. Unzip the file and start RunAsSrv.exe. Enter your parameters and klick on OK, that's it!

When running MindTouch under W2K you will need Mono and therefore the service you start is mono.exe (C:\Program Files\Mono-2.4.3.1\bin\mono.exe) and the parameter will be everything on the line after "set CMD=" (or "mono.exe" if already changed) in your mindtouch.host.bat.
To delete the dekihost service, run the following
cd c:\reskit instsrv dekihost REMOVE
| File | Version | Size | Modified | |
|---|---|---|---|---|
| ||||
| ||||
Copyright © 2011 MindTouch, Inc. Powered by
Have XML / Latin1-UTF-8 conversion support. PHP's mbstring module is missing. Please see the PHP mbstring manual for information on how to install and configure mbstring
I've uncommented the mbstring extension and also copied the php_mbstring.dll to the apache directory. Any clues would be helpful given that I can't get a login to the forums to get help.....
thanks,
pete
CreateObject("Wscript.Shell").Run """" & WScript.Arguments(0) & """", 0, False
To evoke the script to start the Deki-Wiki service, do Start | Run | Regedit.
Navigate to HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\dekihost\Parameters
Modify the Application key value to read as follows:
wscript.exe "C:\<server>\web\bin\invisible.vbs" "C:\<server>\web\bin\mindtouch.host.bat"
Of course, with this method if anything goes wrong you will see nothing on your screen, and the only way to shut the DOS box down if it does throw an error is to go to Start | Run | services.msc and manually shut down your Deki-Wiki host service. But this is such a short script file that there's not much likely to go wrong once you have it working correctly. edited 20:51, 24 Oct 2007