Forum Replies Created

Viewing 15 posts - 46 through 60 (of 140 total)
  • Author
    Posts
  • in reply to: InstaUp2Date for iLife? #376594
    Rusty Myers
    Participant

    THAT makes sense. I would assume that mine is totally out of date and I would appreciate someone sharing their catalog for iLife updates too. If I had the time, I would install onto my base image and check software updates and relay the information, but I expect someone has already done this.

    Anyone?
    Rusty

    in reply to: InstaUp2Date for iLife? #376592
    Rusty Myers
    Participant

    I have a catalog that I include iLife 08 or 09 with. But I don’t understand what your looking for exactly?
    You can either include the package like any other, or check this thread: https://www.afp548.com/forum/viewtopic.php?showtopic=24699
    Rusty

    in reply to: OS upgrade #376583
    Rusty Myers
    Participant

    You can make a netboot (or is it netinstall) image of the DVD and install over the network. I’m not sure about automating the process or the installer choices…
    Rusty

    in reply to: ilife09 apps not installing #376579
    Rusty Myers
    Participant

    I’m using a 10.5.0 install DVD without any iLife. I add iLife 08/09 depending on licenses. I used the iLife installer DVD that is purchased separately. I re-packaged them using Composer 7.
    Rusty

    in reply to: ilife09 apps not installing #376576
    Rusty Myers
    Participant

    What about pulling the packages out with pacifist, or repackaging the installers. Can’t help with the installerchoices, haven’t changed mine in about a year and still using the old format.
    Rusty

    in reply to: Script for joining WPA2 Personal Wireless Network #376571
    Rusty Myers
    Participant

    Oh yes, it can! Check out this example:

    [code]#!/bin/bash

    #Written June 2009 by [email protected] and [email protected]

    qcancel=`/usr/bin/osascript << EOT tell application "System Events" tell application "System Events" to activate set agree_dialog to display dialog "This program will copy your PSU Access ID, Computer Name, Airport MAC address, and Ethernet MAC address into a file on the desktop. Email that file to [email protected] for access to the College of Education (COE) software. Please copy down the email address. Failure to email that file will result in denied access to the COE software. The EDUCATE program requires you to send this information. Please contact ETC at 814-865-0626 for more information. If you do not wish to send the above specified computer information, hit the cancel button. " buttons ["Cancel ", "Agree"] with title "EDUC KeyServer Agreement" default button "Cancel "
    end tell
    EOT`

    echo $qcancel

    if [ "$qcancel" = "button returned:Cancel " ]; then
    exit 0
    fi

    #Ask for PSU Access ID (abc1234) with Applescript
    accessid=`/usr/bin/osascript << EOT tell application "System Events" display dialog "Enter your PSU Access ID" default answer "e.g. abc1234" buttons ["OK"] default button "OK" set result to text returned of result end tell EOT` echo "PSU Access ID: $accessid" #Get Computer Name cname=`system_profiler SPSoftwareDataType | grep 'Computer Name' | awk '{print $3}'` echo "Computer Name: $cname" #Get Computer WMAC Address wmac=`ifconfig en1 | grep ether | awk '{print $2}'` echo "Wireless MAC: $wmac" #Get Computer MAC Address mac=`ifconfig en0 | grep ether | awk '{print $2}'` echo "Mac Address: $mac" file=$accessid".csv" echo "psuaccessid, computername, wirelessmac, mac" > ~/Desktop/$file
    echo “$accessid, $cname, $wmac, $mac” >> ~/Desktop/$file

    /usr/bin/osascript << EOT tell application "System Events" display dialog "Please email the file on your desktop named $accessid.csv to [email protected]. Be sure to copy this email address down before clicking OK." buttons ["OK"] default button "OK"
    end tell
    EOT

    exit 0[/code]

    in reply to: Createuser pkg — what am I doing wrong?? #376547
    Rusty Myers
    Participant

    You are correct, it wasn’t included, here is the link
    [url]https://www.afp548.com/filemgmt/index.php?id=76[/url]
    Rusty

    Rusty Myers
    Participant

    Are you using a retail copy of Leopard or are you using a cd from a computer?

    Rusty Myers
    Participant

    Check out JohnD’s guide:
    [url]http://web.me.com/johnd/JohnDs_Site/Tips_%26_Tricks/Entries/2009/4/29_Sys_Mgmt_Add-ons.html[/url]
    It also has a DeployStudio guide too, because when you give a mouse a cookie…
    Rusty

    in reply to: 10.5.7 and Console.app #376363
    Rusty Myers
    Participant

    I’m seeing this on my builds too, non server.
    Rusty

    in reply to: Flat packages #376304
    Rusty Myers
    Participant

    I am going to guess: re-package?

    Rusty Myers
    Participant

    [QUOTE][u]Quote by: typofonic[/u][p]How do I check out rev 187?

    “svn checkout http://instadmg.googlecode.com/svn/trunk/ instadmg-read-only” only checks out the newest version and I can’t seem to download it from google code?[/p][/QUOTE]

    FYI
    svn checkout -r 187 http://instadmg.googlecode.com/svn/trunk/ instadmg-read-only

    Rusty Myers
    Participant

    I had issues with 188, but it’s working for me with revision 187.

    in reply to: New version to try #376242
    Rusty Myers
    Participant

    Yes, all is well. 10.5.7 is building great and InstaDMG still rocks!

    in reply to: New version to try #376235
    Rusty Myers
    Participant

    Thanks, I’ll revert to the stable version. I’m using 10.5.7 on my host and building for 10.5.7.
    Rusty

    P.S. Building on Powermac G5

Viewing 15 posts - 46 through 60 (of 140 total)