Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
J
jami-client-windows
Manage
Activity
Members
Plan
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Model registry
Analyze
Contributor analytics
Repository analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
savoirfairelinux
jami-client-windows
Commits
3db0ba84
Commit
3db0ba84
authored
6 years ago
by
Andreas Traczyk
Browse files
Options
Downloads
Patches
Plain Diff
packaging: do passive redist install
Change-Id: Ia92773b70d105db1a2a6f517262af2f452e231c6
parent
643bf44f
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
ring.nsi
+2
-2
2 additions, 2 deletions
ring.nsi
with
2 additions
and
2 deletions
ring.nsi
+
2
−
2
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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment