vci Posted May 11, 2007 Posted May 11, 2007 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
tommyp Posted May 11, 2007 Posted May 11, 2007 Do you have this same problem when not using an HFSLIP source?
Tomcat76 Posted May 11, 2007 Posted May 11, 2007 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...
vci Posted May 21, 2007 Author Posted May 21, 2007 (edited) 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, 2007 by vci
tommyp Posted May 21, 2007 Posted May 21, 2007 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.
Tomcat76 Posted May 22, 2007 Posted May 22, 2007 (edited) 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, 2007 by Tomcat76
Tomcat76 Posted May 27, 2007 Posted May 27, 2007 The current release candidate no longer supports RCLOCAL=1 but you can add it yourself.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now