vci Posted May 21, 2007 Posted May 21, 2007 hi tomcat!reg file in svcpack doesnt apply with unattended.sourceforge.net!why? windows doesn't complain about any missing files ...
tommyp Posted May 21, 2007 Posted May 21, 2007 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?
vci Posted May 21, 2007 Author Posted May 21, 2007 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 ...
vci Posted May 21, 2007 Author Posted May 21, 2007 (edited) 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, 2007 by vci
tommyp Posted May 21, 2007 Posted May 21, 2007 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?
vci Posted May 22, 2007 Author Posted May 22, 2007 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
tommyp Posted May 22, 2007 Posted May 22, 2007 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?
Tomcat76 Posted May 22, 2007 Posted May 22, 2007 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.
vci Posted May 27, 2007 Author Posted May 27, 2007 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
Tomcat76 Posted May 27, 2007 Posted May 27, 2007 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.
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now