Hello Stefan, > I have successfully used WPKG 1.0.4, so I switched to 1.1.0 for production, this breaks some of my packages. > > 1st case: > > <install cmd='"%SOFTWARE%\Acrobat Reader\AdbeRdr910_de_DE.exe" /sAll /rs /l /msi /qn EULA_ACCEPT=YES SUPPRESS_APP_LAUNCH=YES AgreeToLicense=Yes ENABLE_CACHE_FILES=No allusers=2 ' /> > > The above will return an exit code of 1, when wrapped inside %COMSPEC% and output redirection, it does work without the wrapping. > > please find attached my adobereader9.xml, for versions 9.0 and 9.1, both working with wpkg.js version 1.1.0. So you can test upgrade and downgrade. Be aware that the Adobe Reader Software is located in different directories cause of same name for different file versions. The following files are needed: AcroRead.msi AcroRead.mst AdbeRdrSD90_all.msi Data1.cab, optional: acroread-html9.reg > 2nd case: > > <install timeout="600" cmd='"%SOFTWARE%\Sun Java\jre-6u13-windows-i586-p.exe" /s /v "/qn ADDLOCAL=ALL IEXPLORER=1 MOZILLA=1 REBOOT=Suppress"' /> > > The above won't work either, exit code 1 ??? > Same for java6.xml, both version 12 and version 13, so you can go back and forward by simply linking java6.xml to java6.xml.12 or java6.xml.13. > It seems that the install string is not parsed, but is always wrapped inside the ComSpec and redirection, so > > <install cmd='%ComSpec% /c net stop JavaQuickStarterService'><exit code='2' /></install> > > results in > > %COMSPEC% /c %ComSpec% /c net stop JavaQuickStarterService >NUL 2>&1 > So you don't need the second "%ComSpec% /c", do you? Good luck, Falko -------------- next part -------------- A non-text attachment was scrubbed... Name: AdobeReader9.xml.91 Type: text/xml Size: 2198 bytes Desc: not available URL: <http://lists.wpkg.org/pipermail/wpkg-users/attachments/20090526/e17d6ef0/attachment.xml> -------------- next part -------------- A non-text attachment was scrubbed... Name: adobereader9.xml.90 Type: text/xml Size: 3003 bytes Desc: not available URL: <http://lists.wpkg.org/pipermail/wpkg-users/attachments/20090526/e17d6ef0/attachment-0001.xml> -------------- next part -------------- A non-text attachment was scrubbed... Name: java6.xml.12 Type: text/xml Size: 4640 bytes Desc: not available URL: <http://lists.wpkg.org/pipermail/wpkg-users/attachments/20090526/e17d6ef0/attachment-0002.xml> -------------- next part -------------- A non-text attachment was scrubbed... Name: java6.xml.13 Type: text/xml Size: 4196 bytes Desc: not available URL: <http://lists.wpkg.org/pipermail/wpkg-users/attachments/20090526/e17d6ef0/attachment-0003.xml> |