From 8b4539dbadbff0a81fdf284ba61c824e07fc6d0f Mon Sep 17 00:00:00 2001 From: TheBigBear Date: Tue, 17 May 2016 21:29:01 +0100 Subject: [PATCH 1/2] Update ms-vcpp-2010-sp1-mfc-redist_x64.sls --- ms-vcpp-2010-sp1-mfc-redist_x64.sls | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ms-vcpp-2010-sp1-mfc-redist_x64.sls b/ms-vcpp-2010-sp1-mfc-redist_x64.sls index beff17ba..28a62c47 100644 --- a/ms-vcpp-2010-sp1-mfc-redist_x64.sls +++ b/ms-vcpp-2010-sp1-mfc-redist_x64.sls @@ -2,9 +2,9 @@ ms-vcpp-2010-sp1-mfc-redist_x64: '10.0.40219': full_name: 'Microsoft Visual C++ 2010 Redistributable - x64 10.0.40219' installer: 'http://download.microsoft.com/download/1/6/5/165255E7-1014-4D0A-B094-B6A430A6BFFC/vcredist_x64.exe' - install_flags: '/qn /norestart' + install_flags: '/q /norestart' uninstaller: 'msiexec.exe' - uninstall_flags: '/qn /x {1D8E6291-B0D5-35EC-8441-6616F567A0F7} /norestart' + uninstall_flags: '/q /x {1D8E6291-B0D5-35EC-8441-6616F567A0F7} /norestart' msiexec: False locale: en_US reboot: False From 43d3790bc9ba6e20b7b1758202e05d9c474ddaa1 Mon Sep 17 00:00:00 2001 From: TheBigBear Date: Tue, 17 May 2016 21:32:10 +0100 Subject: [PATCH 2/2] Update ms-vcpp-2010-sp1-mfc-redist_x86.sls --- ms-vcpp-2010-sp1-mfc-redist_x86.sls | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ms-vcpp-2010-sp1-mfc-redist_x86.sls b/ms-vcpp-2010-sp1-mfc-redist_x86.sls index f5dd5c9f..8361cc71 100644 --- a/ms-vcpp-2010-sp1-mfc-redist_x86.sls +++ b/ms-vcpp-2010-sp1-mfc-redist_x86.sls @@ -2,9 +2,9 @@ ms-vcpp-2010-sp1-mfc-redist_x86: '10.0.40219': full_name: 'Microsoft Visual C++ 2010 Redistributable - x86 10.0.40219' installer: 'http://download.microsoft.com/download/1/6/5/165255E7-1014-4D0A-B094-B6A430A6BFFC/vcredist_x86.exe' - install_flags: '/qn /norestart' + install_flags: '/q /norestart' uninstaller: 'msiexec.exe' - uninstall_flags: '/qn /x {F0C3E5D1-1ADE-321E-8167-68EF0DE699A5} /norestart' + uninstall_flags: '/q /x {F0C3E5D1-1ADE-321E-8167-68EF0DE699A5} /norestart' msiexec: False locale: en_US reboot: False