Re: Creating package for LEGO WeDo
Re: Creating package for LEGO WeDo
- Subject: Re: Creating package for LEGO WeDo
- From: "Alexander, Sean M" <email@hidden>
- Date: Wed, 18 Dec 2013 22:07:05 +0000
- Thread-topic: Creating package for LEGO WeDo
Tim,
If the Lego software allows it, you may want to investigate this option.
The option is, rather than creating your own installer, is to place the
application inside a disk image (DMG), then use ³Packages² to package the
DMG and a post-install script. The DMG would be placed in a hidden folder
(like /private/tmp) and the post-install script would mount the DMG, then
install the Lego application inside the DMG, then unmount the DMG {earlier
versions of Adobe Flash Player could be done this way, hence the example
below):
# mount DMG
/usr/bin/hdiutil mount -nobrowse /private/tmp/³Flash_Player.dmg"
# run installer via Terminal command
"/Volumes/Flash Player/Install Adobe Flash Player.app/Contents/MacOS/Adobe
Flash Player Install Manager" -install
# unmount DMG
/usr/bin/hdiutil detach "/Volumes/Flash Player²
The reason I suggest this method is you are essentially installing the
software locally on each machine, so it should still be vendor-supported
if something goes awry. You are just using the DMG as a deployment method.
Sean
>
>Message: 1
>Date: Wed, 18 Dec 2013 18:28:37 +0000
>From: Timothy Lings <email@hidden>
>To: "email@hidden" <email@hidden>
>Subject: Creating package for LEGO WeDo
>Message-ID:
><email@hidden>
>Content-Type: text/plain; charset="windows-1252"
>
>Hi
>
>I¹m not sure if this is the right place to post this, so apologies.
>
>I help run the IT at a Primary School and I¹m trying to create a package
>installer for LEGO¹s WeDo software for Mac. The supplied installer is a
>an App which launches a language-specific meta-package which then
>installs 5 or 6 different packages. Those packages don¹t work if
>installed over a network.
>
>I have been using ŒPackages¹ to create my own installer from a working
>installation of the software. Are there any tips on the best way to make
>sure I¹ve included all of the relevant files. I¹ve been using Pacifist
>as well to view the installed files and the post flight scripts.
>
>Any help would be much appreciated.
>
>Thanks
>
>Tim
>---
The information transmitted is intended only for the person or entity to which it is addressed and may contain confidential and/or privileged material. If the reader of this message is not the intended recipient, you are hereby notified that your access is unauthorized, and any review, dissemination, distribution or copying of this message including any attachments is strictly prohibited. If you are not the intended recipient, please contact the sender and delete the material from any computer.
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Installer-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden