I'm silently installing Roxio 6, along with many other programs, via RunOnceEx.
My problem is that RunOnceEx seems to think Roxio is finished installing before it actually starts. This leads to conflict, because other installers then begin, and I get an error "Cannot install, please wait until other installation finishes" (or something like that).
Now I have about 30 programs installing, and no matter where on my list I place Roxio I run into this problem with some program or other.
The solution is NOT to install it last, because then my CLEANUP file runs during installation and deletes files needed to Roxio. (I use WPI, and therefore my only option for cleanup is to include it as the last 'program' to run.)
The command I'm using for Roxio is:
CODE
%systemdrive%\install\Applications\easycd6\SETUP.EXE /s /v"/qr ADDLOCAL=ECDC6,CreatorApps,PMStudio REBOOT=Suppress REBOOTPROMPT=S"
Anyone find a solution to this problem?