[Fusioninventory-devel] Building the FusionInventory Agent Windows package...
Gonéri Le Bouder
goneri at rulezlan.org
Wed Jul 18 13:56:30 UTC 2012
Hi,
> I like your idea. I'll think about that.
I did this script. It "should" work but I realize installation fails on Win32.
#############
use CPANPLUS;
use CPANPLUS::Error;
my $cb = CPANPLUS::Backend->new;
my $conf = $cb->configure_object;
$conf->set_conf( signature => 0, skiptest => 1 );
foreach my $module (qw/
FusionInventory::Agent
FusionInventory::Agent::Task::Deploy
FusionInventory::Agent::Task::NetDiscovery
FusionInventory::Agent::Task::ESX
/) {
print "Installing: $module\n";
install($module);
}
#############
Best regards,
--
Gonéri Le Bouder
More information about the Fusioninventory-devel
mailing list