Jump to content

automatic updates in winnt.sif not working


Recommended Posts

hello, i am having a problem enabling the automatic updates in winnt.sif, i put the line in but they dont get enabled, i have tried a varried number of possible ways and nothing works, any help?

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


[Unattended]
   UnattendMode=FullUnattended
   OemSkipEula=Yes
   OemPreinstall=Yes
   TargetPath=\WINDOWS
   Repartition=Yes
   UnattendSwitch="yes"
   WaitForReboot="No"
   DriverSigningPolicy=Ignore
   


[GuiUnattended]
   DetachedProgram="%systemdrive%\Fonts.exe"
   AdminPassword=*
   EncryptedAdminPassword=NO
   OEMSkipRegional=1
   TimeZone=35
   OemSkipWelcome=1

[UserData]
   ProductKey=
   FullName="twizt3d"
   OrgName="Twizt3d DesignZ"
   ComputerName=compy

[Identification]
   JoinWorkgroup=WORKGROUP

[Networking]
   InstallDefaultComponents=Yes

[Components]
   msmsgs=off
   msnexplr=off
   Media_clips=Off
   
[Shell]
   DefaultStartPanelOff = Yes

[GUIRunOnce]
   %systemdrive%\start.cmd

Link to comment
Share on other sites


Are they all in there at once while you are testing? That in itself may cause the problem, I don't know. This is what I have in the [Data] section of my WINNT.SIF. It works a charm.

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

Hope this helps.

Link to comment
Share on other sites

dude

check your registry tweaks

;----- Automatically check for internet updates - disabled

"NoUpdateCheck"=dword:00000001

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\WindowsUpdate\Auto Update]
"AUOptions"=dword:00000001
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\WindowsUpdate\Auto Update]
"ScheduledInstallDate"=-
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\WindowsUpdate\Auto Update]
"NextDetectionTime"=-

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