NetExecutable netExecutable = netExecutableFactory.getNetExecutableFor( vendor, frameworkVersion,
"GACUTIL",
getGacInstallCommandsFor(
artifacts.get( 0 ) ),
null );
netExecutable.execute();
getLog().info( "NPANDAY-1600-004: Installed Assembly into GAC: Assembly = " +
artifacts.get( 0 ).getFile().getAbsolutePath() + ", Vendor = " +
netExecutable.getVendor().getVendorName() );
}
catch ( ExecutionException e )