Home Forums Software InstaDMG Office Update Patcher 0.2 – 2008 and 2011

Viewing 15 posts - 1 through 15 (of 19 total)
  • Author
    Posts
  • #379831
    dead2sin
    Participant

    I 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

    #379832
    andyinindy
    Participant

    Awesome, great work, Nate! I will try this out next week and report results.

    -Andy

    #379833
    bw38
    Participant

    Is this like the droplet for Office 2011 where one has to drop the Office Installer on it and it will do the rest?

    #379836
    dead2sin
    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

    #379930
    dead2sin
    Participant

    Here 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

    #380003
    mosen
    Participant

    Thanks d2s. I didn’t really look into 2011.. having some troubles even getting a base image here 🙂 but thats another story.

    #380004
    bw38
    Participant

    I 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.

    #380283
    dead2sin
    Participant

    I 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

    #380640
    dmueller
    Participant

    I 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

    #380642
    dead2sin
    Participant

    If 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

    #380649
    dmueller
    Participant

    Thanks Nate.

    #380670
    dmueller
    Participant

    It 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.

    #380672
    dead2sin
    Participant

    I 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

    #380680
    bw38
    Participant

    So 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.

    #380686
    dmueller
    Participant

    I 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 😉

Viewing 15 posts - 1 through 15 (of 19 total)
  • You must be logged in to reply to this topic.

Comments are closed