May 21, 200719 yr hi tomcat!reg file in svcpack doesnt apply with unattended.sourceforge.net!why? windows doesn't complain about any missing files ...
May 21, 200719 yr In your other thread, you said "he complains about a missing winnt32.exe or wrong winnt32.exe". Are you or are you not getting copy errors?
May 21, 200719 yr Author this happens only when i set recovery console to install in hfanswers.inithis problem is not related to the recovery console problembut i always install over the network ...
May 21, 200719 yr Author what makes me wonder, why is the reg stuff at the end? why is it regedit /s and not -s?@ECHO OFFIF EXIST %SYSTEMROOT%\SYSTEM32\CMDOW.EXE CMDOW @ /HIDTitle HFSLIPFOR %%i IN (C D E F G H I J K L M N O P Q R S T U V W X Y Z) DO IF EXIST %%i:\I386\SVCPACK SET HFSLIP=%%i:\I386START/WAIT MSIEXEC /i %HFSLIP%\SVCPACK\msdrmclient.msi /qn /norestart ALLUSERS=1START/WAIT MSIEXEC /i %HFSLIP%\SVCPACK\rmclientbackcompat.msi /qn /norestart ALLUSERS=1%HFSLIP%\updroots.exe %HFSLIP%\authroots.sst%HFSLIP%\updroots.exe %HFSLIP%\updroots.sst%HFSLIP%\updroots.exe -l %HFSLIP%\roots.sst%HFSLIP%\updroots.exe -d %HFSLIP%\delroots.sstIF EXIST %SYSTEMROOT%\SYSTEM32\DLLCACHE\WEBVW.DLL DEL/Q/F %SYSTEMROOT%\SYSTEM32\DLLCACHE\webvw.dllCOPY/Y %SYSTEMROOT%\SYSTEM32\webvw2.dll %SYSTEMROOT%\SYSTEM32\DLLCACHE\webvw.dllDEL/Q/F %SYSTEMROOT%\SYSTEM32\webvw.dllREN %SYSTEMROOT%\SYSTEM32\webvw2.dll webvw.dllrundll32.exe advpack.dll,LaunchINFSection %SYSTEMROOT%\HFSLPGUI\HFSLPGUI.INF,HFSLIPGUIrundll32.exe iernonce.dll,RunOnceExProcessIF EXIST %SYSTEMROOT%\*.TMP ( ATTRIB -R %SYSTEMROOT%\*.TMP DEL/Q/F %SYSTEMROOT%\*.TMP)START/WAIT %SYSTEMROOT%\REGEDIT.EXE /S "%HFSLIP%\SVCPACK\W2K.REG"EXIT Edited May 21, 200719 yr by vci
May 21, 200719 yr what makes me wonder, why is the reg stuff at the end? why is it regedit /s and not -s?The reg stuff is at the end so any tweaks you do will happen as late as possible during the setup phase. The /s is the correct switch to make the reg merge silent. Do you have a folder on any of your local drives called i386? Are other files in your svcpack being parsed? Are you using HFSLIP for personal use?
May 22, 200719 yr Author i use hfslip and unattended.sourceforge to install windows on some thin-clients without cd/dvd drive (for personal use!)Do you have a folder on any of your local drives called i386? Are other files in your svcpack being parsed?no
May 22, 200719 yr i use hfslip and unattended.sourceforge to install windows on some thin-clientsWhat if they are overweight? HAHA. Can you post your sourcess\i386\svcpack.inf file?
May 22, 200719 yr I don't think that would help. I think the problem is the %HFSLIP% variable in the beginning of HFSLIP.CMD. The FOR %%I IN (C D E...) doesn't pick up network drives.
May 27, 200719 yr Author interesting, i tested this with windows 2000, then he complains about a missing reg file when copying ...with windows xp he won't apply the reg file, but doesn't complain about a missing reg file ...i just leave the reg file out now, i'll search around to solve the problem
May 27, 200719 yr Can you run the 1.5.0 release candidate with all files in place, then ZIP up HFSLIP.CMD from SOURCESS\I386\SVCPACK and post it here?I'm gonna modify it a little to see if I can get the %HFSLIP% variable to work over a network.
Create an account or sign in to comment