izPackCmd.execute();
}
if ( target instanceof InnoTarget )
{
InnoInstallerCommand innoCmd = null;
innoCmd = new InnoInstallerCommand( this, ( InnoTarget ) target );
innoCmd.execute();
}
if ( target instanceof NsisTarget )
{
NsisInstallerCommand nsisCmd = null;