Jens Geile schrieb: >> The easiest would be to write a batch script - so that it exits cleanly: >> uninstall_vlc.exe /S /whatever >> echo > Hmm, did exactly that... "%SOFTWARE%\videolan\uninstall.bat": > > "%PROGRAMFILES%\VideoLAN\VLC\uninstall.exe" /S > echo > > And the wpkg installer still runs until it times out :/ So something must be still running I guess? tasklist doesn't show any processes? You can add a timeout="seconds" to uninstall string, too. -- Tomasz Chmielewski http://wpkg.org wpkg-users mailing list wpkg-users at lists.wpkg.org http://lists.wpkg.org/mailman/listinfo/wpkg-users |