How To Deploy OpenInsight 10 To Your Customers

Deployment in OpenInsight 10 is significantly different from prior versions. Because system information is now encrypted on a per-system basis, you must tell the copy of OpenInsight that you are changing the serial number (which is used in the encryption process) _before_ you change it. Failure to do this will result in a system that cannot be accessed (until you put the original serial number back into the system).

The steps to making a deployment as you want are as follows:

1. Request, and receive, the new authorization code from Revelation Software with the new serial number and new number of users;
2. In your "master" OpenInsight 10 system, in SYSPROG, go to the Settings/Users/Policy Setup menu choice in the IDE;
3. In the policy configuration window, check the box "System Deployment Preparation" and press the OK button;
4. In the Serial Number Entry dialog that appears, enter (and re-enter to verify) the new serial number you obtained from Revelation Software and press the OK button;
5. Clone your copy of OpenInsight

On the client system, your steps will be as follows:

1. Copy in the cloned copy of OpenInsight;
2. Update the license information with the new auth code/serial number/number of users (see below);
3. Run the clientsetup.exe routine found in your OpenInsight 10 folder

At this point, your client's copy of OpenInsight should be ready to run.

To update the license information, you have two choices. In the cloned copy of OpenInsight, you can start up the system with your _original_ authentication (just by starting up OpenInsight normally), and then go to the Settings/Application Settings menu in the IDE, and choosing "License Renewal". You will be prompted to enter the new authorization code, and – after confirming that the entered information is correct – you can save the new authorization information, shut down OpenInsight, and restart OpenInsight. You will find that the system is now running with the new serial number/number of users.

Alternatively, if you wish to ship out systems without your authorization file in it, you can use the (non-GUI) routine to create the new authorization file. This step can be done on your "master" copy of OpenInsight, before deployment to the client system.

Open up a DOS command prompt, and "cd" to your OpenInsight 10 folder. Type in the following:

REVAUTH OI <authcode> CLIENT.LIC

Where <authcode> is replaced with the authentication code you received from Revelation Software (which I believe you can put in quotes). So for example, you will type something like this:

REVAUTH OI “xxxxx-xxxxx-xxxxx-xxxxx-xxxxx-xxxxx” CLIENT.LIC

If there are any errors, REVAUTH will respond with "Invalid code entered: <errcode>". Otherwise, it will create a valid license file named CLIENT.LIC. Take that CLIENT.LIC file, and copy it into your "cloned" system, RENAMING IT TO REVENGINE.LIC. This will then become the license/authentication information for the "cloned" copy, and you should then be able to install that copy as outlined above. Please remember to run the clientsetup.exe after copying in the cloned copy.