Uli's Web Site
[ Zathras.de - Uli's Web Site ]
Other Sites: Stories
Pix
Abi 2000
Stargate: Resurgence
Lost? Site Map!
 
 
     home | blog | moose | programming | articles >> blog

 Blog Topics
 
 Archive
 

15 Most Recent [RSS]

 Less work through Xcode and shell scripts
2011-12-16 @600
 
 iTunesCantComplain released
2011-10-28 @954
 
 Dennis Ritchie deceased
2011-10-13 @359
 
 Thank you, Steve.
2011-10-06 @374
 
 Cocoa Text System everywhere...
2011-03-27 @788
 
 Blog migration
2011-01-29 @520
 
 All you need to know about the Mac keyboard
2010-08-09 @488
 
 Review: Sherlock
2010-07-31 @978
 
 Playing with Objective C on Debian
2010-05-08 @456
 
 Fruit vs. Obst
2010-05-08 @439
 
 Mixed-language ambiguity
2010-04-15 @994
 
 Uli's 12:07 AM Law
2010-04-12 @881
 
 Uli's 1:24 AM Law
2010-04-12 @874
 
 Uli's 6:28 AM Law
2010-04-12 @869
 
 Uli's 3:57 PM Law
2010-04-12 @867
 

More...

Several applications fighting for a type...

I just spent a while on the phone helping a friend to figure out a problem she was having with Word on her iBook. Whenever she tried to print in Word, it complained that this wasn't a supported function. As it turned out, her iBook came with a demo of MS Office, and when she installed the copy of Office she'd bought, the demo wasn't removed. So, whenever she double-clicked an Office document, the demo would launch instead of the registered version, and the demo had printing turned off.

The lesson I learned from this is that, if I have an installer, I'll not only have it remove older versions (or at least offer to remove and warn the user). I will also make sure my demo can detect an installed copy of the final version and warn the user that the wrong version was probably launched. And I won't forget that "Don't warn me again" checkbox either.

And if you are a big software publisher whose apps suffer from this, it might be a good idea to file a bug with Apple to encourage them to provide a facility that allows marking certain versions of an application as "secondary" to another. So, the full version would be primary, the demo "secondary", and when both of them are installed, Finder would by default prefer the primary one. Also, it'd be nice if Apple introduced a more intelligent scheme for storing a version number that would allow Finder to detect beta versions and declare them secondary to their final version etc.

Filed as Bug ID #4355225. I know it's already Sunday, but it's the idea of Happy Apple Bug Friday that counts.

Reader Comments: (RSS Feed)
S�ren Kuklau writes:
Yes; this could basically be set up in LaunchServices as a "priority" field. Sounds like a decent idea.
Ahruman writes:
This could be implemented as a CFTypeRole value. Possibly setting the demo to Viewer and the real app to Editor would have the desired effect, but it isn�t documented well.
Or E-Mail Uli privately.

 
Created: 2005-11-27 @635 Last change: 2024-03-28 @906 | Home | Admin | Edit
© Copyright 2003-2024 by M. Uli Kusterer, all rights reserved.