Skip to content

Commit e9b2ed2

Browse files
committed
install && uninstall are ready
1 parent 2bafd77 commit e9b2ed2

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

app/Wissance.Zerial/Wissance.Zerial.Installer/Zerial/tools/chocolateyinstall.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ $packageArgs = @{
1717
checksum64 = '3EA0AB7BBCA0A19A885316306D2A95EC7A6DC3416E40188C637A07D72908E8FC'
1818
checksumType64= 'sha256'
1919

20-
silentArgs = "install /SILENT /qn /norestart /l*v `"$($env:TEMP)\$($packageName).$($env:chocolateyPackageVersion).MsiInstall.log`"" # ALLUSERS=1 DISABLEDESKTOPSHORTCUT=1 ADDDESKTOPICON=0 ADDSTARTMENU=0
20+
silentArgs = "/SILENT /qn /norestart /l*v `"$($env:TEMP)\$($packageName).$($env:chocolateyPackageVersion).MsiInstall.log`"" # ALLUSERS=1 DISABLEDESKTOPSHORTCUT=1 ADDDESKTOPICON=0 ADDSTARTMENU=0
2121
validExitCodes= @(0, 3010, 1641)
2222
}
2323
# skip dotnet install if there is a newer version

app/Wissance.Zerial/Wissance.Zerial.Installer/Zerial/tools/chocolateyuninstall.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
$ErrorActionPreference = 'Stop'; # stop on all errors
22
$packageArgs = @{
33
packageName = $env:ChocolateyPackageName
4-
softwareName = 'Wissance.Zerial'
4+
softwareName = '*Zerial*'
55
fileType = 'EXE_MSI_OR_MSU'
66
silentArgs = "/qn /norestart /SILENT /NORESTART"
77
validExitCodes= @(0, 3010, 1605, 1614, 1641)

0 commit comments

Comments
 (0)