MSFN Forum: windows repair option with OemPreinstall - MSFN Forum

Jump to content


Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

windows repair option with OemPreinstall Rate Topic: -----

#1 User is offline   deathdragon 

  • Newbie
  • Group: Members
  • Posts: 45
  • Joined: 29-September 10
  • OS:XP Pro x86
  • Country: Country Flag

Posted 28 December 2010 - 12:05 PM

when we create unattended windows xp cd we loose windows repair® as well as recovery counsel but if we remove [unattended] section in winnt.sif we can get this both but we loose "OemPreinstall" so can we get repair option with OemPreinstall.as OemPreinstall help me lot,so does anyone knows solution


#2 User is offline   manvindar 

  • Newbie
  • Group: Members
  • Posts: 22
  • Joined: 21-December 10
  • OS:XP Pro x86
  • Country: Country Flag

Posted 29 December 2010 - 01:07 AM

View Postdeathdragon, on 28 December 2010 - 12:05 PM, said:

when we create unattended windows xp cd we loose windows repair® as well as recovery counsel but if we remove [unattended] section in winnt.sif we can get this both but we loose "OemPreinstall" so can we get repair option with OemPreinstall.as OemPreinstall help me lot,so does anyone knows solution


try my winnt.sif , in this u wont loose windows repair and recovery section
make appropriate changes...

[Data]
AutomaticUpdates="Yes"
Autopartition=0
MsDosInitiated=0
UnattendedInstall="Yes"

[SystemRestore]
DisableSR=1
CreateFirstRunRp=0

[GuiUnattended]
TimeZone=190
OEMSkipRegional=0
OemSkipWelcome=0

[Shell]
CustomDefaultThemeFile="%WinDir%\Resources\Themes\vista.theme"
DefaultStartPanelOff="No"

[Components]
Iis_common=Off
Iis_ftp=Off
Iis_inetmgr=Off
Iis_internetdataconnector=Off
Iis_nntp=Off
Iis_serversideincludes=Off
Iis_smtp=Off
Iis_webadmin=Off
Iis_webdav=Off
Iis_www=Off
Iis_www_vdir_scripts=Off
Iis_asp=Off

[UserData]
ProductKey="xxxxx-xxxxx-xxxxx-xxxxx-xxxxx"
ComputerName = your name-PC
FullName = "Your name"

[RegionalSettings]
Language= "0409"

[Networking]
InstallDefaultComponents="Yes"

[Identification]
JoinWorkgroup = "Workgroup"

[WindowsFirewall]
Profiles=WindowsFirewall.TurnOffFirewall

[WindowsFirewall.TurnOffFirewall]
Mode=0

[GuiRunOnce]
"%SystemRoot%\System32\nLite.cmd"

This post has been edited by manvindar: 29 December 2010 - 01:12 AM


#3 User is offline   deathdragon 

  • Newbie
  • Group: Members
  • Posts: 45
  • Joined: 29-September 10
  • OS:XP Pro x86
  • Country: Country Flag

Posted 29 December 2010 - 01:21 AM

View Postmanvindar, on 29 December 2010 - 01:07 AM, said:

View Postdeathdragon, on 28 December 2010 - 12:05 PM, said:

when we create unattended windows xp cd we loose windows repairŪ as well as recovery counsel but if we remove [unattended] section in winnt.sif we can get this both but we loose "OemPreinstall" so can we get repair option with OemPreinstall.as OemPreinstall help me lot,so does anyone knows solution


try my winnt.sif , in this u wont loose windows repair and recovery section
make appropriate changes...

[Data]
AutomaticUpdates="Yes"
Autopartition=0
MsDosInitiated=0
UnattendedInstall="Yes"

[SystemRestore]
DisableSR=1
CreateFirstRunRp=0

[GuiUnattended]
TimeZone=190
OEMSkipRegional=0
OemSkipWelcome=0

[Shell]
CustomDefaultThemeFile="%WinDir%\Resources\Themes\vista.theme"
DefaultStartPanelOff="No"

[Components]
Iis_common=Off
Iis_ftp=Off
Iis_inetmgr=Off
Iis_internetdataconnector=Off
Iis_nntp=Off
Iis_serversideincludes=Off
Iis_smtp=Off
Iis_webadmin=Off
Iis_webdav=Off
Iis_www=Off
Iis_www_vdir_scripts=Off
Iis_asp=Off

[UserData]
ProductKey="xxxxx-xxxxx-xxxxx-xxxxx-xxxxx"
ComputerName = your name-PC
FullName = "Your name"

[RegionalSettings]
Language= "0409"

[Networking]
InstallDefaultComponents="Yes"

[Identification]
JoinWorkgroup = "Workgroup"

[WindowsFirewall]
Profiles=WindowsFirewall.TurnOffFirewall

[WindowsFirewall.TurnOffFirewall]
Mode=0

[GuiRunOnce]
"%SystemRoot%\System32\nLite.cmd"

thank for reply but i know this method i have already mention above about this method,in this method u lose OemPreinstall ($OEM$) i want repair option with OemPreinstall so could any one help me

#4 User is offline   -X- 

  • Member
  • Group: Patrons
  • Posts: 2,068
  • Joined: 08-January 04
  • OS:XP Pro x86
  • Country: Country Flag

Posted 29 December 2010 - 04:38 AM

You don't lose recovery console option. You can access it by pressing F10 when the F6 prompt appears. Unfortunately there is no way to have unattended section and retain the repair option. My suggestion would be to make 2 CDs. One with unattended section for regular installs and a repair one with unattended removed.

Getting Recovery Console on unattended disks

This post has been edited by -X-: 29 December 2010 - 04:40 AM


#5 User is offline   cdob 

  • Friend of MSFN
  • PipPipPipPipPip
  • Group: Members
  • Posts: 877
  • Joined: 29-September 05

Posted 29 December 2010 - 02:49 PM

View Postdeathdragon, on 29 December 2010 - 01:21 AM, said:

i want repair option with OemPreinstall

I don't understand clearly.
Which OemPreinstall feature do you request? Driver part OemFilesPath or another settings?
Can you name some examples?

Idea: create a multi boot cd. Use different setupldr.bin.

Hexedit second setupldr.bin:
change winnt.sif to win01.sif.
or unattended to __attended

#6 User is offline   deathdragon 

  • Newbie
  • Group: Members
  • Posts: 45
  • Joined: 29-September 10
  • OS:XP Pro x86
  • Country: Country Flag

Posted 29 December 2010 - 11:55 PM

View Postcdob, on 29 December 2010 - 02:49 PM, said:

View Postdeathdragon, on 29 December 2010 - 01:21 AM, said:

i want repair option with OemPreinstall

I don't understand clearly.
Which OemPreinstall feature do you request? Driver part OemFilesPath or another settings?
Can you name some examples?

Idea: create a multi boot cd. Use different setupldr.bin.

Hexedit second setupldr.bin:
change winnt.sif to win01.sif.
or unattended to __attended


i have screen shot below about what i was talking about i want windows repair option with this one,but i have came to know that if i want windows repair option i must reomove OemPreinstall,or should make multi-boot disk,is there any solution with which i can get oempreinstall feature with windows repair option

#7 User is offline   manvindar 

  • Newbie
  • Group: Members
  • Posts: 22
  • Joined: 21-December 10
  • OS:XP Pro x86
  • Country: Country Flag

Posted 30 December 2010 - 12:51 AM

View Postdeathdragon, on 29 December 2010 - 11:55 PM, said:

View Postcdob, on 29 December 2010 - 02:49 PM, said:

View Postdeathdragon, on 29 December 2010 - 01:21 AM, said:

i want repair option with OemPreinstall

I don't understand clearly.
Which OemPreinstall feature do you request? Driver part OemFilesPath or another settings?
Can you name some examples?

Idea: create a multi boot cd. Use different setupldr.bin.

Hexedit second setupldr.bin:
change winnt.sif to win01.sif.
or unattended to __attended


i have screen shot below about what i was talking about i want windows repair option with this one,but i have came to know that if i want windows repair option i must reomove OemPreinstall,or should make multi-boot disk,is there any solution with which i can get oempreinstall feature with windows repair option

where is d screenshot?? :rolleyes:

#8 User is offline   deathdragon 

  • Newbie
  • Group: Members
  • Posts: 45
  • Joined: 29-September 10
  • OS:XP Pro x86
  • Country: Country Flag

Posted 30 December 2010 - 10:07 AM

View Postmanvindar, on 30 December 2010 - 12:51 AM, said:

View Postdeathdragon, on 29 December 2010 - 11:55 PM, said:

View Postcdob, on 29 December 2010 - 02:49 PM, said:

View Postdeathdragon, on 29 December 2010 - 01:21 AM, said:

i want repair option with OemPreinstall

I don't understand clearly.
Which OemPreinstall feature do you request? Driver part OemFilesPath or another settings?
Can you name some examples?

Idea: create a multi boot cd. Use different setupldr.bin.

Hexedit second setupldr.bin:
change winnt.sif to win01.sif.
or unattended to __attended


i have screen shot below about what i was talking about i want windows repair option with this one,but i have came to know that if i want windows repair option i must reomove OemPreinstall,or should make multi-boot disk,is there any solution with which i can get oempreinstall feature with windows repair option

where is d screenshot?? :rolleyes:

Attached File(s)

  • Attached File  q.JPG (37.17K)
    Number of downloads: 19


#9 User is offline   sanjeev18 

  • Great Helper
  • Pip
  • Group: Members
  • Posts: 71
  • Joined: 11-October 10
  • OS:Windows 7 x86
  • Country: Country Flag

Posted 30 December 2010 - 11:58 PM

hey i had solve it but the username and organization would't be unattended but serial key option is unattended if you wish to make as mine without your username and org you can try my winnt.sif my GuiRunOnce work and Shell also but i just need that windows which have repair option in txt mode and doesn't show EULA in Gui-Mode T-13 and have GuiRunonce and Select My theme .... if you need unattended install you can modify it and check it and any thing happen report back and one thing when you remove [Unattended] section it shows you Eula in Gui-mode So check this :

Note this my window xp is same as original cd but it doesnt want serial key

[data]
AutomaticUpdates="No"
Autopartition=0
MsDosInitiated=0
UnattendedInstall="No"

[UserData]
ProductKey=XXXXX-XXXXX-XXXXX-XXXXX-XXXXX
ComputerName='Don't need coz don't work'
FullName='Don't need coz don't work'
OrgName='Don't need coz don't work'

[Display]
Xresolution=1024
Yresolution=768

[Shell]
CustomDefaultThemeFile="%WinDir%\Resources\Themes\Win7.theme"

[GuiRunOnce]
wucdcreator="wscript.exe %systemroot%\system32\RunOnceEx.js"


That's all

This post has been edited by sanjeev18: 31 December 2010 - 12:10 AM


#10 User is offline   cdob 

  • Friend of MSFN
  • PipPipPipPipPip
  • Group: Members
  • Posts: 877
  • Joined: 29-September 05

Posted 31 December 2010 - 06:00 AM

View Postdeathdragon, on 29 December 2010 - 11:55 PM, said:

is there any solution with which i can get oempreinstall feature with windows repair option

That's not possible within winnt.sif.

Setupdd.sys does detect winnt.sif [unattended] section and use unatended mode. This disables repair option.
The unicode string 'unattended' before 'Files.InRepairDirectory' is used at a boot CD.

Windows repair dosn't support copy $OEM$ files. That's not a repair anymore.

You have to find a work around.

#11 User is offline   deathdragon 

  • Newbie
  • Group: Members
  • Posts: 45
  • Joined: 29-September 10
  • OS:XP Pro x86
  • Country: Country Flag

Posted 31 December 2010 - 06:07 AM

View Postsanjeev18, on 30 December 2010 - 11:58 PM, said:

hey i had solve it but the username and organization would't be unattended but serial key option is unattended if you wish to make as mine without your username and org you can try my winnt.sif my GuiRunOnce work and Shell also but i just need that windows which have repair option in txt mode and doesn't show EULA in Gui-Mode T-13 and have GuiRunonce and Select My theme .... if you need unattended install you can modify it and check it and any thing happen report back and one thing when you remove [Unattended] section it shows you Eula in Gui-mode So check this :

Note this my window xp is same as original cd but it doesnt want serial key

[data]
AutomaticUpdates="No"
Autopartition=0
MsDosInitiated=0
UnattendedInstall="No"

[UserData]
ProductKey=XXXXX-XXXXX-XXXXX-XXXXX-XXXXX
Computername='Don't need coz don't work'
Fullname='Don't need coz don't work'
Orgname='Don't need coz don't work'

[Display]
Xresolution=1024
Yresolution=768

[Shell]
CustomDefaultThemeFile="%WinDir%\Resources\Themes\Win7.theme"

[GuiRunOnce]
wucdcreator="wscript.exe %systemroot%\system32\RunOnceEx.js"


That's all

thank for reply but if im not wrong it gives repair option but it doesnt allow for oempreinstall have seen screenshoot above folder with $OEM$ where we keep certain files,dat doesnt work with your solution,im i right???

#12 User is offline   sanjeev18 

  • Great Helper
  • Pip
  • Group: Members
  • Posts: 71
  • Joined: 11-October 10
  • OS:Windows 7 x86
  • Country: Country Flag

Posted 03 January 2011 - 10:16 PM

ya that doesn't work but if you make it OemPreinstall your windows repair will be remove i made all my themes and other necessary thing to cab and installed it from inf so why dont you try that...
its pretty much good and works...

This post has been edited by sanjeev18: 03 January 2011 - 10:19 PM


Share this topic:


Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users



All trademarks mentioned on this page are the property of their respective owners
Copyright © 2001 - 2013 msfn.org
Privacy Policy