Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
savoirfairelinux
jami-client-windows
Commits
3db0ba84
Commit
3db0ba84
authored
Apr 15, 2019
by
Andreas Traczyk
Browse files
packaging: do passive redist install
Change-Id: Ia92773b70d105db1a2a6f517262af2f452e231c6
parent
643bf44f
Changes
1
Hide whitespace changes
Inline
Side-by-side
ring.nsi
View file @
3db0ba84
...
@@ -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
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment