As a prerequisite of a set of learling tools for children i'm triying to deploy SAPI4 (Microsoft Speech Api 4.0) using a recipe like: <package id="sapi4" name="Microsoft Speech Application Programming Interface 4.0" revision="40" priority="50" reboot="false"> <check type="file" condition="versiongreaterorequal" path='%WINDIR%\speech\speech.dll' value="4.0.4.2512" /> <check type="file" condition="versiongreaterorequal" path='%WINDIR%\msagent\intl\Agt0410.dll' value="2.0.0.3422" /> <check type="file" condition="exists" path='%WINDIR%\msagent\chars\Merlin.acs' /> <check type="file" condition="versiongreaterorequal" path='%WINDIR%\lhsp\Language\ITICT160.dll' value="6.1.0.0" /> <install cmd='"%SOFTWARE%\WPKG\SAPI4\spchapi.exe" /q' /> <install cmd='"%SOFTWARE%\WPKG\SAPI4\AgtX0410.exe" /q' /> <install cmd='"%SOFTWARE%\WPKG\SAPI4\lhttsiti.exe" /q' /> <install cmd='"%SOFTWARE%\WPKG\SAPI4\Merlin.exe" /q' /> <upgrade cmd='"%SOFTWARE%\WPKG\SAPI4\spchapi.exe" /q' /> <upgrade cmd='"%SOFTWARE%\WPKG\SAPI4\AgtX0410.exe" /q' /> <upgrade cmd='"%SOFTWARE%\WPKG\SAPI4\lhttsiti.exe" /q' /> <upgrade cmd='"%SOFTWARE%\WPKG\SAPI4\Merlin.exe" /q' /> </package> Intentionally there's no 'remove' command, these packaged are not setup ones, but more or less 'patch bundle' like, if you remember, windows 95/office 97 service packs/patch (eg, autoextracting .cab). In this way software are correctly installed if started by hand (directly or starting wpkg.js on a command prompt), but the process stalled indefinetly if started with WPKG Service. I've see the: http://unattended.sourceforge.net/installers.php#hotfixes but i'm a bit confused: I've to use /q, /q:a or /u ? Someone can give me a hint? 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)sv.lnf.it tel +39-0434-842711 fax +39-0434-842797 VDEV _______________________________________________ wpkg-users mailing list wpkg-users at lists.wpkg.org http://lists.wpkg.org/mailman/listinfo/wpkg-users |