Home Forums Software InstaDMG Quicktime success?

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #371259
    kvschep
    Participant

    Has anyone had success in including Quicktime in the image? Did you have to repackage the installer?

    The error in my app log tells me that in order to install Quicktime, it hast to be the currently booted volume.

    #371261
    Patrick Fergus
    Participant

    Try adding the following line below the line that reads “export COMMAND_LINE_INSTALL=1”

    [code]export CM_BUILD=CM_BUILD[/code]

    A quick check shows that adding that allows me to install QuickTime on a non-startup volume. Haven’t tested whether the package installs correctly, just that the install succeeds. YMMV.

    – Patrick

    #371278
    eholtam
    Participant

    We’ve had success.
    What we did was create a startup item that launches a custom installation script that installs the QT package, plus a few other updates.

    The StartupParameters.plist for the startup items contains:

    [code]
    {
    Description = “instaDMGStartup”;
    Provides = (“instaDMGStartup”);
    Uses = (“Disks”);
    OrderPreference = “Last”;
    }
    [/code]

    -Eric

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

Comments are closed