- This topic has 18 replies, 6 voices, and was last updated 13 years, 11 months ago by
Tim Sutton.
-
AuthorPosts
-
November 13, 2010 at 3:03 pm #379831
dead2sin
ParticipantI updated Mosen’s Office Update Patcher to support the updates for Office 2011. It is kind of a beta right now, so test it well before using in production.
[url]http://dl.dropbox.com/u/11466/InstaDMGPatchOfficeUpdate0.2.dmg[/url]
Let me know if there are any issues.
Nate
November 13, 2010 at 3:12 pm #379832andyinindy
ParticipantAwesome, great work, Nate! I will try this out next week and report results.
-Andy
November 13, 2010 at 7:53 pm #379833bw38
ParticipantIs this like the droplet for Office 2011 where one has to drop the Office Installer on it and it will do the rest?
November 14, 2010 at 1:52 am #379836dead2sin
Participant[QUOTE][u]Quote by: bw38[/u][p]Is this like the droplet for Office 2011 where one has to drop the Office Installer on it and it will do the rest?[/p][/QUOTE]
Correct. Just drop your update .mpkg on it and it patches it to work with InstaDMG
Nate
November 19, 2010 at 2:28 pm #379930dead2sin
ParticipantHere is a slightly updated version (0.3).
[url]http://dl.dropbox.com/u/11466/InstaDMG%20PatchOfficeUpdate%200.3.dmg[/url]
This was made using Platypus for the drop app part, so it should be nearly instant 🙂
Nate
November 23, 2010 at 6:19 am #380003mosen
ParticipantThanks d2s. I didn’t really look into 2011.. having some troubles even getting a base image here 🙂 but thats another story.
November 23, 2010 at 11:48 am #380004bw38
ParticipantI noticed that I was able to use this patcher 0.3 on Update 14.0.1 and after creating an image with it, the hashcheck changed for the update. It was pretty strange. I created a new image and will confirm whether it changed again.
Also I haven’t gotten the other patchers to work before 0.3.
January 13, 2011 at 2:34 pm #380283dead2sin
ParticipantI forgot to post the latest office Update patcher. Here is version 0.4, it also handles the Communicator update.
[url]http://dl.dropbox.com/u/11466/InstaDMG%20PatchOfficeUpdate%200.4.dmg[/url]
Nate
April 12, 2011 at 9:58 pm #380640dmueller
ParticipantI just tried this with the new update (14.1.0) and it fails to apply through Instadmg.
Nate, Is there a list of things you modify through your patcher that I could use as a reference?
Regards,
-Dennis
April 12, 2011 at 11:44 pm #380642dead2sin
ParticipantIf you dig in the patcher.app you can find the script. Here are the contents of the script:
[url]http://pastebin.com/XCG11QsK[/url]
I’ll update the patcher itself in a bit.
Nate
April 13, 2011 at 4:29 pm #380649dmueller
ParticipantThanks Nate.
April 19, 2011 at 12:00 am #380670dmueller
ParticipantIt looks like some changes took place in the office_update script that may explain why this installer is not cooperating.
[code]# Get install location
#install_location=os.path.dirname(mso_folder)
# 2011-02-25 – The updater now uses the full path in the updatables, so used installer volume (“/”) instead of mso_folder (“/Applications/”)]
# This also allows us to use updatables in /Library
install_location=os.path.dirname(install_volume)[/code]This distributes fine through ARD, but not through DeployStudio, nor Instadmg. I’m kind of surprised as nary a search engine pulls anything much up on people trying to distribute this update.
April 20, 2011 at 12:13 pm #380672dead2sin
ParticipantI distribute it with Munki now, which is why I’ve not spent much time on getting this updated 🙁 Sorry. Work has me doing lots of Windows stuff, so I have not had time for much other stuff.
Nate
April 23, 2011 at 12:22 am #380680bw38
ParticipantSo I’ve been doing some research and I found this interesting piece of information: http://mailman.intermedia.net/pipermail/casper/2010-October/008795.html
I was comparing a modified 14.0.2 patch to a non-modified 14.1.0 patch (when I say modified, I’m talking about using the droplet app provided in this thread). I looked at the distribution.dist file for both patches and noticed this piece of information in the 14.1.0 distribution.dist file
[code]
function VolumeMeetsOSRequirements() {
return (TargetVolumeMountpointIsRoot() && volumeOs1058OrHigher() && volumeHasUpdatableVersion()) ;
}function TargetVolumeMountpointIsRoot()
{
var result = false;
try
{
result = my.target.mountpoint == "/";
} catch (e) {}if (!result)
{
my.result.type = ‘Fatal’;
}
return result;
[/code]
The link I provided earlier indicates that this was only a problem for Casper, not InstaDMG. But I’m wondering if there has been a change since then? Maybe I’m getting close to the issue or I’m completely off base. But I’ll continue to do some more research and testing.April 26, 2011 at 3:51 pm #380686dmueller
ParticipantI have tried a few different things with distribution.dist and one or two of the scripts (office_updatable) in Resources to no avail (short of generating cool errors in the debug logs). Microsoft Update seems to go, but none of the package updates apply. The patch works great in munki and ARD but not through DeployStudio (even as a firstboot install) nor Instadmg. I wish I was a little more fluent with the installer scripts, but at least they added notes to in the scripts 😉
-
AuthorPosts
- You must be logged in to reply to this topic.
Comments are closed