[wpkg-users] Deploy different versions of wpkg dependent on XP/Seven

Robert Backhaus robbak at robbak.com
Wed Nov 17 23:46:25 CET 2010


Another method, which may be simpler, would be to put a new variable
in your clients' config, like X32STATUS or something. On 64 bit
clients set it to "(x86)", and set it to a null string for 32 bit
clients. This can be done automatically, if you have different
profiles for your 64 and 32 bit clients

This could be used in a number of ways:

<install cmd="%SOFTWARE%/application/installer%X32STATUS%/installer.exe"  />

<remove cmd="/Program Files%X32STATUS%/application/uninstall.exe" />

I'm sure others will come up with other ideas.

If you have more complex requirements, then you could use separate
packages for 32 and 64 bit.

On Thu, Nov 18, 2010 at 2:20 AM, zorgman <zorg at probesys.com> wrote:
> Maybe it's more usefull to put all the scripts examples (from
> http://wpkg.org/User:Dad ) and what is it good for (multi arch, transport
> config,
> on an other place like http://wpkg.org/Packages.xml
>
> bye
>
>
>
>
> -------------------------------------------------------------------------
> wpkg-users mailing list archives >>
> http://lists.wpkg.org/pipermail/wpkg-users/
> _______________________________________________
> wpkg-users mailing list
> wpkg-users at lists.wpkg.org
> http://lists.wpkg.org/mailman/listinfo/wpkg-users
>
>



More information about the wpkg-users mailing list