Home Forums Software InstaDMG Looking for ClearReg.dmg

Tagged: ,

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #382363
    David
    Participant

    I’m shockingly new to this whole scene and I’m looking for the ClearReg.dmg file. I’ve done many googles but everything leads me back to this site where I get “There are no posts in this category”. Can someone help me out? Thanks for any help.

    #382372
    rmaccaul
    Participant

    I too am looking for ClearReg.dmg. I’m working on InstaDMG for the first time and I’m making great progress but since AFP548 site redesign, the software download section seems to be missing. All links from Google searches point to the following location on afp548: https://www.afp548.com/filemgmt/?id=71   “There are no posts in this category” message is displayed.    I did find a helpful tip on what’s included in Clear Reg.dmg here: http://www.coolestguyplanettech.com/create-an-updated-image-of-os-x-lion-10-7-with-a-local-user-account-using-instadmg/

    The pkg file includes the following files in the following location:

    /Library/Receipts/.SetupRegComplete
    /private/var/db/.AppleSetupDone
    Can someone point to a location to download the ClearReg.dmg??
    Thanks!
    #382378
    Anthony Reimer
    Participant

    clearReg is a payload-free package. That is, it runs a script (in this case, postflight) but does not install any files per se. You can recreate this package yourself using a packaging tool like Composer or PackageMaker. Here is the script:

    #!/bin/sh
    touch "$3/Library/Receipts/.SetupRegComplete"
    touch "$3/private/var/db/.AppleSetupDone"
    exit 0

    #382401
    David
    Participant

    Thanks jazzace. I’ll put that in :).

    #382436
    Greg Neagle
    Participant

    I can’t help you with ClearReg.dmg, but here’s a package that does the exact same thing:

    https://dl.dropbox.com/u/8119814/DisableSetupAssistant.pkg.zip

    #382437
    David
    Participant

    Awesome, thanks 🙂

    #382475
    88gb525dxQK4gt6u
    Participant

    Original file uploaded here http://dl.dropbox.com/u/6496412/clearReg.dmg

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

Comments are closed