MagicBeacon
Jump to navigation
Jump to search
;--------------------------------------------
- ## ITEM "MagicBeacon" DISPLAYNAME "Magic Beacon"
- ## DATE "14.10.2011"
- ## DESCRIPTION
MagicBeacon for MorphOS ----------------------- What the hell is MagicBeacon? ----------------------------- MagicBeacon is part of the MagicAction package, which is released as separate product. MagicBeacon is a highly configurable notification and messaging system. Let me ask you some questions first: Ever wanted the images drawer of your cameras picture card to be opened automatically when connecting your camera? Ever wanted a DVD to be played automatically? Ever wanted to see incoming EMails in a scrolling messenger on your screen? Ever wanted to start a backup of your system by plug in the backup drive? This is just a small number of possible ways to use MagicBeacon, even I cannot imagine. Ideas for future enhancements are welcome.
- ## DESCRIPTION END
- ## APPTYPE "DESKTOP"
- ## APPAUTHOR "Guido Mersmann <geit&gmx$de>"
- ## APPWEBPAGE "http://www.geit.de/eng_magicbeacon.html"
- ## APPDIRECTORY "SYS:Utilities/Commodities/"
- ## GRUNCHAUTHOR "Guido Mersmann <geit&gmx$de>"
- ## URLARCHIVE "http://www.geit.de/stupid/MagicBeacon.lha"
- ## URLREADME "http://www.geit.de/stupid/MagicBeacon.readme"
- ## ARCHIVESIZE 300000
- ## INSTALLDIR DISABLED
- ## INSTALLCHECK "SYS:MorphOS/Data/{NAME}/{NAME}"
- ## INSTALL
{STANDARDEXTRACT}
If EXISTS "SYS:Utilities/Commodities/{NAME}.info"
If EXISTS "{TEMPDIR}{NAME}/SYS/Utilities/Commodities/{NAME}.info"
Delete FORCE "{TEMPDIR}{NAME}/SYS/Utilities/Commodities/{NAME}.info"
EndIf
EndIf
If EXISTS "SYS:S/Callmonitor.rexx"
If EXISTS "{TEMPDIR}SYS/S/Callmonitor.rexx"
Delete FORCE "{TEMPDIR}SYS/S/Callmonitor.rexx"
EndIf
EndIf
If EXISTS "SYS:S/SimpleMail_NewMail.rexx"
If EXISTS "{TEMPDIR}SYS/S/SimpleMail_NewMail.rexx"
Delete FORCE "{TEMPDIR}SYS/S/SimpleMail_NewMail.rexx"
EndIf
EndIf
If EXISTS "SYS:S/Ticker.rexx"
If EXISTS "{TEMPDIR}SYS/S/Ticker.rexx"
Delete FORCE "{TEMPDIR}SYS/S/Ticker.rexx"
EndIf
EndIf
If EXISTS "SYS:S/YAM_NewMail.rexx"
If EXISTS "{TEMPDIR}SYS/S/YAM_NewMail.rexx"
Delete FORCE "{TEMPDIR}SYS/S/YAM_NewMail.rexx"
EndIf
EndIf
If EXISTS "SYS:WBStartup/{NAME}"
Delete "SYS:WBStartup/{NAME}"
EndIf
If EXISTS "SYS:WBStartup/{NAME}_WBStartup"
Delete "SYS:WBStartup/{NAME}_WBStartup"
EndIf
Copy "{TEMPDIR}{NAME}/SYS/#?" "SYS:" ALL
GTooltype "SYS:Utilities/Commodities/{NAME}" STACK 24576 TYPE WBPROJECT DEFAULTTOOL "SYS:MorphOS/Data/{NAME}/{NAME}"
If EXISTS "SYS:WBStartup/{NAME}.info"
GTooltype "SYS:WBStartup/{NAME}" STACK 24576 TYPE WBPROJECT DEFAULTTOOL "SYS:MorphOS/Data/{NAME}/{NAME}"
EndIf
If EXISTS "SYS:WBStartup/{NAME}_WBStartup.info"
GTooltype "SYS:WBStartup/{NAME}_WBStartup" STACK 24576 TYPE WBPROJECT DEFAULTTOOL "SYS:MorphOS/Data/{NAME}/{NAME}"
EndIf
- ## INSTALL END
- ## UNINSTALL
Delete FORCE "SYS:MorphOS/Data/{NAME}" ALL
Delete FORCE "SYS:S/Callmonitor.rexx"
Delete FORCE "SYS:S/SimpleMail_NewMail.rexx"
Delete FORCE "SYS:S/Ticker.rexx"
Delete FORCE "SYS:S/YAM_NewMail.rexx"
Delete FORCE "SYS:Locale/Help/#?/{NAME}.guide"
Delete FORCE "SYS:Locale/Help/#?/{NAME}.guide.info"
Delete FORCE "SYS:Locale/Catalogs/#?/{NAME}.catalog"
Delete FORCE "SYS:Utilities/Commodities/{NAME}"
Delete FORCE "SYS:Utilities/Commodities/{NAME}.info"
Delete FORCE "SYS:WBStartup/{NAME}"
Delete FORCE "SYS:WBStartup/{NAME}.info"
Delete FORCE "SYS:WBStartup/{NAME}_WBStartup.info"
Delete FORCE "ENVARC:MUI/{UPPERNAME}{MUIPREFSPATTERN}"
Delete FORCE "ENV:MUI/{UPPERNAME}{MUIPREFSPATTERN}"
Delete FORCE "SYS:Prefs/Applications/{NAME}" ALL
- ## UNINSTALL END
- ## ITEM END