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