after hours of trying every permutation of command line args and instantiation techniques i decided to do this the quick and dirty way.
install <your install dir with all apps to install>
+--powerdvd <where all powerdvd stuff is>
___|--cyberlink <actual program files for powerdvd>
___|--cyberlink powerdvd <start menu stuff>
___+--pdvd.reg <AAALL of the reg setting that apply ot powerdvd>
just install powerdvd 5 on your system, copy the program files and start menu files to the appropriate place. here is what i have in my batch file to copy everything:
ECHO.
ECHO Installing AdsGone Popup Killer 4.0.6
ECHO Please wait...
xcopy "%systemdrive%\install\adsgone\adsgone\*.*" "%systemdrive%\Program Files\AdsGone\*.*" /h /c /k /r /q /e /y
IF NOT %errorlevel% == 0 (ECHO FAILURE! Error Code: %errorlevel%) ELSE (ECHO SUCCESS!)
ECHO Copying system files
xcopy "%systemdrive%\install\adsgone\system32\*.*" "%windir%\system32\*.*" /h /c /k /r /q /e /y
IF NOT %errorlevel% == 0 (ECHO FAILURE! Error Code: %errorlevel%) ELSE (ECHO SUCCESS!)
ECHO Copying Start Menu files
xcopy "%systemdrive%\install\adsgone\programs\*.*" "%systemdrive%\documents and settings\All Users\Start Menu\Programs\*.*" /h /c /k /r /q /e /y
IF NOT %errorlevel% == 0 (ECHO FAILURE! Error Code: %errorlevel%) ELSE (ECHO SUCCESS!)
ECHO Updating Registry
regedit /s "%systemdrive%\install\adsgone\ag.reg"
IF NOT %errorlevel% == 0 (ECHO FAILURE! Error Code: %errorlevel%) ELSE (ECHO SUCCESS!)
i know that's kind of lot of stuff to wade through, but deal with it.
i have also uploaded the reg file with some fairly standard default settings such as autoplay dvds on insertion, 4 channel audio, and file associations. you will have to search through the file for 2 instances of cdkey and insert yours.
enjoy
-Voltaic
Attached File(s)
-
PDVD.reg (9.16K)
Number of downloads: 1304



Help

Back to top








