[wpkg-users] [Solved] how to detect PC architecture

Yanni y.goudetsidis at mail.cryst.bbk.ac.uk
Fri Dec 4 12:56:11 CET 2015


Grazie mille Marco and danke sehr Rainer. :)

Thank you both for your replies. I'm starting to love WPKG
more and more. My XML knowledge holds me back a bit but I will get there 
eventually.
Rainer thank you for the detailed explanation, very helpful to me.


On 04/12/15 11:00, wpkg-users-request at lists.wpkg.org wrote:
> Send wpkg-users mailing list submissions to
> 	wpkg-users at lists.wpkg.org
>
> To subscribe or unsubscribe via the World Wide Web, visit
> 	https://lists.wpkg.org/mailman/listinfo/wpkg-users
> or, via email, send a message with subject or body 'help' to
> 	wpkg-users-request at lists.wpkg.org
>
> You can reach the person managing the list at
> 	wpkg-users-owner at lists.wpkg.org
>
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of wpkg-users digest..."
>
>
> Today's Topics:
>
>     1. how to detect PC architecture (Yanni)
>     2. Re: how to detect PC architecture (Marco Gaiarin)
>     3. Re: how to detect PC architecture (Rainer Meier)
>     4. Re: how to detect PC architecture (Rainer Meier)
>
>
> ----------------------------------------------------------------------
>
> Message: 1
> Date: Thu, 03 Dec 2015 16:24:28 +0000
> From: Yanni <y.goudetsidis at mail.cryst.bbk.ac.uk>
> To: wpkg-users at lists.wpkg.org
> Subject: [wpkg-users] how to detect PC architecture
> Message-ID: <56606CBC.5070906 at mail.cryst.bbk.ac.uk>
> Content-Type: text/plain; charset=ISO-8859-1; format=flowed
>
> Hello
>
> Probably a silly question but here it goes.
>
> Do I have to have a different xml file to install a 64bit software?
> For example the Filezilla silent installer available online is for the
> 32 bit version.
> Is it possible to make the XML file detect whether the machine is 32 or
> 64 bit and install the relevant architecture?
>
> Thank you
> Goude
>
>
>
> ------------------------------
>
> Message: 2
> Date: Thu, 3 Dec 2015 17:35:09 +0100
> From: Marco Gaiarin <gaio at sv.lnf.it>
> To: wpkg-users at lists.wpkg.org
> Subject: Re: [wpkg-users] how to detect PC architecture
> Message-ID: <20151203163509.GJ3208 at sv.lnf.it>
> Content-Type: text/plain; charset=iso-8859-1
>
> Mandi! Yanni
>    In chel di` si favelave...
>
>> Probably a silly question but here it goes.
> Yes. ;-)
>
> 	<install architecture="x86" cmd='msiexec /q /i "%SOFTWARE%\WPKG\7z920.msi" ALLUSERS=1 REBOOT=ReallySuppress' >
> 		<exit code="3010" reboot="postponed" />
> 	</install>
> 	<install architecture="x64" cmd='msiexec /q /i "%SOFTWARE%\WPKG\7z920-x64.msi" ALLUSERS=1 REBOOT=ReallySuppress' >
> 		<exit code="3010" reboot="postponed" />
> 	</install>
>



More information about the wpkg-users mailing list