changeset 508:5f0f50c83170 vamp-kiss-naming

Another attempt to run the installer. Not hopeful about this one.
author Chris Cannam
date Tue, 06 Feb 2018 21:02:59 +0000
parents ec492fb87373
children 70e52a6d7e99
files .appveyor.yml
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/.appveyor.yml	Tue Feb 06 18:47:46 2018 +0000
+++ b/.appveyor.yml	Tue Feb 06 21:02:59 2018 +0000
@@ -10,8 +10,8 @@
   - cinst wget
   - c:\ProgramData\chocolatey\bin\wget.exe http://www.mega-nerd.com/libsndfile/files/libsndfile-1.0.28-w32-setup.exe
   - c:\ProgramData\chocolatey\bin\wget.exe http://www.mega-nerd.com/libsndfile/files/libsndfile-1.0.28-w64-setup.exe
-  - ps: Install-Package -Force .\libsndfile-1.0.28-w32-setup.exe
-  - ps: Install-Package -Force .\libsndfile-1.0.28-w64-setup.exe
+  - ps: .\libsndfile-1.0.28-w32-setup.exe /silent /sp- /norestart
+  - ps: .\libsndfile-1.0.28-w64-setup.exe /silent /sp- /norestart
 
 build_script:
   - msbuild build\VampSDK.sln