@@ -11,8 +11,8 @@ RequestExecutionLevel user
11
11
12
12
; --------------------------------
13
13
14
- !define VERSION " v.6.30 "
15
- !define VERSION_ " 6.30 .0.0"
14
+ !define VERSION " v.6.31 "
15
+ !define VERSION_ " 6.31 .0.0"
16
16
17
17
Function .onInit
18
18
System::Call ' keexrnel32::CreateMutexA(i 0, i 0, t "MutexOshmiInstall") i .r1 ?e'
@@ -364,12 +364,10 @@ Section "" ; empty string makes it hidden, so would starting with -
364
364
File /a " ..\htdocs\images\*.*"
365
365
366
366
SetOutPath $INSTDIR \extprogs
367
- File /a " ..\extprogs\dotnet-runtime-6.0.13 -win-x86.exe"
367
+ File /a " ..\extprogs\dotnet-runtime-6.0.24 -win-x86.exe"
368
368
File /a " ..\extprogs\vcredist_x86.exe"
369
369
File /a " ..\extprogs\vcredist_x86-2012.exe"
370
370
File /a " ..\extprogs\vcredist_x86-2013.exe"
371
- ; File /a "..\extprogs\vcredist_x86-2015.exe"
372
- ; File /a "..\extprogs\vcredist_x86-2017.exe"
373
371
File /a " ..\extprogs\vcredist_x86-15-17-19.exe"
374
372
375
373
SetOutPath $INSTDIR \browser
@@ -480,10 +478,8 @@ Section "" ; empty string makes it hidden, so would starting with -
480
478
nsExec::Exec ' "$INSTDIR\extprogs\vcredist_x86.exe" /q'
481
479
nsExec::Exec ' "$INSTDIR\extprogs\vcredist_x86-2012.exe" /q'
482
480
nsExec::Exec ' "$INSTDIR\extprogs\vcredist_x86-2013.exe" /q'
483
- ; nsExec::Exec '"$INSTDIR\extprogs\vcredist_x86-2015.exe" /q'
484
- ; nsExec::Exec '"$INSTDIR\extprogs\vcredist_x86-2017.exe" /q'
485
481
nsExec::Exec ' "$INSTDIR\extprogs\vcredist_x86-15-17-19.exe" /q'
486
- nsExec::Exec ' "$INSTDIR\extprogs\dotnet-runtime-6.0.13 -win-x86.exe" /install /passive /quiet'
482
+ nsExec::Exec ' "$INSTDIR\extprogs\dotnet-runtime-6.0.24 -win-x86.exe" /install /passive /quiet'
487
483
488
484
; MessageBox MB_YESNO "Wish to substitute Windows Shell by the HMIShell? \nWARNING: ANSWERING YES WILL BLOCK THE MACHINE FOR THE OPERATOR" IDNO InstFim
489
485
; LabelShell:
0 commit comments