Jump to content

SVCPACK.INF, [GUIRUNONCE]/Autologon Probs


Recommended Posts

The problem im having with my SVCPACK.INF is that none of the updates install from there. I cant see where im going wrong.

[Version]
Signature="$Windows NT$"

[SetupData]
CatalogSubDir="i386\updates"

[ProductCatalogsToInstall]

[SetupHotfixesToRun]
WMP9MM2.exe
DX9.exe
Q814078.exe /Q:A /R:N
Q810693.exe /Q:A /R:N
Q817778.exe /U /O /N /Z
Q823182.exe /U /O /N /Z
Q824105.exe /U /O /N /Z
Q824141.exe /U /O /N /Z
Q825119.exe /U /O /N /Z
Q826939.exe /U /O /N /Z
Q828026.exe /U /O /N /Z
Q828035.exe /U /O /N /Z
Q828741.exe /U /O /N /Z
Q831167.exe /Q:A /R:N
MDAC.cmd
832894.exe /Q:A /R:N
Q835732.exe /U /O /N /Z
Q837001.exe /U /O /N /Z
Q837009.exe /Q:A /R:N
Q840374.exe /U /O /N /Z
qchain.exe

My other problem is with the [GUIRUNONCE] in WINNT.SIF as the batch files to install all my programs doesnt run on the account John but the Administrator account, but at the same time it auto logs on to the account John, aswell as that the account John is a limited account when it should be an Admin account.

WINNT.SIF

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

[Unattended]
   UnattendMode=FullUnattended
   OemSkipEula=Yes
   OemPreinstall=Yes
   OemPnPDriversPath="Drivers\ViaChipset;Drivers\Graphics\Nvidia;Drivers\Graphics\Ati\Radeon;Drivers\Graphics\Ati\Rage;Drivers\Lan;DRIVERS\SND\CMEDIA;DRIVERS\SND\VIA\ENVY;DRIVERS\SND\VIA\VINYL"
   UnattendSwitch="Yes"
   FileSystem=*
   TargetPath=\WINDOWS

[GuiUnattended]
   AdminPassword=*
   EncryptedAdminPassword=NO
   OEMSkipRegional=1
   TimeZone=85
   OemSkipWelcome=1

[UserData]
   ProductKey=XXXXX-XXXXX-XXXXX-XXXXX
   FullName="John Mallan"
   OrgName=""
   ComputerName=John

[Display]
   BitsPerPel=32
   Xresolution=1024
   YResolution=768
   Vrefresh=85

[TapiLocation]
   CountryCode=44
   Dialing=Tone
   AreaCode=0141

[RegionalSettings]
   LanguageGroup=1
   Language=00000809

[Branding]
   BrandIEUsingUnattended=Yes

[URL]
   Home_Page=www.google.co.uk
   Search_Page=www.google.co.uk

[Proxy]
   Proxy_Enable=0
   Use_Same_Proxy=1

[GuiRunOnce]
   Command0=%systemdrive%\install\hotfixes.cmd
   Command1=%systemdrive%\install\main_batch.cmd
   Command2=%systemdrive%\install\installofficexp.cmd

[Identification]
   JoinWorkgroup=MSHOME

[Networking]
   InstallDefaultComponents=Yes

USERACCOUNTS.CMD

net user John ******* /add
net localgroup Administrators John /add
net accounts /maxpwage:unlimited
REGEDIT /S autologon.reg
EXIT

AUTOLOGON.REG

Windows Registry Editor Version 5.00 

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon]
"DefaultUserName"="John"
"DefaultPassword"="*******"
"AutoAdminLogon"="1000"

Link to comment
Share on other sites


I made a test just now with an usual answer file nothing more and my user account isn't made but i always log on as administrator even if i specified user name organization etc. Do i have to make the user in a batch file? What stage should it be run?

Link to comment
Share on other sites

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