|
It
would be helpful if you say.
What
version of unattended are you using?
What
is line 933 in
install.pl
To me
it looks like something else than your script that is causing the
problem.
my config looks something
like this seems to work fine, I use
install.pl 1.97 with some modifcations:
It
looks on that version more like a diskformatting problem.
Looking again at your script why do you have the two lines below, try
with out these two lines, I don't think you realy want them
Unless
you realy know what you are doing (I don't):
my $media_obj =
Unattend::WinMedia->new ($u->{'_meta'}->{'OS_media'});
my $os_name = $media_obj->name ();MY
config.pl
$u->{'UserData'}->{'ProductID'} =
sub { my $src = ""> if ($src =~ /Windows 2000/i) { return 'PRODUCT KEY'; } elsif ($src =~ /Windows XP/i) { return 'PRODUCT KEY'; } else { die "Unrecognized OS source directory $src"; } }; Thanks
|
Title: Message
- [Unattended] Problems with site/config.pl Michael Kahle
- Re: [Unattended] Problems with site/config.pl Patrick J. LoPresti
- [Unattended] Problems with site/config.pl pommerer
- Max Lovius
