[kepler-dev] [Bug 3253] - IzPack Windows Installer should install in a directory with the version number

bugzilla-daemon at ecoinformatics.org bugzilla-daemon at ecoinformatics.org
Thu May 1 11:39:57 PDT 2008


http://bugzilla.ecoinformatics.org/show_bug.cgi?id=3253





------- Comment #2 from cxh at eecs.berkeley.edu  2008-05-01 11:39 -------
BTW - 
Ptolemy II does the Ptolemy/ptII7.0.1 trick, take a look
in ptII/adm/gen-7.0 of the rel-7-0-beta-2 tree

Basically, ptII7_0_1_setup.xml does the set up.

 <resources>
        <res id="HTMLInfoPanel.info" src="index.htm"/>
        <res id="HTMLLicencePanel.licence" src="copyright.htm"/>
        <res id="InfoPanel.info" src="../../README.txt"/>
        <res id="TargetPanel.dir.windows" src="TargetPanel.dir.windows"/>

TargetPanel.dir.windows is a file that contains just the line:
c:/Ptolemy/ptII$APP_VER

I think something similar would work here.

However, it is getting to be time to ship, so maybe we should move on
and stick with c:/Program Files/Kepler-1.0.0 instead of C:/Program
Files/Kepler/Kepler-1.0.0.




That file in turn calls


More information about the Kepler-dev mailing list