[wpkg-users] programs using installshield no longer installing with WPKG.JS 1.2.1

Rainer Meier r.meier at wpkg.org
Tue Sep 6 13:55:16 CEST 2011


Hi Paul,

On 06.09.2011 13:24, Paul McGrath wrote:
> Since upgrading to wpkg.js 1.2.1 at least 1 of my installshield dependant
> applications is no longer installing. If I revert back to 1.1.2 it is okay.
>
> The problem lies in using the wpkg env variables. My original package install
> lines was
>
> <install cmd='%SOFTWARE%\primerexpress3\setup.exe -s
> -f1%SOFTWARE%\primerexpress3\setup.iss ' />
>
> This now results a ‘-1’ exit code
>
> If I fully define the server UNC path then it works
>
> <install cmd='\\wpkg.myserver.com\wpkg\files\primerexpress3\setup.exe -s
> -f1\\wpkg.myserver.com\wpkg\files\primerexpress3\setup.iss ' />
>
> Any ideas?

As I remember there is not much change in variable substituion recently.
Could you get a full debug log for version 1.1.2 and 1.2.1-RC13 
(<http://wpkg.svn.sourceforge.net/viewvc/wpkg/wpkg/stable/1.2/>) to compare it?

However I see there is only %SOFTWARE% substituted in your command. I am using 
the %SOFTWARE% variable too without seeing such issues. So I wonder what the 
difference to version 1.1.2 could be. Maybe the logs will tell...

br,
Rainer



More information about the wpkg-users mailing list