summaryrefslogtreecommitdiff
path: root/altosui
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2012-09-11 22:03:17 -0700
committerKeith Packard <keithp@keithp.com>2012-09-11 22:03:46 -0700
commit1a154ce0b9fc3ea360d6bc7e17d6debb2da94438 (patch)
tree54239b69ae6c2366ae8dd7779c848a6e9fb78e20 /altosui
parent4563624638884b7b2f16cd4d396c00690e045999 (diff)
Include AltosLib.jar in windows install
Otherwise, altosui doesn't do much. Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'altosui')
-rw-r--r--altosui/altos-windows.nsi5
1 files changed, 5 insertions, 0 deletions
diff --git a/altosui/altos-windows.nsi b/altosui/altos-windows.nsi
index 986919d4..20dd65f0 100644
--- a/altosui/altos-windows.nsi
+++ b/altosui/altos-windows.nsi
@@ -88,6 +88,7 @@ Section "AltosUI Application"
SetOutPath $INSTDIR
File "altosui-fat.jar"
+ File "AltosLib.jar"
File "cmudict04.jar"
File "cmulex.jar"
File "cmu_time_awb.jar"
@@ -157,6 +158,9 @@ Section "Uninstall"
Delete "$INSTDIR\*.*"
RMDir "$INSTDIR"
+ ; Remove .inf file
+ Delete "$WINDIR\Inf\telemetrum.inf"
+
; Remove devices
InstDrv::InitDriverSetup /NOUNLOAD {4D36E96D-E325-11CE-BFC1-08002BE10318} AltusMetrumSerial
InstDrv::DeleteOemInfFiles /NOUNLOAD
@@ -165,4 +169,5 @@ Section "Uninstall"
; Remove shortcuts, if any
Delete "$SMPROGRAMS\AltusMetrum.lnk"
Delete "$DESKTOP\AltusMetrum.lnk"
+
SectionEnd