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 ------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ _______________________________________________ wpkg-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/wpkg-users
