debCmd.execute();
}
if ( target instanceof BinTarget )
{
BinInstallerCommand binCmd = null;
binCmd = new BinInstallerCommand( this, ( BinTarget ) target );
binCmd.execute();
}
if ( target instanceof ArchiveTarget )
{
ArchiveInstallerCommand archiveCmd = null;