Nicholas Riley’s Weblog
Thoughts from a computer science graduate student,
medical student and Cocoa programmer (this week).

Skip over navigation
December 2002
Sun Mon Tue Wed Thu Fri Sat
1 2 3 4 5 6 7
8 9 10 11 12 13 14
15 16 17 18 19 20 21
22 23 24 25 26 27 28
29 30 31        
Nov   Jan

made with
Click here to visit the Radio UserLand website.

Click on the coffee mug to add Nicholas Riley's Instant Outline to your Radio UserLand buddy list.

 

>
Sunday, December 8, 2002
 
A few tips for dealing with broken Installer VISE installers, which I discovered this weekend while upgrading my PowerBook to Jaguar:

Does the installer require you to authenticate? Delete the contents of /var/root/.Trash to reclaim space on your hard drive after the installer has finished. Installer VISE correctly moves files to the Trash instead of deleting them outright, but unfortunately it's root's Trash. My PowerBook had 85 MB of files in there, primarily old copies of Office X components.

Does the installer quit all open applications for you? The FaxSTF 10.0.8 and Office X 10.1.2 updaters want to, but there's no point doing so under OS X, as you can relaunch applications as the installer is working and create the same problems that this action is designed to work around. Instead of clicking Install, open Script Editor and type this script:

tell application "Office X 10.1.2 Update" to DoAutoInstall
Replace "Office X 10.1.2 Update" with the name of the broken installer. Then click Run, and the installer will execute without quitting any applications. Make sure you quit the applications you're upgrading, however. [This tip courtesy Rosyna]. 5:32:27 PM | reply []


Looking for older (or newer) material? Click another date on the calendar at the top of this page.