X-Git-Url: https://git.gag.com/?p=fw%2Faltos;a=blobdiff_plain;f=micropeak%2Fmicropeak-windows.nsi.in;h=34f5908d38a15c1c9eb79bf6a909dc38e74ee44d;hp=e210f8a0c31e5aadc42881f5654820b6531f88a3;hb=c48d4b60da8b23bf358e6c14d7332d3a360c2d2f;hpb=356617a3476e237311b8bbcefd6beda8271b120d diff --git a/micropeak/micropeak-windows.nsi.in b/micropeak/micropeak-windows.nsi.in index e210f8a0..34f5908d 100644 --- a/micropeak/micropeak-windows.nsi.in +++ b/micropeak/micropeak-windows.nsi.in @@ -62,15 +62,6 @@ UninstPage instfiles ; And the stuff to install -Section "FTDI USB Driver" - SetOutPath $INSTDIR - - File "CDM20824_Setup.exe" - - StrCpy $2 "$INSTDIR\CDM20824_Setup.exe" - ExecWait $2 -SectionEnd - Section "Install Driver" InstDriver InstDrv::InitDriverSetup /NOUNLOAD {4D36E96D-E325-11CE-BFC1-08002BE10318} AltusMetrumSerial @@ -117,6 +108,15 @@ Section "${REG_NAME} Desktop Shortcut" CreateShortCut "$DESKTOP\${REG_NAME}.lnk" "$INSTDIR\${WIN_APP_EXE}" "" "$INSTDIR\${WIN_APP_ICON}" SectionEnd +Section "FTDI USB Driver" + SetOutPath $INSTDIR + + File "CDM_v2.12.00_WHQL_Certified.exe" + + StrCpy $2 "$INSTDIR\CDM_v2.12.00_WHQL_Certified.exe" + ExecWait $2 +SectionEnd + Section "Documentation" SetOutPath $INSTDIR