[wpkg-users] Exit code returned non-successful value: 1619.

Prashant N massoo at gmail.com
Tue Jul 10 15:04:48 CEST 2007


Hi,

I am very new to wpkg and I am trying to install the Adobe Acrobat
8.1.0. I have created the samba share as described in the wiki ie,
smb.conf
security = user
[wpkg]
        comment = Windows Automated Packager
        path = /data/wpkg
        read only = yes
        browseable = no

my hosts.xml is
<wpkg>
<host name="host1" profile-id="default" />
</wpkg>

my profiles.xml is
<profiles>
<profile id="default">
<package package-id="adobe-reader" />
</profile>

my packages.xml is
<packages>
<package
  id="adobe-reader"
  name="Adobe Reader 8.1.0"
  revision="5"
  priority="10">
<!--<install cmd='msiexec /q /i
"%SOFTWARE%\adobe\acrobat-reader8\AcroRead.msi" allusers=1'> -->
<install cmd='msiexec /q /i
"\\pdc\wpkg\software\adobe\acrobat-reader8\AcroRead.msi" allusers=1'
/>

<remove cmd='MsiExec.exe /q /x{AC76BA86-7AD7-1033-7B44-A70500000002}' />

<!--<upgrade cmd='msiexec /q /i
"%SOFTWARE%\adobe\acrobat-reader8\AcroRead.msi" allusers=1'> -->
<upgrade cmd='msiexec /q /i
"\\pdc\wpkg\software\adobe\acrobat-reader8\AcroRead.msi" allusers=1'
/>
<exit code="0" />
<exit code="3010" reboot="true" />
</upgrade>
</package>
</packages>

my settings.xml stored in \\pdc\wpkg\settings is
<?xml version="1.0" encoding="utf-8"?>
<configuration><file>\\pdc\wpkg\Wpkg.js</file><path-user>mobiapps\host1</path-user><path-password>OJjxHds=</path-password><exec-user>SYSTEM</exec-user><exec-password></exec-password><parameters>/synchronize
/nonotify /quiet</parameters><silent>YES</silent><pre-action></pre-action><post-action></post-action><show-GUI>YES</show-GUI><logon-delay>10</logon-delay><logon-message-1>WPKG
is installing applications and applying
settings...</logon-message-1><logon-message-2>Please wait, don't
restart or power off your
computer...</logon-message-2><script-variable
name="SOFTWARE">\\pdc\wpkg\software</script-variable><script-variable
name="SETTINGS">\\pdc\wpkg\settings</script-variable><priority>normal</priority></configuration>


I have hosts.xml, profiles.xml and packages.xml in the directory /data/wpkg.
The "AcroRead.msi" and the associated "Data1.cab" are in the directory
/data/wpkg/software/adobe/acrobat-reader8/

The folder /data/wpkg/software/adobe/acrobat-reader8/ is accessible to
the client as \\pdc\wpkg\software\adobe\acrobat-reader8\.

If I run cscript \\pdc\wpkg\wpkg.js /synchronize /debug, I get :

Reboot-Cmd is standard.
base directory \\pdc\wpkg.
Hosts file contains 1 hosts:
host1
settings file contains 0 packages:
packages file contains 2 packages:
adobe-reader
profiles file contains 2 profiles:
default
custom
Using profile: default
profile: default profileNode:
number of available packages: 1
number of packages to remove: 0
checking existence of package:Adobe Reader 8.1.0
Installing Adobe Reader 8.1.0...
executing command : msiexec /q /i
"\\pdc\wpkg\software\adobe\acrobat-reader8\AcroRead.msi" allusers=1
command returned result: 1619
There were the following errors:
Package name: Adobe Reader 8.1.0
Could not install Adobe Reader 8.1.0
Exit code returned non-successful value: 1619.
msiexec /q /i "\\pdc\wpkg\software\adobe\acrobat-reader8\AcroRead.msi"
allusers=1

The user is a domain user and is part of local windows users group.
What am I doing wrong ?

-- 
Thanks & Regards
Prashant N
http://openenter.blogspot.com


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