diff options
author | Keith Packard <keithp@keithp.com> | 2010-09-09 15:11:41 -0700 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2010-09-09 15:14:03 -0700 |
commit | b456bd9d7bcd9d968e43c38eeb6fa6ad8c58f895 (patch) | |
tree | bf79491e758e255111061ceeddd3e6e7b44a058c /ao-tools | |
parent | 16980b848651a6b20a0b458446f0a19fb517539d (diff) |
altosui: fix telemetrum.inf FFFE:000A product names on AMD64 and ia64
This appears to matter to Vista. Dunno why.
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'ao-tools')
-rw-r--r-- | ao-tools/altosui/altos-windows.nsi | 3 |
1 files changed, 3 insertions, 0 deletions
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" |