MSFN Forum: Any one get AutomaticUpdates to work? - MSFN Forum

Jump to content



Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

Any one get AutomaticUpdates to work? Rate Topic: -----

#1 User is offline   jeffsu28 

  • Group: Members
  • Posts: 6
  • Joined: 24-January 04

Posted 03 September 2004 - 07:23 PM

[Data]
    AutomaticUpdates=1
    MsDosInitiated=0
    UnattendedInstall=Yes


Everything else in the Winnt.sif works great. AutomaticUpdates prompts on the Windows Welcome section. Anyone get this to work correctly?


#2 User is offline   argon007 

  • Argon Party
  • PipPipPip
  • Group: Members
  • Posts: 360
  • Joined: 09-July 04

Posted 03 September 2004 - 10:02 PM

AutomaticUpdates=1


should be

AutomaticUpdates="Yes"


Good luck!

#3 User is offline   Aaron 

  • The MSFN Banana
  • Group: Patrons
  • Posts: 5,767
  • Joined: 17-August 01
  • OS:ME
  • Country: Country Flag

Posted 04 September 2004 - 06:39 AM

It does the same thing.

Jeff, what else do you have in your winnt.sif file, there's possibly something else preventing Windows from skipping the Help Protect your PC Page.

Below is a winnt.sif file that works for skipping that and the Welcome to Windows XP pages:
[Data]
    AutoPartition=0
    MsDosInitiated="0"
    UnattendedInstall="Yes"
    AutomaticUpdates=yes

[Unattended]
    UnattendMode=FullUnattended
    OemSkipEula=Yes
    OemPreinstall=Yes
    TargetPath=\WINDOWS
    Filesystem=*
    UnattendSwitch=Yes
    WaitForReboot=No
    KeyboardLayout="United Kingdom"
    OemPnPDriversPath="drivers\001_INF"
    DriverSigningPolicy=Ignore 

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

[UserData]
    ProductKey=removed
    FullName="Aaron"
    OrgName="Home"
    ComputerName=TEST

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

[RegionalSettings]
    LanguageGroup=1
    Language=00000809

[Identification]
    JoinWorkgroup=PHOENIX

[Networking]
    InstallDefaultComponents=Yes

[Branding]
    BrandIEUsingUnattended=Yes

[URL]
    Home_Page=http://www.google.co.uk
    Search_Page=http://www.google.co.uk

[Components]
    msmsgs=off
    freecell=off
    hearts=off
    minesweeper=off
    pinball=off
    solitaire=off
    spider=off
    zonegames=off
    msnexplr=off

[Shell]
    DefaultStartPanelOff=Yes
    DefaultThemesOff=Yes

[IEPopupBlocker] 
    BlockPopups=No
    FilterLevel=Low
    ShowInformationBar=Yes

[WindowsFirewall]
    Profiles = WindowsFirewall.TurnOffFirewall

[WindowsFirewall.TurnOffFirewall]
    Mode = 0


#4 User is offline   Lucius Snow 

  • Member
  • PipPip
  • Group: Members
  • Posts: 247
  • Joined: 17-August 04

Posted 04 September 2004 - 06:48 AM

It doesn't work here either.

@ Aaron : the only difference i see with my winnt.sif seems to be UnattendSwitch=Yes. On 'Yes', it skips the oobe so the 'Help protect' page won't appear anyway.

#5 User is offline   jeffsu28 

  • Group: Members
  • Posts: 6
  • Joined: 24-January 04

Posted 04 September 2004 - 06:59 AM

Here it is...
;SetupMgrTag
[Data]
    AutomaticUpdates=1
    MsDosInitiated=0
    UnattendedInstall=Yes

[Unattended]
    UnattendMode=DefaultHide
    OemSkipEula=Yes
    OemPreinstall=Yes
    TargetPath=\WINDOWS
    WaitForReboot=No
    UnattendSwitch=No

[GuiUnattended]
    EncryptedAdminPassword=NO
    OEMSkipRegional=1
    TimeZone=35
    OemSkipWelcome=1

[UserData]
    ProductKey=removed
    FullName=""
    OrgName=""

[Identification]
    JoinWorkgroup=WORKGROUP

[Networking]
    InstallDefaultComponents=No

[NetAdapters]
    Adapter1=params.Adapter1

[params.Adapter1]
    INFID=*

[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

[Branding]
    BrandIEUsingUnattended=Yes

[Proxy]
    Proxy_Enable=0
    Use_Same_Proxy=0

[PCHealth]
    RA_AllowToGetHelp=0

[GuiRunOnce]
%systemdrive%\install\installer.cmd


#6 User is offline   MHz 

  • SendToA3X v1.7
  • PipPipPipPipPipPipPip
  • Group: Members
  • Posts: 1,634
  • Joined: 02-August 04

Posted 04 September 2004 - 07:48 AM

argon007, on Sep 3 2004, 10:02 PM, said:

AutomaticUpdates=1


should be

AutomaticUpdates="Yes"


Good luck!

I agree. Look under system32 directory. Inspect $oem$.inf file for what setup saw of your winnt.sif. See if AutomaticUpdates= ? in there.

#7 User is offline   jeffsu28 

  • Group: Members
  • Posts: 6
  • Joined: 24-January 04

Posted 05 September 2004 - 11:28 AM

I want the Windows Welcome screens to show up but I want it to skip the "Help protect your PC" section and have automatic updates on. Is this possible?

#8 User is offline   jeffsu28 

  • Group: Members
  • Posts: 6
  • Joined: 24-January 04

Posted 05 September 2004 - 04:47 PM

I just tried it again using AutomaticUpdates="Yes" instead of AutomaticUpdates=1 but it again asks to protect or not still at windows welcome.

#9 User is offline   Bigevil 

  • Group: Members
  • Posts: 2
  • Joined: 27-June 04

Posted 11 September 2004 - 10:28 AM

I have the same problem :/
tried most of the options i found

#10 User is offline   ToBe 

  • WannaBe
  • PipPip
  • Group: Members
  • Posts: 220
  • Joined: 21-November 03

Posted 12 September 2004 - 02:59 AM

expand you oobeinfo.in_ in your i386 to oobeinfo.ini:
expand oobeinfo.in_ oobeinfo.ini

and add SkipAutoUpdate=1 under the [options] part.

[options]
SkipAutoUpdate=1

cab it back to oobeinfo.in_ using makecab:
MAKECAB.EXE /D COMPRESSIONTYPE=LZX  oobeinfo.ini.

and replace the one in your i386 folder.

That should do it, Windows Welcome Screen without automatic updates promt.

For more options about oobeinfo check ref.chm in deploy cab in your support\tools folder on the winxp cd, or get it here.

#11 User is offline   Lucius Snow 

  • Member
  • PipPip
  • Group: Members
  • Posts: 247
  • Joined: 17-August 04

Posted 12 September 2004 - 04:08 AM

I did that but it didn't work. Here is my oobeinfo.ini :

[Options]
NoIspPreconfig=1
SkipAutoUpdate=1

[StartupOptions]
Offline=1
Registration=1

#12 User is offline   exiteable 

  • Newbie
  • Group: Members
  • Posts: 33
  • Joined: 20-November 03

  Posted 24 September 2004 - 06:41 PM

er im lost in this ...
anyone post this ini completed please
cos that was just rocket science for me

#13 User is offline   ToBe 

  • WannaBe
  • PipPip
  • Group: Members
  • Posts: 220
  • Joined: 21-November 03

Posted 25 September 2004 - 12:27 AM

Do you still have AutomaticUpdates=1 in winnt.sif? You must have that as well...
That shoud be enough really, but the oobeinfo tweak is just to tell windows that you really don't want to see that page. :D

You don't have any regtweaks that disables Automatic Updates?

No autoupdate=off in the [Components] sections of winnt.sif?

#14 User is offline   Metzen 

  • Member
  • PipPip
  • Group: Members
  • Posts: 135
  • Joined: 19-March 04

Posted 25 September 2004 - 11:51 PM

jeffsu28, on Sep 5 2004, 03:47 PM, said:

I just tried it again using AutomaticUpdates="Yes" instead of AutomaticUpdates=1 but it again asks to protect or not still at windows welcome.

I have the same problem doing a OPK install, neither automaticupdates= methods work.

#15 User is offline   Sanjay 

  • Member
  • PipPip
  • Group: Members
  • Posts: 273
  • Joined: 13-August 04

Posted 26 September 2004 - 02:18 AM

I have the same problem, as in although I have "AutomaticUpdates = 1" (I have also tried "AutomaticUpdates = Yes"), I still end up with Automatic Updates under Securtity Center not being set. I still have to manually turn on Automatic Updates after install is complete. But unlike some others here I don't get any screens while installing and the entire install process goes thru without any input needed.

#16 User is offline   tguy 

  • Senior Member
  • PipPipPipPip
  • Group: Members
  • Posts: 698
  • Joined: 19-May 04

Posted 27 September 2004 - 10:41 AM

Anyone know if this Unattend parameter will work on a Windows 2000 server unattended install?

#17 User is offline   Tsunami 

  • Member
  • PipPip
  • Group: Members
  • Posts: 292
  • Joined: 05-March 04

Posted 27 September 2004 - 11:36 AM

I doubt it will, because afaik the 2000 setup doesn't have this page...

#18 User is offline   Sanjay 

  • Member
  • PipPip
  • Group: Members
  • Posts: 273
  • Joined: 13-August 04

Posted 28 September 2004 - 01:46 AM

Sanjay, on Sep 26 2004, 01:48 PM, said:

I have the same problem, as in although I have "AutomaticUpdates = 1" (I have also tried "AutomaticUpdates = Yes"), I still end up with Automatic Updates under Securtity Center not being set. I still have to manually turn on Automatic Updates after install is complete. But unlike some others here I don't get any screens while installing and the entire install process goes thru without any input needed.

Take that back, everything works just fine. Actually when I was testing in VMWare it would not work but in a real install everything worked just fine.

#19 User is offline   rtlinux 

  • Group: Members
  • Posts: 3
  • Joined: 17-May 05

Posted 17 May 2005 - 08:59 AM

Has anyone been able to disable the "help protect..." while disabling automatic updates? We control all updates and do not want users doing it and we have not yet implemented group policy.

Thanks in advance.

:wacko:

#20 User is offline   avantan 

  • Group: Members
  • Posts: 7
  • Joined: 26-September 05

Posted 26 September 2005 - 05:15 PM

I think this autoupdate thing is so flawed...!!! Won't work anywhere.... takes too much time..

Share this topic:


Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users



All trademarks mentioned on this page are the property of their respective owners
Copyright © 2001 - 2011 msfn.org
Privacy Policy