262263264265266267268269270271272
if ( target instanceof NsisTarget ) { NsisInstallerCommand nsisCmd = null; nsisCmd = new NsisInstallerCommand( this, ( NsisTarget ) target ); nsisCmd.execute(); } if ( target instanceof RpmTarget ) { RpmInstallerCommand rpmCmd = null;