Ticket #453 (closed Bug)
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
Change History
Changed 3 years ago by paul
- Attachment 10644_wrapper_WINNT.patch added
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.
wrapper_WINNT.patch