Ask a Question related to Mac Programming, Design and Development.
-
Richard Wesley #1
Installing an app vs OSX Launch Services
OK, here is a strange question. Suppose I have installed an application
and I want to make sure that Launch Services knows about it? I am
having a problem where I install an internet protocol helper application
and IC can't find it when I register it. So I go looking at the LS APIs
to see how I whack the system upside the head to tell it about a new
application, and lo and behold, there are no Set routines for this sort
of thing - only get routines! That is not very um helpful.
So at this point I am contemplating various hacks such as:
- Telling the Finder to open the application (pretty harmless)
- Using the old DTDB routines (a bit risky)
- Hacking the LS .plist (scary and dangerous)
But i don't know (yet) whether any of these will work.
I have also noticed that WMP does not register until you run it, so
maybe this is a common problem? Anyone run into this? Anyone have a
better solution?
TIA,
--
- rmgw
<http://www.trustedmedianetworks.com/>
----------------------------------------------------------------------------
Richard Wesley Trusted Media Networks, Inc.
"Ordinary people - I hate 'em. Ordinary person spends his life trying to
get out of tense situations. Repo man spends his life trying to get /in/
to tense situations." - Harry Dean Stanton, _Repo Man_
Richard Wesley Guest
-
Help! CFMX7 stalls on installing at "Installing WebServer Connectors"
I hope someone can help with this - I am currently doing an install (fresh = no other CF versions on server) on a small production server - the... -
Manually installing the ColdFusion MX ODBC 7 services
Is it possible to manually install CFMX 7 ODBC services? I found how to on CFMX - but same approach does not work (at least for me) for the CFMX7. -
Installing standalone CF7 after installing JRun4
I have installed JRun4 in developer mode. Subsequently I am attempting to install CF7 in "Multiserver configuration" but this option is dimmed out... -
Can't launch FH MX 11.0.2
Hello, I haven't browsed all the threads to check somebody with the same issue of mine, but at now I have a machine in my local network with... -
Networking Services - services.msc
Hi, I'd like to know which services are responsible for home networking. i.e. which services do I need to be running for others to have access... -
Thomas Engelmeier #2
Re: Installing an app vs OSX Launch Services
In article <hawkfish-F68EF7.15053519082003@tribune.sj.sys.us.xo.net>,
Richard Wesley <hawkfish@trustedmedianetworks.com> wrote:
Yes.> But i don't know (yet) whether any of these will work.
>
> I have also noticed that WMP does not register until you run it, so
> maybe this is a common problem?
No. run and immediately quit it or instruct the user to logout and login> Anyone run into this? Anyone have a better solution?
again on case it is installed in /Applications or ~/Applications.
B-(
Regards,
Thomas
Thomas Engelmeier Guest
-
Richard Wesley #3
Re: Installing an app vs OSX Launch Services
In article <bhv97f$3hrtu$1@ID-2640.news.uni-berlin.de>,
Thomas Engelmeier <aug03_nospam@engelmeier.com> wrote:
Great - thisis very low impact (it is just an AppleScript applet).> In article <hawkfish-F68EF7.15053519082003@tribune.sj.sys.us.xo.net>,
> Richard Wesley <hawkfish@trustedmedianetworks.com> wrote:
>>> > But i don't know (yet) whether any of these will work.
> >
> > I have also noticed that WMP does not register until you run it, so
> > maybe this is a common problem?
> Yes.
>>> > Anyone run into this? Anyone have a better solution?
> No. run and immediately quit it
Nope. Which is just as well - the system is designed for complete> or instruct the user to logout and login
> again on case it is installed in /Applications or ~/Applications.
idiots ;-)
Many thanks.
--
- rmgw
<http://www.trustedmedianetworks.com/>
----------------------------------------------------------------------------
Richard Wesley Trusted Media Networks, Inc.
"A little patience and a lot of tape!"
- Danny DeVito, _Batman Returns_
Richard Wesley Guest
-
Richard Wesley #4
Re: Installing an app vs OSX Launch Services
In article <BB6C5E4A9668DAB0F@10.0.1.2>,
[email]slavins@hearsay.demon.co.uk[/email]@localhost (Simon Slavin) wrote:
Script Editor actually. And it is working just fine...> In article <hawkfish-52877D.10020620082003@tribune.sj.sys.us.xo.net>,
> Richard Wesley <hawkfish@trustedmedianetworks.com> wrote:
>>> >> >> If your app is bundled with an Info.plist,
> >Nope (AppleScript applet).
> If you use Project Builder to compile your AppleScript then
> you'll find that it does have an Info.plist. If you're
> writing an AppleScript in Script Editor then it doesn't have
> enought structure to be a fully-fledged application so it
> can't be used as the target for a Launch Service anyway.
>
>
--
- rmgw
<http://www.trustedmedianetworks.com/>
----------------------------------------------------------------------------
Richard Wesley Trusted Media Networks, Inc.
"No, no no. 'Eureka' is Greek: It means 'This bath is too hot.'"
- The Doctor in "Dr. Who: The Talons of Weng-Chiang"
Richard Wesley Guest



Reply With Quote

