[wpkg-users] install package only on x64
le dahut
le.dahut at laposte.net
Tue Dec 17 11:31:02 CET 2013
For technical reasons too long to explain here I cannot modify profiles
(they are automatically generated).
For now I have made a false check like :
<check architecture="x86" type="file" condition="exists"
path="%PROGRAMFILES%" />
But on removal this check continues to be true thus Wpkg thinks package
is still installed...
Le 17/12/2013 11:25, Paul McGrath a écrit :
> Hi,
> The way I do it is in my 'profile.xml' I have a check
>
>
> <profile id="wsprofile1">
> <package package-id="shockwave" />
> <package package-id="ultravnc102" os="windows.+5\.\d{1}\.\d{4}" /> <!-- win xp only -->
> <package package-id="ultravnc" os="windows.+6\.\d{1}\.\d{4}" /> <!-- win 7 only -->
> </profile>
>
> Paul
>
> -----Original Message-----
> From: wpkg-users-bounces at lists.wpkg.org [mailto:wpkg-users-bounces at lists.wpkg.org] On Behalf Of le dahut
> Sent: 17 December 2013 10:16
> To: wpkg-users at lists.wpkg.org
> Subject: [wpkg-users] install package only on x64
>
> Hi,
>
> Is there a way to install packages only on x64 hosts without making different profile ?
>
> I mean is it possible to do something like :
>
> <package
> id="test-package"
> name="test for only 64bits"
> revision="%version%"
> architecture="x64"
> >
>
> ?
>
More information about the wpkg-users
mailing list