| | |
| | | checkAbort(); |
| | | } |
| | | |
| | | if (mustConfigureReplication()) |
| | | { |
| | | setCurrentProgressStep(InstallProgressStep.CONFIGURING_REPLICATION); |
| | | notifyListeners(getTaskSeparator()); |
| | | |
| | | configureReplication(); |
| | | checkAbort(); |
| | | } |
| | | |
| | | if (mustCreateAds()) |
| | | { |
| | | notifyListeners(getTaskSeparator()); |
| | |
| | | checkAbort(); |
| | | } |
| | | |
| | | if (mustConfigureReplication()) |
| | | { |
| | | notifyListeners(getTaskSeparator()); |
| | | setCurrentProgressStep(InstallProgressStep.CONFIGURING_REPLICATION); |
| | | configureReplication(); |
| | | checkAbort(); |
| | | } |
| | | |
| | | if (mustInitializeSuffixes()) |
| | | { |
| | | notifyListeners(getTaskSeparator()); |