Jump to content

Recommended Posts

Posted

I'm trying to do a fully automated install of windows, zenagent, and novell client. It works fine until its done registering devices, and then goes to the "Help protect your PC" screen, then to the register microsoft screen, then to the the add user screen.

What is wrong with this?

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

[Unattended]
   UnattendMode=FullUnattended
   OemSkipEula=Yes
   OemPreinstall=No
   TargetPath=\WINDOWS

[GuiUnattended]
   AdminPassword=8b1c0c83670c421ee3fde35124ff2ad4540f187fcc9c2ecd571acbbe27d3ed3e
   EncryptedAdminPassword=Yes
   AutoLogon=Yes
   AutoLogonCount=1
   OEMSkipRegional=1
   TimeZone=20
   OemSkipWelcome=1

[UserData]
   ProductKey=XXXXXXXXXXXXXXX
   FullName="Staff"
   OrgName="ISD16"
   ComputerName=PCXXX

[GuiRunOnce]
   Command0=%systemroot%/novell/zfdagent/zfdauto.bat
   Command1=%systemroot%/novell/49sp2e/cliins/dostaff.bat

[Identification]
   JoinWorkgroup=WORKGROUP

[Networking]
   InstallDefaultComponents=Yes

[Components]
   AccessOpt = Off
   AutoUpdate = Off
   Chat = Off
   freecell = Off
   hearts = Off
   iis_asp = Off
   iis_common = Off
   iis_ftp = Off
   iis_inetmgr = Off
   iis_www = Off
   media_clips = Off
   minesweeper = Off
   msnexplr = Off
   pinball = Off
   solitaire = Off
   spider = Off
   zonegames = Off

[WindowsFirewall]
Profiles = WindowsFirewall.TurnOffFirewall

[WindowsFirewall.TurnOffFirewall]
Mode = 0

Thanks in advance.

----Nick----


Posted

My biggest consern it that it is stopping at the "Help protect your PC" screen and won't be unattended from there.

Posted

Hi there,

I had a problem similar before. I had to re-burn my Windows data files again before it worked.

Posted

Direct quote from MS ref.chm. Again, as

Important

You must put each command line in quotation marks

Again, as raskren wrote, Must have;

[unattended]

UnattendMode=FullUnattended

OemSkipEula=Yes

OemPreinstall=Yes *** This Line ***

Also from ref.chm

The [GuiRunOnce] section contains commands to execute the first time an end user logs on to the computer after GUI-mode Setup completes.

Commands called in the [GuiRunOnce] section process synchronously. Each application runs in the order listed in this section, and each command must finish before you run the next command.

May want to use cmdlines.txt instead.

I hope this helps and I'm sorry if you already know all this.

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