From 35535267d39ca608abf90a8169648cfe27a3e0b9 Mon Sep 17 00:00:00 2001 From: Reinhard Pointner Date: Sat, 24 Nov 2012 00:12:32 +0000 Subject: [PATCH] * prefer passive installer with progress bars but no user-interaction --- installer/chocolatey/tools/chocolateyInstall.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installer/chocolatey/tools/chocolateyInstall.ps1 b/installer/chocolatey/tools/chocolateyInstall.ps1 index 41bbd4ca..abc31f69 100644 --- a/installer/chocolatey/tools/chocolateyInstall.ps1 +++ b/installer/chocolatey/tools/chocolateyInstall.ps1 @@ -1 +1 @@ -Install-ChocolateyPackage 'filebot' 'msi' '/quiet' 'http://sourceforge.net/projects/filebot/files/filebot/FileBot_@{version}/FileBot_@{version}_x86.msi' 'http://sourceforge.net/projects/filebot/files/filebot/FileBot_@{version}/FileBot_@{version}_x64.msi' \ No newline at end of file +Install-ChocolateyPackage 'filebot' 'msi' '/passive' 'http://sourceforge.net/projects/filebot/files/filebot/FileBot_@{version}/FileBot_@{version}_x86.msi' 'http://sourceforge.net/projects/filebot/files/filebot/FileBot_@{version}/FileBot_@{version}_x64.msi' \ No newline at end of file