extrabigmehdi
Oct 9 2007, 04:38 AM
Hi,
what's the easiest way to integrate cursors in an install , so that they are set by default at first launch ?
Any step by step ?
Does this work with themes ?
thanks
PS: I made a search yesterday, but didn't find / figured out
rajesh.kumar
Oct 9 2007, 05:04 AM
REG ADD %KEY%026 /VE /D "Adding My Cursors..." /f
REG ADD %KEY%026 /V 1 /D "RunDll32.exe setupapi,InstallHinfSection DefaultInstall 132 %CDP%\MyBlueGlass\Install.inf" /f
extrabigmehdi
Oct 9 2007, 08:39 AM
hi rajesh,
I guess I have to put these commands in the runonce tab, of the unattended step isn't it ?
where do I have to put the cursors in order to build the iso ?
what is the %CDP% path ? (doesn't exist on my system)
I don't necessarily understand well the command, so if I which to install other cursors
let say Fedora's ones that are in "Fedora" folder, with an inf files called "Fedora.inf",
then I just have to call the commands:
REG ADD %KEY%026 /VE /D "Installing Fedora Cursors..." /f
REG ADD %KEY%026 /V 1 /D "RunDll32.exe setupapi,InstallHinfSection DefaultInstall 132 %CDP%\Fedora\Fedora.inf" /f
Or there is something else to adapt ?
Is there a way to test this commands without proceding to the whole install ?
thanks
AgiHammerklau
Oct 9 2007, 10:09 AM
I remember, there has been a thread not too long ago, but I have to check, if it was here or in the german nlite forum.
Agi
Edit
Must have been in the german nlite forum, ´cause I just found an old answer by Nuhi :
http://www.msfn.org/board/index.php?showto...st&p=552485