예제 #1
0
 public static void ExecuteUninstallIfExists(this IPackage package, String locationRoot)
 {
     package.ExecutePowershellScriptFileIfExists("uninstall", locationRoot);
 }
예제 #2
0
 public static void ExecuteInitIfExists(this IPackage package, String locationRoot)
 {
     package.ExecutePowershellScriptFileIfExists("init", locationRoot);
 }