altosui: fix telemetrum.inf FFFE:000A product names on AMD64 and ia64
[fw/altos] / ao-tools / altosui / altos-windows.nsi
index 6ebec2141e8575ee9eb230498bb1dce98391abce..37777fd6c852cf37fb2d0e60b636e90c6663c4c6 100644 (file)
@@ -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"