Beispiel #1
0
 public static void ResetInstallPath()
 {
     ExchangeSetupContext.ResetInstallPath();
 }
Beispiel #2
0
 public static Version GetExecutingVersion()
 {
     return(ExchangeSetupContext.GetExecutingVersion());
 }
Beispiel #3
0
 public static void UseAssemblyPathAsInstallPath()
 {
     ExchangeSetupContext.UseAssemblyPathAsInstallPath();
 }