Project

General

Profile

Actions

Bug #3242

closed

dlls should not go in c:/Windows/System32

Added by Christopher Brooks over 16 years ago. Updated over 15 years ago.

Status:
Resolved
Priority:
Normal
Assignee:
Category:
installer
Target version:
Start date:
04/24/2008
Due date:
% Done:

0%

Estimated time:
Bugzilla-Id:
3242

Description

In bug# 3233, I noticed that dlls were showing up in c:/Windows/System32.
Chad wrote:

cplibs.bat/sh is run by the installer. If it doesn't run, the libraries for
the gdal stuff don't work. I'm open to suggestions for making it work without
copying files to system32.

The bug or rfe here is that we should

It is not clear to me how ptmatlab.dll got over to c:/Windows/System32.
kepler/lib/cplib.sh contains:
--start--
#!/bin/sh
mkdir ~/lib
cp "$INSTALL_PATH"/lib/libproj.0.dylib ~/lib/
cp "$INSTALL_PATH"/lib/libgeos_c.1.dylib ~/lib/
cp "$INSTALL_PATH"/lib/libgeos.2.dylib ~/lib/
cp "$INSTALL_PATH"/lib/libgdal.1.dylib ~/lib/
cp "$INSTALL_PATH"/lib/libexpat.1.dylib ~/lib/
chmod +x "$INSTALL_PATH"/kepler.sh
chmod +x "$INSTALL_PATH"/kepler.app/Contents/MacOS/JavaApplicationStub
--end--
The ChangeLog says:

2008-01-26 10:34 higgins

  • installer/build/install.xml: Updated the Izpack configuration
    file to parse a Windows batch file to move dlls to a location where
    they can be found by the OS (batch file name is 'cplibs.bat' - file
    is set to be executed during installation)

2008-01-26 10:32 higgins

  • lib/cplibs.bat: batch file to copy windows dlls to location where
    they will be located

There is some email about c:/Windows/System32 from Dan Higgins at
http://mercury.nceas.ucsb.edu/ecoinformatics/pipermail/kepler-dev/2007-November/005146.html


Related issues

Blocked by Kepler - Bug #3949: Get the installer working with the new build systemResolvedChad Berkley04/06/2009

Actions
Actions

Also available in: Atom PDF