diff --git a/ring.nsi b/ring.nsi
index 488f41da16014e164a53822298569e1886df57db..6ddca3e528f1673e795a48d2755b5625eb88cfba 100644
--- a/ring.nsi
+++ b/ring.nsi
@@ -199,8 +199,8 @@ section "install"
         WriteRegStr HKCR "ring\shell\open\command" "" "$\"$INSTDIR\Jami.exe$\" $\"%1$\""
         
         # force vc_redist for now
-        ExecWait "vc_redist.x64.exe /install /norestart"
-        delete "vc_redist.x64.exe"
+        ExecWait "vc_redist.x64.exe /install /passive /norestart"
+        delete "$\"$INSTDIR\vc_redist.x64.exe$\""
 sectionEnd
 
 # Uninstaller