Jump to content

Recommended Posts

Posted

Hey out there!

Im getting this really anoying error when i try to do my unattended windows install. Ive created a disc which hodls WinXP Pro UK, SP2 and hotfixes. With the first answerfile I created it worked great and installed perfectly. But then i decided to try some more, and then i added some more lines and the $OEM$ folder to the disc...

The error im getting occurs when windows is copying files, here it says that it cant find the file vmscsi.sys. An screendump of the error can bee seen here:

http://wuhtzu.net/random/vmware_installati...issing_file.JPG

Im using VMware Workstation 5 to test the install. Because of that im using a SCSI driver, which I manually presses F6 to use.

Everything worked perfectly untill i added some extra lines of code, the $OEM$ folder and Ad-Aware for testing the intall of an application.

The answerfile im using is:

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

[Unattended]
   UnattendMode=FullUnattended
   OemSkipEula=Yes
   TargetPath=\WINDOWS
   DriverSigningPolicy=ignore
   OemPreinstall=yes
   UnattendSwitch="yes"

[GuiUnattended]
   AdminPassword="sqrt2828427125"
   EncryptedAdminPassword=NO
   OEMSkipRegional=1
   TimeZone=105
   OemSkipWelcome=1

[UserData]
   ProductKey=**************************************
   FullName="Jonas"
   OrgName="Humlebo"
   ComputerName=Testmachine

[Identification]
   JoinWorkgroup=humlebo

[Networking]
   InstallDefaultComponents=Yes

[Shell]
   DefaultStartPanelOff=Yes
        CustomDefaultThemeFile="%systemdrive%\windows\resources\themes\fetlock_silver_theme.theme"

[WindowsFirewall]
   Profiles = WindowsFirewall.TurnOffFirewall

[WindowsFirewall.TurnOffFirewall]
   Mode = 0

[Components]
   msmsgs=off
   msnexplr=off
   zonegames=off
   OEAccess=off
   IEAccess=off
   Msnexplr=off

[GuiRunOnce]
   %systemdrive%\windows\resources\install\apps_install.cmd

The new lines of code added since the install worked is:

[Unattended]
   DriverSigningPolicy=ignore
   OemPreinstall=yes
   UnattendSwitch="yes"

[GuiRunOnce]
   %systemdrive%\windows\resources\install\apps_install.cmd

Anyone who could think of an idea to solve the problem? :whistle:

Wuhtzu


Posted

I'm getting the same problem only with a different driver.

And I believe that F6 will not work if you have OEMPREINSTAL = YES

in your winnt.sif file.

Posted

Well... I think thats a good explanation! :) But when you say that the F6 doesnt work, what do you mean? Because I can press F6 without a problem and select which driver i want to use, but it still makes the error....?

Anyone else who have a suggestion?

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...