Example #1
0
 public void RemoveComponentIfAllowed(string component, IMessagePrinter printer)
 {
     printer.PrintNotice($"Skipped removal of {component} component(s) using install-wim-tweak since " +
                         @"option ""AllowInstallWimTweak"" is set to false.");
 }
Example #2
0
 public void RemoveComponentIfAllowed(string component, IMessagePrinter printer)
 {
     printer.PrintNotice($"Requested removal of component {component} through install-wim-tweak.");
 }