Skip unpacking of existing files
This commit is contained in:
parent
ab17fa75d6
commit
b273eeec68
2 changed files with 2 additions and 2 deletions
scripts/Windows/Software/reWASD
|
@ -22,7 +22,7 @@ $null = New-Module {
|
|||
Start-Process -Wait -FilePath $file.FullName -ArgumentList "/S";
|
||||
|
||||
Write-Information "Restoring files";
|
||||
$context.Restore($context.SoftwareArchive($softwareName), $path);
|
||||
$context.Restore($context.SoftwareArchive($softwareName), $path, @("-aos"));
|
||||
|
||||
Write-Information "Removing desktop icon";
|
||||
$context.RemoveDesktopIcon("*reWASD*");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue