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