sonic, on Jan 8 2006, 09:11 PM, said:
The path is generated by position of WPI.ico file ... don't modofy %cdrom% variable in batch file it's nothing about path of programs ...
If your WPI.ico is in D:\
%cdrom% will D:\ so
in your config.js you can set %cdrom%\\Utils\\Winrar.exe
You can change the name of this "pointer" file instead wpi.ico ... for example I use the batch itself as pointer file ...
thx v. much for ur concern
sry about not mentioning the whole story
i've already changed the pointer to the blahblah.SP2 file that comes with windows ,, ( as i'm integrating WPI with an unattended windows xp sp2 installation ) ...
but the problem is that i want to use another variable than %CDROM% ,, cauz i'm always installing from the CD ,,
i want to instruct WPI to use it is current place to install programs from ...
but im facing difficulty in putting another variable ( which i've assigned in a global variable like %InstallSRC% ) int the installation string ..
when i use %CDROM% variable ,, the whole process is taken out smoothly ,, but when switching it with %InstallSRC% ( which i've assigned before ) or even %SystemRoot% ,, the err0rs begin to show from thier hides .. and it tells me it cannot find the file specified ..
plz help me with that ,, as i'm in the process of integrating WPI and i need to test it once and while before attaching it to the ISO ..
waiting for ur kind replies ..