Skip to content
Snippets Groups Projects
Commit 3db0ba84 authored by Andreas Traczyk's avatar Andreas Traczyk
Browse files

packaging: do passive redist install

Change-Id: Ia92773b70d105db1a2a6f517262af2f452e231c6
parent 643bf44f
Branches
Tags
No related merge requests found
...@@ -199,8 +199,8 @@ section "install" ...@@ -199,8 +199,8 @@ section "install"
WriteRegStr HKCR "ring\shell\open\command" "" "$\"$INSTDIR\Jami.exe$\" $\"%1$\"" WriteRegStr HKCR "ring\shell\open\command" "" "$\"$INSTDIR\Jami.exe$\" $\"%1$\""
# force vc_redist for now # force vc_redist for now
ExecWait "vc_redist.x64.exe /install /norestart" ExecWait "vc_redist.x64.exe /install /passive /norestart"
delete "vc_redist.x64.exe" delete "$\"$INSTDIR\vc_redist.x64.exe$\""
sectionEnd sectionEnd
# Uninstaller # Uninstaller
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment