Skip to content
This repository was archived by the owner on Aug 22, 2025. It is now read-only.

Commit 1f55728

Browse files
author
dirk
committed
Fixed options for InnoSetup.
1 parent 6be4008 commit 1f55728

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

AppVeyor/Install-InnoSetup.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
Import-Module "C:\ProgramData\chocolatey\helpers\chocolateyInstaller.psm1"
2-
Install-ChocolateyPackage "Ghostscript.app" "exe" "/S /NCRC" "file:///C:/InnoSetup/innosetup-5.5.9-unicode.exe"
2+
Install-ChocolateyPackage "InnoSetup.app" "exe" "/VERYSILENT /SUPPRESSMSGBOXES /NORESTART /SP-" "file:///C:/InnoSetup/innosetup-5.5.9-unicode.exe"

0 commit comments

Comments
 (0)