Jump to content

Recommended Posts

Posted

Is it possible to use an answer file and still be able to hit F6 during the installation process to load Device Drivers?

I KNOW, I won't get my $OEM$ folder copied over so I won't have my drivers + my application installed with RunOnceEx BUT it is still better than nothing when you must load a new or specific driver to install.

I ALSO KNOW that there is some method to integrate MassStorageDrivers into my installation BUT this is not what I want. :no:

The purpose of this is when you have only 1 computer that need special drivers and I don't want to modify my Unattended Setup only for 1 Installation...

EDIT: WOW! NOW I GOT A STAR! Woohoo! :w00t:


Posted

I believe a simple SEARCH would enlighten your mind.

I think it's a combination of OEMPreInstall and UnattendSwitch or something along those lines that disables the F6 to work.

On a side, if it's only one system, why don't you just use nLite as it will integrate the driver for you? I know you said you don't want to, but the time it takes for you to figure out what line in WINNT.SIF is causing the problem, it would be faster just to integrate your drivers.

Posted

well, tehnically you CAN use F6, but after reboot you should go to recovery console (using F10) any manually copy driver files (which ones you of course noted when setup complained about missing them)....worked for me once.

Posted

yeah there, but also throw them also in Windows\System32\drivers

won't hurt if there are multiple instances, since ussualy some goes to 'system32' and some to 'drivers'

Posted

I have an working winnt.sif file used in combination with an unattended nlited XPCD which allows me to press F6

Do you mind if I post it here:

;SetupMgrTag
[Data]
   AutoPartition=0
   MsDosInitiated="0"
   UnattendedInstall="Yes"

[Unattended]
   DisableDynamicUpdates=Yes
   UnattendMode=FullUnattended
   OemPreinstall=Yes
   OemSkipEula=Yes
   Repartition=No
   FileSystem=*
   UnattendSwitch=Yes
   WaitForReboot=No
   DriverSigningPolicy=Ignore
   NonDriverSigningPolicy=Ignore
   TargetPath=\WINDOWS
   OemPnPDriversPath="Drivers\001_nvidia_display;Drivers\002_realtek_lan;Drivers\003_cmedia_audio;Drivers\004_medion_tv;"

[GuiUnattended]
   OemSkipWelcome=1
   AdminPassword=XXXXXXXXXXXXXXXXXXXXXXXXX
   EncryptedAdminPassword=Yes
   DetachedProgram=autoit3.exe
   Arguments="%systemdrive%\transparent.au3"
   AutoLogon=Yes
   AutoLogonCount=1
   OEMSkipRegional=1
   TimeZone=105

[Shell]
   CustomDefaultThemeFile="%WinDir%\Resources\Themes\WURPSDark.theme"
   DefaultStartPanelOff=Yes

[SystemFileProtection]
   SFCQuota=0
   SFCScan=0
   SFCDisable=ffffff9d

[UserData]
   ProductKey=XXXXX-XXXXX-XXXXX-XXXXXX-XXXXX
   FullName="Klaas Nekeman"
   OrgName=""
   ComputerName=Boven

[Display]
   BitsPerPel=32
   Xresolution=1280
   YResolution=1024
   Vrefresh=75

[TapiLocation]
   CountryCode=31
   Dialing=Tone

[RegionalSettings]
  Language = 0413
  LanguageGroup = 1
  SystemLocale = 0413
  UserLocale = 0413
  UserLocale_DefaultUser = 0413

[Branding]
   BrandIEUsingUnattended=Yes

[URL]
   Home_Page=http://www.google.nl/

[Proxy]
   Proxy_Enable=0
   Use_Same_Proxy=0

[Identification]
   JoinWorkgroup=Thuis

[Networking]
   InstallDefaultComponents=No

[NetAdapters]
   Adapter1=params.Adapter1

[NetClients]
   MS_MSClient=params.MS_MSClient

[NetServices]
   MS_SERVER=params.MS_SERVER

[NetProtocols]
   MS_TCPIP=params.MS_TCPIP

[params.MS_TCPIP]
   DNS=Yes
   UseDomainNameDevolution=No
   EnableLMHosts=Yes
   AdapterSections=params.MS_TCPIP.Adapter1

[params.MS_TCPIP.Adapter1]
   SpecificTo=Adapter1
   DHCP=Yes
   WINS=No
   NetBIOSOptions=0

Posted

This looks just like my Winnt.sif...

I can hit F6 than add drivers during the installation process BUT a few minutes later, Setup will give an error message about being unable to read the files... (at first I tought my Floppy drive was broken! like most of us :lol: )

So are you sure your CD actually works with F6?

Posted

I don't know. I have no Raid or SATA-devices in my PC.

Here's what I see when I press F6:

storagedevice.jpg

When pressing E:

placedisk.jpg

Do you see this screens?

Posted

Yeah, sort of, It was long ago... and I can't understant your language! :P

even if you don't have Raid or SATA-devices in your PC you can try to add anything but as I told it won't work

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...