[Unattended] A bug?

2004-03-29 Thread Teresa Jeremy
If I specify multiple locations for OemPnPDriversPath value, the unattended Linux version reports an unrecognized line error. For example, this entry will trigger an error: OemPnPDriversPath=Drivers\NIC\sis900;Drivers\NIC\Realtek While this one won't: OemPnPDriversPath=Drivers\NIC\sis900 Thx.

[Unattended] sample-config.pl typo?

2004-03-29 Thread Adam Peart
In the advanced.html file, the example says: $u-{'UserData'}-{'ProductKey'} = sub { my $media_obj = Unattend::WinMedia-new ($u-{'_meta'}-{'OS_media'}); my $os_name = $media_obj-name (); if ($os_name =~ /Windows XP/) { return 'MY-WINDOWS-XP-KEY'; }

Re: [Unattended] sample-config.pl typo?

2004-03-29 Thread Shad L. Lords
Notice the differences between the two. ProductKey has 'and' and ProductID has 'or'. # Compute product Key from inventory sheet, if possible. $u-push_value ('UserData', 'ProductKey', sub { my $media_obj = Unattend::WinMedia-new ($u-{'_meta'}-{'OS_media'}); my $os_name