Hi, I had an idea, that it would be nice to use an environment variable for package locations. For example:
Lets say our package is situated at: \\server\wpkg\packages\someprogram-install.exe The packages.xml could include a configuration variable for this: <options> <option id="wpkg-location" value="\\server\wpkg\packages" /> </options> When wpkg.js is run, it would define an environment variable from this option. In this way we vould make silent installers work out of the box: for example: <install cmd='"%wpkg-location%\someprogram-install.exe /silent'><exit code="0" /></install> It would also make moving from server to server less prone for errors and typos. Right now the silent installers use different UNC locations which is messy. cheers, Kristofer ------------------------------------------------------- This SF.Net email is sponsored by the JBoss Inc. Get Certified Today * Register for a JBoss Training Course Free Certification Exam for All Training Attendees Through End of 2005 Visit http://www.jboss.com/services/certification for more information _______________________________________________ wpkg-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/wpkg-users
