Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
E
extras
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
21
Issues
21
List
Boards
Labels
Service Desk
Milestones
Merge Requests
7
Merge Requests
7
Operations
Operations
Incidents
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
The Openvibe Group
extras
Commits
2b083075
Commit
2b083075
authored
Jun 01, 2016
by
Jussi Lindgren
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Build: Fixed a bug in Windows installer nsi script
Visual Studio redists were not correctly installed.
parent
9863138b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
scripts/win32-openvibe-x.x.x-setup.nsi
scripts/win32-openvibe-x.x.x-setup.nsi
+4
-4
No files found.
scripts/win32-openvibe-x.x.x-setup.nsi
View file @
2b083075
...
...
@@ -5,8 +5,8 @@
!include "zipdll.nsh"
;Name and file
Name "OpenViBE 1.2.0"
OutFile "openvibe-1.2.0-setup.exe"
Name "OpenViBE 1.2.0
-1
"
OutFile "openvibe-1.2.0-
1-
setup.exe"
;Default installation folder
InstallDir "$PROGRAMFILES\openvibe"
...
...
@@ -115,8 +115,8 @@ no_need_to_install_directx:
File "..\dependencies\arch\vcredist-2010.exe"
File "..\dependencies\arch\vcredist-2013_x86.exe"
ExecWait '"
arch\
vcredist-2010.exe" /q'
ExecWait '"
arch\
vcredist-2013_x86.exe" /install /quiet'
ExecWait '"vcredist-2010.exe" /q'
ExecWait '"vcredist-2013_x86.exe" /install /quiet'
SetOutPath "$INSTDIR\dependencies"
ZipDLL::extractall "arch\ov-dependencies-1.2.0-vc120-runtime.zip" ""
...
...
Write
Preview
Markdown
is supported
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