Include AltosLib.jar in windows install
authorKeith Packard <keithp@keithp.com>
Wed, 12 Sep 2012 05:03:17 +0000 (22:03 -0700)
committerKeith Packard <keithp@keithp.com>
Wed, 12 Sep 2012 05:03:46 +0000 (22:03 -0700)
Otherwise, altosui doesn't do much.

Signed-off-by: Keith Packard <keithp@keithp.com>
altosui/altos-windows.nsi

index 986919d4a4297c0291ddca7e1ae0e89e8938a399..20dd65f04baa976a7e9ee49fe74f1da9388588bc 100644 (file)
@@ -88,6 +88,7 @@ Section "AltosUI Application"
        SetOutPath $INSTDIR
 
        File "altosui-fat.jar"
        SetOutPath $INSTDIR
 
        File "altosui-fat.jar"
+       File "AltosLib.jar"
        File "cmudict04.jar"
        File "cmulex.jar"
        File "cmu_time_awb.jar"
        File "cmudict04.jar"
        File "cmulex.jar"
        File "cmu_time_awb.jar"
@@ -157,6 +158,9 @@ Section "Uninstall"
        Delete "$INSTDIR\*.*"
        RMDir "$INSTDIR"
 
        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
        ; 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"
        ; Remove shortcuts, if any
        Delete "$SMPROGRAMS\AltusMetrum.lnk"
        Delete "$DESKTOP\AltusMetrum.lnk"
+       
 SectionEnd
 SectionEnd