Example #1
0
 public InstallExchangeOrganization()
 {
     base.ImplementsResume                          = false;
     base.Fields["InstallationMode"]                = InstallationModes.Install;
     base.Fields["OrgConfigVersion"]                = Organization.OrgConfigurationVersion;
     base.Fields["PrepareSchema"]                   = false;
     base.Fields["PrepareOrganization"]             = false;
     base.Fields["CustomerFeedbackEnabled"]         = null;
     base.Fields["Industry"]                        = IndustryType.NotSpecified;
     base.Fields["PrepareDomain"]                   = false;
     base.Fields["PrepareSCT"]                      = false;
     base.Fields["PrepareAllDomains"]               = false;
     base.Fields["BinPath"]                         = ConfigurationContext.Setup.BinPath;
     base.Fields["ActiveDirectorySplitPermissions"] = null;
     ADSession.InitializeForestModeFlagForLocalForest();
 }