Has this been resolved? I'm still confused. I have a completed and fully functional Unattended install Windows XP pro DVD with all the fix-'ens. I have Xp installing unattended just fine. Office Xp, too. I used the WPI method to install my progs. All my programs install unattended just as well, except Power DVD. Reading the above thread, I am totally lost. Am I supposed to actually install the PowerDVD onto my machine, then copy the "C:\Program Files\CyberLink\PowerDVD" directory onto the DVD, then add the associated Reg file as well (calling this "registry.reg)?
Let's say I created a "programs" folder on the DVD root with a "Powerdvd" subfolder.
Then I add all those "C:\Program Files\CyberLink\PowerDVD" files into this subfolder.
In my WPI "config.js" lets say that I have:
"prog[pn]=['Cyberlink PowerDVD']
uid[pn]=['POWERDVD']
deps[pn]=['POWERDVD']
desc[pn]=['Awesome DVD player program.']
cmd1[pn]=['COPY %cdrom%\\Programs\\PowerDVD $systemdrive%\\Programs\\Cyberlink\\PowerDVD\\']
cmd2[pn]=['REGEDIT /S %cdrom%\\Programs\\PowerDVD\\registry.reg']
cat[pn]=['Multimedia']
pn++"
(Assuming the "CMD1[pn]' is all on one line)
Would this not work? I would still need to create the link in the start menu, and specify that the whole directory needs to be copied. I forget how to do both, but it'll come back to me after I've posted this.
Are there files installed in the drive's system32 folder I need to look out for too? Let me know what you think.