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 wpkg-users mailing list wpkg-users at lists.wpkg.org http://lists.wpkg.org/mailman/listinfo/wpkg-users |