Le 16/11/2010 20:08, Dehennin Daniel a écrit :
zorgman <z...@probesys.com> a ecrit:

[...]

The goal is :
if it is a 32bit
then
    install WPKG Client 1.3.9-x32
else
    install WPKG Client 1.3.9-x64

I use the following script[1] provided by Rainer Meier.

Regards.

[1] http://wpkg.org/User:Dad


-------------------------------------------------------------------------
wpkg-users mailing list archives >> http://lists.wpkg.org/pipermail/wpkg-users/
_______________________________________________
wpkg-users mailing list
wpkg-users@lists.wpkg.org
http://lists.wpkg.org/mailman/listinfo/wpkg-users
Thanks for your help, i will try it to deploy wpkg, but if i can i would like to run minimum of batch script when i install package, and if i have understand, unattended scripts are run every time in packages definition:

<?xml version="1.0" encoding="utf-8" ?>
<packages>

<package id='Pidgin' name='Pidgin IM' revision='254' priority='50'
reboot='false' >
<!-- Pidgin Instant Messaging -->
<check type='uninstall' condition='exists' path='Pidgin' />
<install cmd='"%SOFTWARE%\Pidgin v.2.5.4\unattended.cmd"' />
<remove cmd='"%SOFTWARE%\Pidgin v.2.5.4\unattended-uninstall.cmd"' />
<upgrade cmd='"%SOFTWARE%\Pidgin v.2.5.4\unattended.cmd"' />
<depends package-id='GTK' />
</package>
</packages>


Is it the best way to manage different OS/Version with WPKG?(but it become more difficult to apply template config from "silent installer" and to do a simple copy/paste)
-------------------------------------------------------------------------
wpkg-users mailing list archives >> http://lists.wpkg.org/pipermail/wpkg-users/
_______________________________________________
wpkg-users mailing list
wpkg-users@lists.wpkg.org
http://lists.wpkg.org/mailman/listinfo/wpkg-users

Reply via email to