# HG changeset patch # User Chris Cannam # Date 1517950979 0 # Node ID 5f0f50c83170be9ac98bcbd44240ca4293a00ed2 # Parent ec492fb87373d09c5e39bba2eafd7d394e8f7bef Another attempt to run the installer. Not hopeful about this one. diff -r ec492fb87373 -r 5f0f50c83170 .appveyor.yml --- 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