Apple Remote Desktop Dmg File

In general, open up the dmg (click or double click depending on where it is) and there is the package. Drag it out of the window it is in to copy somewhere else (like the desktop). Then use ARD to install the package. You can ditch the dmg file at that point. Oct 07, 2019 Support for the Touch Bar. Step 2: Copy files to target Mac machines. Once the target Mac machines are added to the Apple Remote Desktop software, you can copy the package and script files to the target Macs. To copy the files, Open the Apple Remote Desktop Admin software installed on your administrator Mac, and click the 'All Computers' tab. By installing remotely, without user interaction, using Apple Remote Desktop. This is a good method to use if you are generally using Apple Remote Desktop for software distribution. With Apple Remote Desktop you can add pre- and post-installation scripts that allow you to join the remote computer to a domain after installation; see Installing. Apple Remote Desktop 3 is a powerful desktop management solution for all your networked Mac OS X computers. You can automatically distribute software, remotely configure and control systems, offer real-time online help to end users, create detailed software and hardware reports, and automate your IT workflows.

How do I install a Sketchpad version 5 School/Institution License on multiple computers using Apple Remote Desktop (ARD)?

Getting Ready to use Sketchpad

You have two tasks to perform before students and faculty can use GSP5:

  1. 'Install' - Ensure the software is in place on your Macs.
  2. 'Register' - Ensure your GSP software license is registered and activated on all of your Macs.

Apple Remote Desktop (www.apple.com/remotedesktop/), also known as ARD, makes it easy to centrally manage both of these tasks for networked computers across your lab, building, or even across multiple buildings. We'll highlight the process by referring to the Administrator’s Guide (currently found online at images.apple.com/remotedesktop/pdf/AdministratorsGuide20061116.pdf). If you're not already familiar with using Apple Remote Desktop for distributing software, we recommend you take a few minutes to view the tutorial at www.apple.com/remotedesktop/tutorials/ softwaredistribution.html provided by Apple, which provides a context for the instructions below.

Step 1 – Install

There are two different approaches to installing GSP5 onto client computers via Apple Remote Desktop. The first approach is most suitable to single-lab installations where there a limited number of computers that are all connected to the network and turned on. The second is better suited to school-wide or district-wide implementations that might also include 1:1 laptop implementations. When you can't ensure all computers are on the network and turned on, you'll need to let ARD's Task Server capabilities manage the rollout of GSP5 for you.

  1. Key Curriculum Press provides GSP5 as an Apple disk image (known as a .dmg file). This is the easiest form for manual installation, one computer at a time. You can use the Copy Files command to copy the entire .dmg file and open it on all the client computers (as shown in the third demo of the Apple tutorial movie mentioned above). If so, you need to use ARD to issue a single Unix command to all the client computers that would copy the files from the opened .dmg file to the Applications folder. Then you need to issue a second Unix command to close and dispose of the .dmg files (thus saving space and cleaning up the desktops on all the computers).
  2. The other approach is to use Apple's PackageMaker (included free with ARD) to construct a .pkg file from the contents of the GSP5 .dmg file. You can then use the second scenario in the ARD tutorial movie to let ARD's Task Server manage the automatic installation of copies of GSP5 as the computers are turned on (or brought back from home in the case of 1:1 laptop initiatives). The instructions for PackageMaker can be found with your copy of ARD, or at developer.apple.com/DOCUMENTATION/DeveloperTools/Conceptual/
    PackageMakerUserGuide/PackageMaker_UserGuide.pdf

For the first option, you can review the section Copying Files starting on page 108 of the ARD Administrator's Guide. For the second option, you'll need to review the 28-page PackageMaker guide and the section Installing Software on Offline Computers starting on page 104 of the ARD Administrator's Guide.

Step 2- Register

If you launch an unregistered copy of GSP5, it asks you to either:

  • Enter your License Name and Authorization Code.
  • Go to the Key Curriculum Press online store to buy a license.
  • Run in Preview mode (limited functionality which also shuts down after 20 minutes use).

This makes sense for individual teachers or students buying their own copy, but isn't convenient for an administrator who manages many computers. Fortunately, you can issue Unix commands to GSP5 that will allow you to register and activate your license. As with the decision on how to Install the software to your computers, you have a related choice in how to use ARD to issue the commands to all your computers.

  1. If you have chosen to use the Copy Files approach to install the software and have already used ARD to copy the .dmg file to each computer and to issue a Unix command to copy the files from the opened .dmg file to the Applications folder on each computer, then you merely need to issue an additional Unix command to register GSP5. The syntax for this is the following (use the values provided on your invoice or order confirmation for LicenseName and AuthorizationCode).

    Sketchpad_Executable -license register -name 'LicenseName' –code AuthorizationCode -all_users_only

  2. Sketchpad_Executable refers to the complete path (location) and name of the inner executable contained with the Sketchpad application bundle. The location and name of Sketchpad_Executable is (assuming you haven't changed the name or location of the folder for Sketchpad)

    /Applications/Sketchpad/GSP5.app/Contents/MacOS/GSP5_Rel_KCPT_31_105

    where /Applications/Sketchpad is the default location of the Sketchpad application bundle and GSP5.app/Contents/MacOS/GSP5_Rel_KCPT_31_105 is the location of the inner executable within the bundle.

  3. If you have chosen to use Apple's PackageMaker to create a .pkg file that can be distributed and installed via ARD's Task Server, you can still issue the Unix command above one or more times as more and more computers finish installation. However, you can also add the Unix command into the package as a 'postinstall' step before you install the package. The advantage of adding the registration command is that by combining the Install and Register steps within the package, you can use ARD and its Task Server to automate the complete GSP installation to all your computers.
Note: It is important that you protect not only the LicenseName and AuthorizationCode, but also any package that embeds them. Providing any of these items to an unauthorized user is tantamount to violating your license agreement for GSP5.

Deregistering Sketchpad

There are four common reasons to do this:
  1. You want to assure that you can successfully install and run Sketchpad on new computers without using more than the limited number of registrations allowed for the license.
  2. Your institution bought a 1-year license and you wish to replace your current licenses with new licenses.
  3. You are decommissioning computers (either to replace them or sell them as surplus/salvage) and wish to ensure that Sketchpad isn't being used in a non- compliant manner.
  4. Some 1:1 laptop initiatives deliver the computers to students when they graduate minus any software that wasn't provided as part of the initiative. If you wish to leave Sketchpad on the laptops in evaluation mode (and let students decide if they subsequently want to buy their own copy) all you need to do is deregister the software to remain compliant with your own license.

This is very simple to do with a variant of the Unix command used to register GSP: Preparation dalf c1.

Sketchpad_Executable -license deregister -name 'LicenseName' –code AuthorizationCode

We require the LicenseName and AuthorizationCode as before to limit accidental deregistration by a student or teacher. This will reduce the need for you to make 'house calls' for computers on which GSP5 'mysteriously' stops working.
As with registration, issuing Unix commands to a set of client computers managed by ARD is described in the section Executing a Single UNIX Command starting on page 148 of the ARD Administrator's Guide. You can issue the deregister command to any or all of the client computers as you desire.

Deleting Sketchpad

Strictly speaking, this is outside the scope of this document. There is nothing different about using ARD to delete Sketchpad than using ARD to delete any other files from the client computers. See the section Using Report Windows to Work with Computers starting on page 128 of the ARD Administrator's Guide.

Desktop

More Information

Apple remote desktop dmg file extension

For more details on silent installs and command-line registration options, see the silent installation and command-line options page.

The Centrify DirectControl Agent for Mac can be installed in several different ways. The procedure in this section shows how do so by double-clicking the Centrify Installer package (DMG) and following the instructions displayed on the screen. This installation method is recommended for most users when installing on a single computer or a limited number of computers.

When you use the Centrify package installer, you will be prompted to join the domain. You may also join the domain after installation using either the adjoin command-line program or the Centrify Directory Access plug-in.

Centrify provides a number of other ways to install the Centrify DirectControl Agent for Mac:

  • By executing the Centrify DirectControl Agent for Mac installation script, install.sh in a Terminal window on a Mac computer and following the instructions displayed by the script.

    If you are an experienced UNIX administrator and are familiar with UNIX command-line installations, running install.sh is a good method to use. When you install using the install.sh script, you can automatically join an Active Directory domain as part of the installation process; see Installing using the install.sh script for details.

  • By installing remotely, without user interaction, using Apple Remote Desktop. This is a good method to use if you are generally using Apple Remote Desktop for software distribution. With Apple Remote Desktop you can add pre- and post-installation scripts that allow you to join the remote computer to a domain after installation; see Installing silently on a remote computer for details.

Apple Remote Desktop Dmg File Converter

To install the Centrify DirectControl Agent for Mac on a Mac computer using the graphical user interface:

Apple Remote Desktop Dmg File Download

  1. Before installing the Centrify DirectControl Agent for Mac, disable Apple’s built-in Active Directory plug-in, and remove Active Directory from the Authentication, and Contacts search paths. For more information, see Disabling Apple’s built-in Active Directory plug-in.
  2. In addition, be certain that the Apple Directory Utility is closed.
  3. Log on with the Administrator account.
  4. Navigate to the directory on the CD or your local network where the agent package is located. For example, if you are installing from the Centrify CD, open the MacOS directory.
  5. Double-click the DMG file, for example:
  6. Double-click ADCheck to open the ADCheck utility.

    ADCheck performs a set of operating system, network, and Active Directory checks to verify that the Mac computer meets the system requirements necessary to install the Centrify DirectControl Agent for Mac and join an Active Directory domain.

  7. Enter the domain you intend to join with the Mac computer and click AD Check; for example:

  8. Review the results of the checks performed. If the target computer, DNS environment, and Active Directory configuration pass all checks with no warnings or errors, you should be able to perform a successful installation and join the specified domain. If you receive errors or warnings, correct them before proceeding with the installation; see the Administrator’s Guide for Linux and UNIX for more information about ADCheck.

  9. Double-click the CentrifyDC package to open the Installer:

  10. Review the information in the Welcome page, then click Continue.

  11. Review or print the terms of the license agreement, then click Continue; click Agree to agree to the terms of the license agreement. Then click Install (note that you cannot change the volume on which the agent is installed — it must be on the same volume as Mac OS X). Nonton ai no kusabi sub indo school.

  12. If prompted, enter the administrator name and password, and click Install Software to install the Centrify DirectControl Agent for Mac.

    If you see the following warning box, click OK. If you did not have Directory Utility running during the installation, you can ignore the warning. If Directory Utility was open, you can quit and restart it to show the correct status of the Centrify plug-in.

    The installation process runs and presents the Installation Completed page once the Centrify DirectControl Agent for Mac is installed.

  13. Select Launch Centrify Join Assistant if you want to join a domain, then click Continue.

    Note: If you know that you want to use Centrify zones in your environment, exit the installer now. You must create zones first, before you can join to one. Refer to Deciding when and how to join a domain for more information.

    If you chose not to launch the Centrify Join Assistant before clicking Continue, the installer presents a summary indicating that the installation was successful. Dymo letratag xr label maker user manual. You can now close the installer.

    If you chose to launch the Centrify Join Assistant, you can start the process of Joining an Active Directory domain.