X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=ao-tools%2Faltosui%2Faltos-windows.nsi;h=37777fd6c852cf37fb2d0e60b636e90c6663c4c6;hb=1f3e091efdfb2fe6f06a066cac60f5d267b94856;hp=6ebec2141e8575ee9eb230498bb1dce98391abce;hpb=044fd27449c70474f51b99dec25fd23d3c03a559;p=fw%2Faltos 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"