X-Git-Url: https://git.gag.com/?p=fw%2Faltos;a=blobdiff_plain;f=ao-tools%2Faltosui%2Faltos-windows.nsi;h=37777fd6c852cf37fb2d0e60b636e90c6663c4c6;hp=6ebec2141e8575ee9eb230498bb1dce98391abce;hb=b456bd9d7bcd9d968e43c38eeb6fa6ad8c58f895;hpb=16980b848651a6b20a0b458446f0a19fb517539d diff --git a/ao-tools/altosui/altos-windows.nsi b/ao-tools/altosui/altos-windows.nsi index 6ebec214..37777fd6 100644 --- a/ao-tools/altosui/altos-windows.nsi +++ b/ao-tools/altosui/altos-windows.nsi @@ -40,6 +40,9 @@ Section "Install Driver" InstDriver SetOutPath $TEMP File "../../telemetrum.inf" InstDrv::InstallDriver /NOUNLOAD "$TEMP\telemetrum.inf" + + SetOutPath $INSTDIR + File "../../telemetrum.inf" SectionEnd Section "AltosUI Application"