static SmartShipmentWiXCustomActions()
        {
            //If debug needed- uncomment bellow line
            //System.Diagnostics.Debugger.Launch();

            _logger = new SetupLogger();
            _customActionsHelper = new SetupCustomActions(_logger);
        }
Пример #2
0
        public SmartShipmentInstaller()
        {
            #if DEBUG
            System.Diagnostics.Debugger.Launch();
            #endif

            InitializeComponent();
            _logger        = new SetupLogger();
            _customActions = new SetupCustomActions(_logger);
        }