Silence unnecessary output
This commit is contained in:
parent
af2539b0da
commit
5ba869099e
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ $Global:SetupConfigPostprocessor = {
|
||||||
$size = $winPartition.OwnerDocument.CreateElement("Size");
|
$size = $winPartition.OwnerDocument.CreateElement("Size");
|
||||||
$size.InnerText = "$((1 * 1024 * 1024) - $garbage)";
|
$size.InnerText = "$((1 * 1024 * 1024) - $garbage)";
|
||||||
$winPartition.RemoveChild($winPartition.SelectSingleNode("./ua:Extend", $namespace));
|
$winPartition.RemoveChild($winPartition.SelectSingleNode("./ua:Extend", $namespace));
|
||||||
$winPartition.AppendChild($size);
|
$null = $winPartition.AppendChild($size);
|
||||||
|
|
||||||
$newPartition.SelectSingleNode("./ua:Order", $namespace).InnerText = "$newIndex";
|
$newPartition.SelectSingleNode("./ua:Order", $namespace).InnerText = "$newIndex";
|
||||||
$null = $partitionCreationContainer.AppendChild($newPartition);
|
$null = $partitionCreationContainer.AppendChild($newPartition);
|
||||||
|
|
Loading…
Reference in a new issue