mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-10-10 15:27:53 -06:00
Add Install Arduino Drivers section to installer
This commit is contained in:
parent
b610f276d9
commit
b0fa51692e
1 changed files with 13 additions and 13 deletions
|
@ -111,19 +111,19 @@ Section "Install Visual Studio 2010 Redistributable"
|
||||||
|
|
||||||
SectionEnd
|
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\"
|
||||||
; File /r "drivers\"
|
File /r "drivers\"
|
||||||
;
|
|
||||||
; ${If} ${RunningX64}
|
${If} ${RunningX64}
|
||||||
; IfSilent +2
|
IfSilent +2
|
||||||
; ExecWait '"$INSTDIR\drivers\dpinst64.exe" /lm'
|
ExecWait '"$INSTDIR\drivers\dpinst64.exe" /lm'
|
||||||
; ${Else}
|
${Else}
|
||||||
; IfSilent +2
|
IfSilent +2
|
||||||
; ExecWait '"$INSTDIR\drivers\dpinst32.exe" /lm'
|
ExecWait '"$INSTDIR\drivers\dpinst32.exe" /lm'
|
||||||
; ${EndIf}
|
${EndIf}
|
||||||
;SectionEnd
|
SectionEnd
|
||||||
|
|
||||||
Section "Open STL files with Cura"
|
Section "Open STL files with Cura"
|
||||||
WriteRegStr HKCR .stl "" "Cura STL model file"
|
WriteRegStr HKCR .stl "" "Cura STL model file"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue