Talk About Network

Google


Register and Login
Nick
Password
Register create new account Sign up is FREE and you can post replies, new topics, bookmark posts and more!
Recover lost password


Mac > Office for Mac > Re: 12.0.1 Upda...
Latest [ Topics | Posts ] Archive Post A New Topic Post a Reply
<< Topic < Post Post 7 of 9 Topic 5193 of 5718
Post > Topic >>

Re: 12.0.1 Update

by pkespen@[EMAIL PROTECTED] May 8, 2008 at 07:38 AM

I was also having the problem where the Office 2008 12.0.1 update installer
was failing with an alert and telling me that there was nothing to update.

I tried all the suggestions already put forward here (removing,
reinstalling, etc.) and none of them worked.

I don't like guessing, there's got to be a reason that the update
installer thinks there's nothing to update

So since I know DTrace and Leopard now has DTrace, I wrote a short DTrace
script to examine all files that Installer was opening as it happened:

#!/usr/sbin/dtrace -qs

syscall::open*:entry
/execname == "Installer"/
{
    printf("filename=%s\n",copyinstr(arg0));
}

and ran it. Turns out that when the Installer gets to the point that it's
going to start installing the update, it actually tries to update the
virtual disk that the update is mounted from and running out of, instead
of the hard drive, despite the fact that I told it to update the hard
drive during the installer dialog. Same thing happens when the Microsoft
Office 2008 DVD is mounted when the update installer is running.

So, I copied the 12.0.1 update installer from the virtual disk to my
desktop and ejected the virtual disk and the Office 2008 DVD.

Reran the 12.0.1 update installer from my desktop and it working
perfectly.

Problem solved.
 




 9 Posts in Topic:
12.0.1 Update
danson@[EMAIL PROTECTED]   2008-04-30 02:14:55 
Re: 12.0.1 Update
Diane Ross <diane@[EMA  2008-04-30 16:08:10 
Re: 12.0.1 Update
danson@[EMAIL PROTECTED]   2008-05-02 00:14:44 
Re: 12.0.1 Update
Diane Ross <diane@[EMA  2008-05-02 16:58:03 
Re: 12.0.1 Update
Bates <nw1008@[EMAIL P  2008-05-07 04:45:46 
Re: 12.0.1 Update
Diane Ross <diane@[EMA  2008-05-07 15:48:51 
Re: 12.0.1 Update
pkespen@[EMAIL PROTECTED]  2008-05-08 07:38:10 
Re: 12.0.1 Update
Diane Ross <diane@[EMA  2008-05-08 19:05:32 
Re: 12.0.1 Update
danson@[EMAIL PROTECTED]   2008-05-17 23:02:48 

Post A Reply:
  Go here to Signup

AddThis Feed Button


About - Advertising - Contact - Frequently Asked Questions - Privacy Policy - Terms of Use - Signup

Contact
tan12V112 Fri Sep 5 3:21:53 CDT 2008.