X-Git-Url: https://git.gag.com/?p=fw%2Faltos;a=blobdiff_plain;f=telegps%2Ftelegps-windows.nsi.in;h=136d68fb3b6e82928f14bf16cb9b6fef9f77775d;hp=92b509748092eacade7f2c46f18fe17f19a127b5;hb=abf731b3d79b66d9da62496cebf157f2888a4c93;hpb=8073007292875169a6304824ae52039ce6564813 diff --git a/telegps/telegps-windows.nsi.in b/telegps/telegps-windows.nsi.in index 92b50974..136d68fb 100644 --- a/telegps/telegps-windows.nsi.in +++ b/telegps/telegps-windows.nsi.in @@ -71,14 +71,14 @@ Section "Install Driver" InstDriver InstDrv::CreateDevice /NOUNLOAD SetOutPath $TEMP - File "../telemetrum.inf" - InstDrv::InstallDriver /NOUNLOAD "$TEMP\telemetrum.inf" + File "../altusmetrum.inf" + InstDrv::InstallDriver /NOUNLOAD "$TEMP\altusmetrum.inf" SetOutPath $INSTDIR - File "../telemetrum.inf" + File "../altusmetrum.inf" SetOutPath $WINDIR\Inf - File "../telemetrum.inf" + File "../altusmetrum.inf" SectionEnd