Exemplo n.º 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.");
 }
Exemplo n.º 2
0
 public void RemoveComponentIfAllowed(string component, IMessagePrinter printer)
 {
     printer.PrintNotice($"Requested removal of component {component} through install-wim-tweak.");
 }