TheTechGuide Forum

General Category => Software => Topic started by: SpudGunMan on February 04, 2003, 11:36:45 PM

Title: Windows2k/XP winnt.sif + repair console possible¿
Post by: SpudGunMan on February 04, 2003, 11:36:45 PM
here is the quick and dirty

I have 2 Os\'s on 1 CD 2k and XpPro
they have a unattended script but wondering (twinkie you might have a clue on this) can i somehow add an option to run the repain console that is included with the orginal CD can i do this with the SIF file or should i do it with a external boot disk and a switch? any ideas would be kick a$$
Title: Windows2k/XP winnt.sif + repair console possible¿
Post by: Burner on February 06, 2003, 12:49:50 PM
I ran the install from a bat file within the GuiRunOnce in the winnt.sif file.

Here is the batch file:
@echo off

:: Install Recovery Console on the target PC.
:: The /unattend switch does a silent install of Recovery Console

D:
cd
cd I386
start /wait winnt32.exe /cmdcons /unattend

if not exist c:cmdconsCON echo Recovery Console Not Installed >> C:WINNTOPTIONSCABSLogFilesImgBoot.txt
if exist c:cmdconsCON echo Recovery Console Installed >> C:WINNTOPTIONSCABSLogFilesImgBoot.txt

:END
exit
Title: Windows2k/XP winnt.sif + repair console possible¿
Post by: SpudGunMan on February 07, 2003, 12:49:30 PM
this command will install it on a preexisting computer...lets say that i have a computer that will not boot ...i have my cd and would like to run the repair console right from boot...however i have a winnt.sif that will skip the \"Press R option\" how would i enable that?
Title: Windows2k/XP winnt.sif + repair console possible¿
Post by: kenfung on February 08, 2003, 09:47:13 AM
I have tried all command in winnt.sif already.
and this problems seem can\'t be solved..

I think it is a bug
Title: Windows2k/XP winnt.sif + repair console possible¿
Post by: SpudGunMan on February 08, 2003, 04:52:45 PM
did you ever find a workaround?