Jens Geile schrieb: >> Hmm, I thought every command has to return some exit code. > That's what i thought too... > >> So what happens if you run VLC uninstall from cmd.exe, and do "echo >> %errorlevel%" - nothing there at all? > I did a "set errorlevel=23" prior to executing the uninstall command. After > uninstall finished i did a "echo %errorlevel%" and it still was on 23. :/ > >> Are you sure that every uninstall program is not running anymore, no >> other process is running? > I'm testing with VLC only atm. So there are no other installers or > uninstallers running at that time. And even VLC uninstall isnt running > anymore.
The easiest would be to write a batch script - so that it exits cleanly: uninstall_vlc.exe /S /whatever echo -- 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
