Ticket #453 (closed Bug)

Opened 3 years ago

Last modified 3 years ago

Service install & uninstall scripts fail on Windows XP Pro

Reported by: ross@… Owned by:
Priority: Minor Milestone:
Component: Version: 2.0.1
Keywords: Cc:

Description

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

Attachments

10644_wrapper_WINNT.patch (3.8 KB) - added by paul 3 years ago.
wrapper_WINNT.patch

Change History

Changed 3 years ago by paul

wrapper_WINNT.patch

comment:1 Changed 3 years ago by paul

  • Status changed from new to closed

[jira2trac import : comment created by deining on April 18, 2007 2:45:43 PM CEST]

The following patch addresses that problem.

Ideally, this issue were addressed by the wrapper software, since all scripts used are simply taken from the wrapper download without alteration (at least regarding the code in question). Tanuki wrapper has a bug tracking system too, I will create an issue there.

comment:2 Changed 3 years ago by paul

[jira2trac import : comment created by bruno on April 24, 2007 8:47:10 AM CEST]

Patch applied in SVN rev 3998.

Note: See TracTickets for help on using tickets.