Skip to content

Commit

Permalink
Merge pull request #164 from ScottMonolith/master
Browse files Browse the repository at this point in the history
  • Loading branch information
flcdrg authored Jan 3, 2024
2 parents 61772b6 + 2dc40f6 commit 00df143
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

$packageName = 'lenovo-thinkvantage-system-update'
$softwareName = 'Lenovo System Update'
$installerType = 'MSI' # Installed as .exe, but uninstall as .MSI!
$installerType = 'EXE'

$silentArgs = '/qn /norestart'
$silentArgs = '/VERYSILENT'
$validExitCodes = @(0, 3010, 1605, 1614, 1641)
if ($installerType -ne 'MSI') {
}
Expand Down

0 comments on commit 00df143

Please sign in to comment.