Activating PitStop Pro using a command-line tool (Mac OS)

Use this task to activate multiple systems over your network without physically going to each computer.

You must have:
  • An Enfocus ID. If you don't have one yet, go to the Account section of the Enfocus website and create one.
  • A volume license product key
  • ActivationTool.zip (delivered when you buy a volume license product key)

To activate PitStop Pro using a command-line tool

  1. Extract ActivationTool.zip to a temporary folder.
  2. Create a script with the following syntax:
    #!/bin/sh
    `dirname $0`/enfocus_activationtool -act -pk <product_key> -a <account_name> <account_password>
    Where:
    Entry Description
    <product_key> Your volume license product key.
    <account_name> Your Enfocus ID
    <account_password> Your Enfocus ID password.
  3. Save the file with the .command extension in the ActivationTool folder.
  4. Open the terminal ( Applications > Utilities > Terminal ) and enter the following command:
    chmod 755 <file_path_and_name>
    Where <file_path_and_name> is the file path and name of your script.
    Tip: Instead of typing <file_path_and_name>, you can drag your .command file to the command line.
  5. Copy the ActivationTool folder to the system where the product needs to be activated.
  6. In the copied folder, double-click the .command file to activate PitStop Pro on that system.
  7. Repeat steps 5 and 6 for all other systems where you want to activate PitStop Pro.
    Note: The maximum number of activations is limited by your volume license product key.