Re: [wpkg-users] silent install for latest Autodesk products

2007-05-15 Thread Mark Nienberg
Tobias Baumgärtner wrote: > Hello Mark, > > I had a similar problem with the uninstall program from Nero > > The UNNero.exe starts a copy from itselt in another directory and terminats > its own process. > > So the wpkg script proceeds and the check failes. > > So I wrote a VBScript which only

Re: [wpkg-users] silent install for latest Autodesk products

2007-05-15 Thread Mark Nienberg
Tobias Baumgärtner wrote: > Hello Mark, > > I had a similar problem with the uninstall program from Nero > > The UNNero.exe starts a copy from itselt in another directory and terminats > its own process. > > So the wpkg script proceeds and the check failes. > > So I wrote a VBScript which only

Re: [wpkg-users] [wpkg] VLC uninstall problems

2007-05-15 Thread Jens Geile
forgot to send to the list too ;) > > And the wpkg installer still runs until it times out :/ > So something must be still running I guess? > tasklist doesn't show any processes? cscript.exe and WPKGSrv.exe are still running before i kill the wpkg window manually. > You can add a timeout="second

Re: [wpkg-users] [wpkg] VLC uninstall problems

2007-05-15 Thread Marco Gaiarin
Mandi! Jens Geile In chel di` si favelave... > So, any recommendations? I've also note that upgade in VLC does not work, so also i've done uninstall and then install the newer version. But i've not got trouble about that, apart in a PC where manual uninstallation was needed, but previously VLC

Re: [wpkg-users] [wpkg] VLC uninstall problems

2007-05-15 Thread Tomasz Chmielewski
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

Re: [wpkg-users] [wpkg] VLC uninstall problems

2007-05-15 Thread Jens Geile
> 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 :/ - jens ---

Re: [wpkg-users] [wpkg] VLC uninstall problems

2007-05-15 Thread Tomasz Chmielewski
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

Re: [wpkg-users] [wpkg] VLC uninstall problems

2007-05-15 Thread Jens Geile
> 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

Re: [wpkg-users] [wpkg] VLC uninstall problems

2007-05-15 Thread Tomasz Chmielewski
Jens Geile schrieb: > Hi, > > I've got a little problem installing VideoLAN VLC with WPKG. Actually, its > the uninstall I have problems with, the install is working perfectly fine. > > notify="false"> > > >/> > > >/> > > > > > This is my package entry for VLC (in th

[wpkg-users] [wpkg] VLC uninstall problems

2007-05-15 Thread Jens Geile
Hi, I've got a little problem installing VideoLAN VLC with WPKG. Actually, its the uninstall I have problems with, the install is working perfectly fine. This is my package entry for VLC (in this case its v0.8.4 but I've tested it with all versions from 0.8.4 up to 0.

Re: [wpkg-users] silent install for latest Autodesk products

2007-05-15 Thread Tobias Baumgärtner
Hello Mark, I had a similar problem with the uninstall program from Nero The UNNero.exe starts a copy from itselt in another directory and terminats its own process. So the wpkg script proceeds and the check failes. So I wrote a VBScript which only waits for a process to terminate. --- WaitFo

Re: [wpkg-users] silent install for latest Autodesk products

2007-05-15 Thread Tomasz Chmielewski
Mark Nienberg schrieb: > I'm working on rolling out Autodesk Revit Structure 2008, but I think this > will apply > to all of the current Autodesk Autocad and Revit versions. It seems Autodesk > is > using a different install program now. I think they used to use > Installshield? > Maybe thi