May 11, 200719 yr hi tomcat!another challenge for you *g*when I install win2k with RC (through hfanswer.ini)he complains about a missing winnt32.exe or wrong winnt32.exethis happens after first reboot (at T-13?)when configuring network and other stuff ...installation through network and unattended.sourceforge.net
May 11, 200719 yr It's possible that a network install can't find winnt32.exe. It isn't copied to the hard disk.Add this to TXTSETUP.SIF:[sourceDisksFiles]WINNT32.EXE = 1,,,,,,,,3,3And this to DOSNET.INF:[Files]d1,WINNT32.EXEIf that doesn't fix the problem I'm not really sure how to do it. I'll search around...
May 21, 200719 yr Author I looked around a bit:@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 %HFSLIP%\winnt32.exe /cmdcons /unattendSTART/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.sstrundll32.exe advpack.dll,LaunchINFSection %SYSTEMROOT%\HFSLPGUI\HFSLPGUI.INF,HFSLIPGUIIF EXIST %SYSTEMROOT%\*.TMP (ATTRIB -R %SYSTEMROOT%\*.TMPDEL/Q/F %SYSTEMROOT%\*.TMP)EXITmaybe /cmdcons /unattend /makelocalsource fixes the problem?i'll try ..editis it possible to edit the file after slipstreaming everything? Edited May 21, 200719 yr by vci
May 21, 200719 yr edit your file and [assuming you do not have hfslip automated] type in MAKEISO instead of typing I have read the instructions. This will make a new image.
May 22, 200719 yr The /makelocalsource switch can be added by HFSLIP based on the existence of an entry in HFANSWER.INI but I need to know if it does the job before I insert it. According to the documentation, it is intended to copy the entire source to the hard disk which isn't really what we need... Edited May 22, 200719 yr by Tomcat76
May 27, 200719 yr The current release candidate no longer supports RCLOCAL=1 but you can add it yourself.
Create an account or sign in to comment