[daisy] [JIRA] Created: (DSY-453) Service install & uninstall scripts fail on Windows XP Pro

Ross Gardler (JIRA) issues at cocoondev.org
Wed Apr 18 08:47:20 CDT 2007


Service install & uninstall scripts fail on Windows XP Pro
----------------------------------------------------------

         Key: DSY-453
         URL: http://issues.cocoondev.org//browse/DSY-453
     Project: Daisy
        Type: Bug
    Versions: 2.0.1    
 Environment: Windows XP Pro version 2002 SP2

As far as I know it is a standard install, but the machine is not managed by me, so cannot be certain.
 Reporter: Ross Gardler
    Priority: Minor


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%
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

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.cocoondev.org//secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira



More information about the daisy mailing list