Mandag 22 september 2008 19:39, skrev Corr Linden: > I am using Unattended 4.7, standard XP package and trying to turn on the > automatic updates. Here's what a portion of my site/unattend.txt file > looks like: > > [Data] > AutoPartition = 1 > MsDosInitiated = 0 > UnattendedInstall = Yes > AutomaticUpdates=Yes > > [Unattended] > UnattendMode = FullUnattended > ExtendOemPartition = 1 > OemSkipEula = Yes > OemPreinstall = Yes > TargetPath = \WINDOWS > Repartition = No > UnattendSwitch=yes > WaitForReboot = no > DriverSigningPolicy = Ignore > > What am I missing? > Thanks for any/all help
I control this from my scripts: ---- ::auconfig.pl configures the Windows 2000 and XP "Auto Updates" ::facility. The main argument is a number which has the following ::meaning: :: 1 - Disable automatic updates :: 2 - Notify user before download :: 3 - Download automatically; notify user before install :: 4 - Download and install automatically todo.pl "auconfig.pl 1" ----- see auconfig.pl in bin. ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ unattended-info mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/unattended-info
