RICH DO NOT USE THIS TRASH! You normally get comments like this from people who haven't got a clue, so here's my justification: I suffered the problem you described when Software Update tried to install "Security Update 2004-09-07", but a simple permissions repair did the trick. So why this script? The link to your homepage from here is broken: "web.macosx/nl" instead of "web.macosx.nl" There, you have an anchor containing the text "SoftwareUpdateFix.zip" which links to a file called "SoftwareUpdateFix.dmg". What kinds of errors have you dropped into the script? Let's take a look shall we? do shell script "cp /Volumes/SoftWareUpdateFix/tar /usr/bin/" with administrator privileges Attempting to overwrite '/usr/bin/tar', without even checking for its existence is the WORST bit of scripting I've ever seen! How does an inexperienced user know the version of 'tar' you're distributing doesn't contain a handy little exploit? They don't, because you do it silently! And as a straight permissions repair makes the software update work anyway, why go replacing people's software at all!? Besides, your disk image is called "SoftwareUpdateFix", not "SoftWareUpdateFix". Good thing that cp has been made case insensitive now, isn't it? Maybe you should read a few programming books before releasing any more "helpful" trash like this again... (Version 1.1) |