Detect XML tags properly
This commit is contained in:
parent
3d68fcde47
commit
1c41cdd1c0
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ $Global:SetupConfigPostprocessor = {
|
|||
# Add space before Windows installation... wha-!? For Linux, ofc! I use Arch Linux, btw.
|
||||
$size = $winPartition.OwnerDocument.CreateElement("Size");
|
||||
$size.InnerText = "$((1 * 1024 * 1024) - $offset)";
|
||||
$winPartition.RemoveChild($winPartition.SelectSingleNode("./Extend"));
|
||||
$winPartition.RemoveChild($winPartition.SelectSingleNode("./ua:Extend", $namespace));
|
||||
$winPartition.AppendChild($size);
|
||||
|
||||
$newPartition.SelectSingleNode("./ua:Order", $namespace).InnerText = "$newIndex";
|
||||
|
|
Loading…
Reference in a new issue