Prashant N schrieb: > 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 (...) > "\\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 Check what error code 1619 for msiexec means. As far as I remember, it means that the msi package is unavailable at a given location (i.e., wrong path). -- Tomasz Chmielewski http://wpkg.org wpkg-users mailing list wpkg-users at lists.wpkg.org http://lists.wpkg.org/mailman/listinfo/wpkg-users |