Remove downloaded TMUF installer
This commit is contained in:
parent
87d74a48f0
commit
e3061750a3
1 changed files with 1 additions and 0 deletions
|
@ -37,5 +37,6 @@ $null = New-Module {
|
||||||
Remove-Item "$env:PUBLIC\Desktop\*TmUnitedForever*";
|
Remove-Item "$env:PUBLIC\Desktop\*TmUnitedForever*";
|
||||||
Write-Information "Restoring files";
|
Write-Information "Restoring files";
|
||||||
$context.Restore($context.SoftwareArchive($softwareName), $path);
|
$context.Restore($context.SoftwareArchive($softwareName), $path);
|
||||||
|
Remove-Item $exePath;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue