Hello,
I've installed WPKG Client 1.3.9 on one of workstations configured it and etc., and took example (dia) from the documentation to check if it's working - it's failed. Then I've transferred wpkg folder to my local machine (C:\wpkg) - in case that is some kind of network access problem and installed client on it and configured it accordingly. WPKG file path:C:\wpkg\wpkg.js hosts.xml <host name="mycomputername" profile-id="profile" /> profiles.xml ... <profile id="profile"> <package package-id="adobereader" /> </profile> packages.xml <package id="adobereader" name="Adobe Reader %version%" revision="%version%" priority="50"> <variable name="version" value="9.3.4" /> <check type="uninstall" condition="exists" path="Adobe Reader %version%" /> <!-- First uninstall Adobe Reader 8.1.2 --> <install cmd='msiexec /x{AC76BA86-7AD7-1033-7B44-A80000000002} /qn ' > <exit code="1605" /> <exit code="1618" /> </install> <!-- install with the msi --> <install cmd='msiexec /qn /i C:\wpkg\viewers\acrobat\AdbeRdr930_en_US.msi TRANSFORMS=C:\wpkg\viewers\acrobat\AdbeRdr930_en_US.mst' > <exit code="0" /> <exit code="3010" reboot="false" /> </install> <!-- Later install patch with the msi, first to 9.3.2 then to 9.3.3 --> <install cmd='msiexec /qn /update C:\wpkg\viewers\acrobat\AdbeRdrUpd932_all_incr.msp' /> <install cmd='msiexec /qn /update C:\wpkg\viewers\acrobat\AdbeRdrUpd933_all_incr.msp' > <exit code="0" /> <exit code="3010" reboot="false" /> </install> <install cmd='msiexec /qn /update C:\wpkg\viewers\acrobat\AdbeRdrUpd934_all_incr.msp' > <exit code="3010" reboot="false" /> </install> </package> All the Acrobat files exist, and .mst is created, but no installation is happening. I've checked via cmd: Microsoft Windows XP [Version 5.1.2600] (C) Copyright 1985-2001 Microsoft Corp. C:\Documents and Settings\username>msiexec /i c:\wpkg\viewers\acrobat\AdbeRdr930_en _US.msi - is ok Performed wPKG testing Testing complete 1 - OK 0 - failed 7 - not tested Details: Action: Trying to read C:\wpkg\wpkg.js Result: [OK] Message: but it's not installing anything. What am I doing wrong?
------------------------------------------------------------------------- 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