[wpkg-users] TRANSFORMS and 32/64 bit...

Geoff Brown geoffrey at sfu.ca
Fri Jul 12 19:28:18 CEST 2013


Luckily Adobe is rolling up patches, so all you'll need to apply is "AdbeRdrUpd1017.msp" right now.


However, in other cases, it is useful to define a list of ".msp" patches:
	<variable name="PATCHLIST" value="%LOCALCACHE%\%PKG_PATH%\patch1.msp;%LOCALCACHE%\%PKG_PATH%\patch2.msp" />

And then use them on the command line, so only one install command is necessary:
	<install cmd='msiexec /qb! /i "%LOCALCACHE%\%PKG_PATH%\AcroRead.msi" PATCH="%PATCHLIST%" TRANSFORMS="%LOCALCACHE%\%PKG_PATH%\AdbeRdr1010_en_US.mst" /log %LOG_PATCH% ALLUSERS=1 EULA_ACCEPT=YES /norestart'>
	        <exit code="3010" reboot="false" />
	</install>

Cheers!

---
Geoff Brown
IT Services, SFU Surrey Campus

_______________________
Simon Fraser University Surrey


On Jul 12, 2013, at 7:41 AM, Marco Gaiarin wrote:

> 
> I've prepared a recipe for reader11, that i install on 64 bit win7.
> 
> Simply:
> 
>        <install cmd='msiexec /q /i "%SOFTWARE%\WPKG\AdbeRdr11000_it_IT.msi" ALLUSERS=1 REBOOT=ReallySuppress TRANSFORMS="%SOFTWARE%\WPKG\AdbeRdr11000_it_IT.mst"'>
>                <exit code="3010" reboot="postponed" />
>        </install>
>        <install cmd='msiexec /q /update "%SOFTWARE%\WPKG\AdbeRdrUpd11001.msp" ALLUSERS=1 REBOOT=ReallySuppress' >
>                <exit code="3010" reboot="postponed" />
>        </install>
>        <install cmd='msiexec /q /update "%SOFTWARE%\WPKG\AdbeRdrSecUpd11002.msp" ALLUSERS=1 REBOOT=ReallySuppress' >
>                <exit code="3010" reboot="postponed" />
>        </install>
>        <install cmd='msiexec /q /update "%SOFTWARE%\WPKG\AdbeRdrUpd11003.msp" ALLUSERS=1 REBOOT=ReallySuppress' >
>                <exit code="3010" reboot="postponed" />
>        </install>
> 
>        <upgrade include='install' />
> 
> msiexec is quick and skip install/patch if just applied.
> 
> 
> On a win7 32bit box (the only one) the first line exit with msiexec
> error 1624 (invalid transform).
> I've tried also to uninstall by hand reader11, but emit the same error.
> Surely i've bult the mst on a win7 64bit.
> 
> Because this is the only 32bit win7 i have, is a 32/64 trouble (eg,
> i've to build a transform of 32 and a transform for 64bit) or simply
> i've hit a reader11 installation corruption on that specific box?
> 
> 
> Thanks.
> 
> -- 
> dott. Marco Gaiarin				        GNUPG Key ID: 240A3D66
>  Associazione ``La Nostra Famiglia''                    http://www.sv.lnf.it/
>  Polo FVG   -   Via della Bontà, 7 - 33078   -   San Vito al Tagliamento (PN)
>  marco.gaiarin(at)lanostrafamiglia.it   t +39-0434-842711   f +39-0434-842797
> 
> 		Dona il 5 PER MILLE a LA NOSTRA FAMIGLIA!
> 	   http://www.lanostrafamiglia.it/chi_siamo/5xmille.php
> 	(cf 00307430132, categoria ONLUS oppure RICERCA SANITARIA)
> -------------------------------------------------------------------------
> 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