Author Topic: Windows2k/XP winnt.sif + repair console possible¿  (Read 1210 times)

Offline SpudGunMan

  • newbie
  • Newbie
  • *
  • Posts: 37
  • Karma: +0/-0
    • View Profile
Windows2k/XP winnt.sif + repair console possible¿
« 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$$

Offline Burner

  • newbie
  • Newbie
  • *
  • Posts: 30
  • Karma: +0/-0
    • View Profile
Windows2k/XP winnt.sif + repair console possible¿
« Reply #1 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

Offline SpudGunMan

  • newbie
  • Newbie
  • *
  • Posts: 37
  • Karma: +0/-0
    • View Profile
Windows2k/XP winnt.sif + repair console possible¿
« Reply #2 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?

kenfung

  • Guest
Windows2k/XP winnt.sif + repair console possible¿
« Reply #3 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

Offline SpudGunMan

  • newbie
  • Newbie
  • *
  • Posts: 37
  • Karma: +0/-0
    • View Profile
Windows2k/XP winnt.sif + repair console possible¿
« Reply #4 on: February 08, 2003, 04:52:45 PM »
did you ever find a workaround?