Activating LiveCode for all users on one workstation
Posted: Tue May 17, 2011 9:34 am
Hi,
I am hoping that someone can help before I get in contact with technical support. I'm a classroom teacher with 20 mac workstations and I would like to activate LiveCode so that it successfully opens no matter which of my students is logged into it without asking for the license details.
I have been given the following instructions for activating LiveCode for more than one account which are out of the release notes but I need more detailed step by step instructions as I have no idea where to begin.
Can anyone help?
Regards,
Steven Whyte
Instructions below:
Command-line activation
In a similar vein to installation, it is now possible to activate an installation of LiveCode for all users
of that machine by using the command-line. When invoked in this fashion, no GUI will be
displayed, activation being controlled by any arguments passed.
On both platforms, the command is of the form:
<exe> activate -file license -passphrase phrase
This command will load the manual activation file from license, decrypt it using the given
passphrase and then install a license file for all users of the computer. Manual activation files can
be downloaded from the 'My Products' section of the RunRev customer accounts area.
This action can be undone using the following command:
<exe> deactivate
Again, as the LiveCode executable is actually a GUI application it needs to be run slightly
differently from other command-line programs.
In what follows <livecodeexe> should be replaced with the path to the installed LiveCode
executable or app that has been previously installed.
On Mac, you need to do:
“<livecodeexe>/Contents/MacOS/LiveCode” activate -file license -passphrase phrase
“<livecodeexe>/Contents/MacOS/LiveCode” deactivate
On both platforms, the result of the activation will be written to the console.
I am hoping that someone can help before I get in contact with technical support. I'm a classroom teacher with 20 mac workstations and I would like to activate LiveCode so that it successfully opens no matter which of my students is logged into it without asking for the license details.
I have been given the following instructions for activating LiveCode for more than one account which are out of the release notes but I need more detailed step by step instructions as I have no idea where to begin.
Can anyone help?
Regards,
Steven Whyte
Instructions below:
Command-line activation
In a similar vein to installation, it is now possible to activate an installation of LiveCode for all users
of that machine by using the command-line. When invoked in this fashion, no GUI will be
displayed, activation being controlled by any arguments passed.
On both platforms, the command is of the form:
<exe> activate -file license -passphrase phrase
This command will load the manual activation file from license, decrypt it using the given
passphrase and then install a license file for all users of the computer. Manual activation files can
be downloaded from the 'My Products' section of the RunRev customer accounts area.
This action can be undone using the following command:
<exe> deactivate
Again, as the LiveCode executable is actually a GUI application it needs to be run slightly
differently from other command-line programs.
In what follows <livecodeexe> should be replaced with the path to the installed LiveCode
executable or app that has been previously installed.
On Mac, you need to do:
“<livecodeexe>/Contents/MacOS/LiveCode” activate -file license -passphrase phrase
“<livecodeexe>/Contents/MacOS/LiveCode” deactivate
On both platforms, the result of the activation will be written to the console.