Skip to content

Commit

Permalink
up
Browse files Browse the repository at this point in the history
  • Loading branch information
MrNico98 committed Jan 30, 2024
1 parent 36cd21e commit dbede7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion WinCustomizer/WinCustomizer.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -2098,7 +2098,7 @@ $WPFoff.Add_Click({
Remove-Item -Path "Office2021-main.zip" -Recurse -Force
mkdir "$currentPath\Office2021\configuration"
Copy-Item "Risorse\configuration-x32-complete.xml" -Destination "Office2021\configuration\configuration-x32-complete.xml" -Force
Start-Process -FilePath ".\Office2021\Install-x32-basic.bat" -Wait
Start-Process -FilePath ".\Office2021\Install-x64-basic.bat" -Wait
Remove-Item -Path "$currentPath\Office2021" -Recurse -Force
True('FATTO')
})
Expand Down

0 comments on commit dbede7b

Please sign in to comment.