October 17, 200421 yr Hello there..I'm Using Hasi's Post Install Configuration Wizard...I made an autorun menu to launch Post Install wizard to PC's already with windowsBut my problem is that Post install can't resolve the DVD's drive letter..The tests i made is that works only if DVD is in DRIVE D:...any help please?I use this:From menu i Launch start.cmd which calls WPI.HTA and in config.js i usecmd1[pn]=['%cdrom%\\setup\\xp\\progr\\Office2k3pro\\SETUP.exe......what's the difference with 'cdrom' and 'root' ???THANKS
October 18, 200421 yr You don't quite have the syntax for the line correct. it should be the following:cmd1[pn]=['cdrom','setup\\xp\\progr\\Office2k3pro\\SETUP.exe......']cmd1[pn]=['%cdrom%\\setup\\xp\\progr\\Office2k3pro\\SETUP.exe......In your case, though, you should actually have the following:cmd1[pn]=['root','setup\\xp\\progr\\Office2k3pro\\SETUP.exe......']or:cmd1[pn]=['cdrom','progr\\Office2k3pro\\SETUP.exe......'](I think...)The difference between 'cdrom' and 'root' is that 'cdrom' uses "HKLM\Software\Microsoft\Windows\CurrentVersion\Setup\Sourcepath" as the CD root, and 'root' uses just the drive letter from that. These differ because it's an all in one disk.
Create an account or sign in to comment