Hi everybody,
first time for me.
I ask for your help to understand why my nlited version of xp(with sp2 and hotfixes) doesnt install the programs inserted in the $oem$\$1\install directory.
I can see the window of runonceex starting but then every time the arrow go for a program it says that it cant find h:\install\progname (where h is the driver where i install windows).
moreover also the $oem$\$$\system32\cmdow.exe is not copyed.
Someone can help me?
here is my runonceex.cmd file
cmdow @ /HID
@echo off
SET KEY=HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx
REG ADD %KEY% /V TITLE /D "Installazione Programmi" /f
REG ADD %KEY%\005 /VE /D ".NET Framework 1.1" /f
REG ADD %KEY%\005 /V 1 /D "%systemdrive%\install\framework\dotnetfx.exe" /f
REG ADD %KEY%\053 /VE /D ".NET Framework 1.1 SP1" /f
REG ADD %KEY%\053 /V 1 /D "%systemdrive%\install\framework\KB867460.exe" /f
REG ADD %KEY%\048 /VE /D "Alcatel Speed Touch USB Modem" /f
REG ADD %KEY%\048 /V 1 /D "%systemdrive%\install\Speedtouch\Speedtouch /s" /f
REG ADD %KEY%\048 /V 2 /D "%SYSTEMDRIVE%\Speedtouch\Setup.exe /S -f1\"%SYSTEMDRIVE%\Speedtouch\setup.iss\" -f2\"%systemdrive%\Alcatel.log\"" /f
REG ADD %KEY%\053 /VE /D "Media Player 10" /f
REG ADD %KEY%\053 /V 1 /D "%systemdrive%\install\mediaplayer\mp10setup.exe" /f
exit
thank you in advance
Page 1 of 1
$OEM$\$1 doesnt install runonceex works but no "install" dir in the root
#2
Posted 20 October 2005 - 07:44 AM
[Unattended] OemPreinstall = Yes
This setting needs to be in your Winnt.sif for the special folder contents of $OEM$ to be copied over at the end of textmode setup.
Share this topic:
Page 1 of 1



Help
Back to top









