mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 19:49:00 +08:00
Include VCRedist and add an option to run it during install
Fixes Asana issue 34145139570660
This commit is contained in:
parent
5019a157a1
commit
da6b7c272c
@ -99,6 +99,15 @@ Function LaunchLink
|
|||||||
Exec '"$WINDIR\explorer.exe" "$SMPROGRAMS\Cura ${VERSION}\Cura ${VERSION}.lnk"'
|
Exec '"$WINDIR\explorer.exe" "$SMPROGRAMS\Cura ${VERSION}\Cura ${VERSION}.lnk"'
|
||||||
FunctionEnd
|
FunctionEnd
|
||||||
|
|
||||||
|
Section "Install Visual Studio 2010 Redistributable"
|
||||||
|
SetOutPath "$INSTDIR"
|
||||||
|
File "vcredist_2010_x86.exe"
|
||||||
|
|
||||||
|
IfSilent +2
|
||||||
|
ExecWait '"$INSTDIR\vcredist_2010_x86.exe"'
|
||||||
|
|
||||||
|
SectionEnd
|
||||||
|
|
||||||
;Section "Install Arduino Drivers"
|
;Section "Install Arduino Drivers"
|
||||||
; ; Set output path to the driver directory.
|
; ; Set output path to the driver directory.
|
||||||
; SetOutPath "$INSTDIR\drivers\"
|
; SetOutPath "$INSTDIR\drivers\"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user