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
ccc79999
Commit
ccc79999
authored
Feb 16, 2019
by
Browse files
packaging: fix syntax error in nsis configuration
Change-Id: I627b8b5469507fa70161a2ae506ffc51de4bf1b2
parent
82a08677
Changes
1
Show whitespace changes
Inline
Side-by-side
ring.nsi
View file @
ccc79999
...
@@ -198,7 +198,7 @@ section "install"
...
@@ -198,7 +198,7 @@ section "install"
WriteRegStr HKCR "ring\shell\open\command" "" "$\"$INSTDIR\Jami.exe$\" $\"%1$\""
WriteRegStr HKCR "ring\shell\open\command" "" "$\"$INSTDIR\Jami.exe$\" $\"%1$\""
# vcredist install (this check may not work if the vc_redist is uninstalled by the user as
# vcredist install (this check may not work if the vc_redist is uninstalled by the user as
# uninstallation does not remove the REG key
# uninstallation does not remove the REG key
{If} ${RunningX64}
$
{If} ${RunningX64}
ReadRegStr $1 HKLM "SOFTWARE\WOW6432Node\Microsoft\VisualStudio\14.0\VC\Runtimes\x64" "Bld"
ReadRegStr $1 HKLM "SOFTWARE\WOW6432Node\Microsoft\VisualStudio\14.0\VC\Runtimes\x64" "Bld"
StrCmp $1 27012 vcredist_installed
StrCmp $1 27012 vcredist_installed
${Else}
${Else}
...
...
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