id,summary,reporter,owner,description,type,status,priority,milestone,component,version,resolution,keywords,cc
453,Service install & uninstall scripts fail on Windows XP Pro,ross@…,,"[jira2trac import : issue created on April 18, 2007 8:47:01 AM CEST [http://issues.cocoondev.org/browse/DSY-453] ]


The install-daisy-repository-server-service.bat script and the corresponding uninstall script checks for an NT version of windows with the following line: 

if ""%OS%""==""Windows_NT"" goto nt

but on my work machine:

C:\daisydata\service>echo %OS% [[br]] WINNT

So the script fails, changing to check for WINNT works, but I don't know of any knock on effects for other possible values of %OS%

The same problem is present in the wiki service install/uninstall scripts
",Bug,closed,Minor,,,2.0.1,,,
