[wpkg-users] logical not with OS type?

David Petterson david at ifm.liu.se
Tue Jan 17 08:41:22 CET 2012


> Since there is only one check condition the logical AND makes no sense
> at all.
>
> The new WPKG 1.3.0 syntax:
>
> '---code start (watch for line wraps)
>
> <profile id="7ziptest">
> <package package-id="7zip" >
> <condition>
> <check type="host" condition="os" value="5\.2\.\d{4}"/>
> </condition>
> </package>
> </profile>
>
> '---code end
>
>
> The short WPKG 1.2.x and above syntax:
>
> '---code start (watch for line wraps)
>
> <profile id="7ziptest">
> <package package-id="7zip" os="5\.2\.\d{4}"/>
> </profile>
>
> '---code end

I have tried both and it still will not get installed on XP x64.

In the WPKG log I find this:
architecture='x64'
os='microsoft(r) windows(r) xp professional x64 edition, , sp1, 5.2.3790'
lcid='41d'
lcidOS='409'

There is no trace of the test package/profile in the log file on the XP 
x64 computer.

Have anyone made a successful trigger for XP x64?
Is there a way I can manually use wpkg.js to test the trigger?



More information about the wpkg-users mailing list