CD Player

Revision as of 16:45, 17 July 2009 by Lchrisman (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

The CD Player is a mode of the Analytica Player edition that can be burned to a CD, such that when an end-user inserts the CD into his computer, Analytica Player runs directly from the CD without having to install anything. The CD Player makes no changes to the file system or system registry, allowing it to be run on computers subject to restrictions on installing unapproved software.

Burning a CD Player Disk

The following outlines the steps required to burn a CD with CD Player. It is assumed that you will also want to include your own Analytica model on the disk image. By following the instructions here, Analytica Player will launch and load your model when a user inserts the CD, or if he runs Analytica.bat from the CD.

You will need the following:

  • Your model, referred to here as xxxxxxxx.ana. (The xxxxxxxx will be replaced with your file's name, of course)
  • An installed instance of the latest build of Analytica -- must be Analtyica 4.2.0 (for beta testers, build 20 or later). You will grab the key files from that installation directory.
  • The license file: CDPlayer.lic containing the analytica_cdplayer license. At this time, Lumina provides this separately after appropriate arrangements have been made to qualify you as a re-distributor of this software.
Step 1
Create Analytica.bat
This file allows people to easily launch Analytica with your model by running the batch file. To create, launch a text editor (e.g., TextPad or NotePad), and type the following lines (substituting xxxxxxxx.ana for your model name):
pushd %~d0%~p0
Analytica.exe "xxxxxxxx.ana"
popd
Save the file as Analytica.bat
Step 2
Create Autorun.inf
This file causes your model to automatically launch when the CD is inserted into the drive. Again, launch a text editor and type the following lines with xxxxxxxx.ana replaced by your model filename:
[autorun]
open=Analytica.exe "xxxxxxxx.ana"
icon=Analytica.exe,1

Save this as Autorun.inf

Step 3
Insert a blank CD into a CD Read/Write drive.
When prompted, select: Open writable CD folder using Windows Explorer
Step 4
Add files to CD image
Open a second Files Explorer window and drag the following files to the CD image folder opened in Step 4. Those shown in italics are taken from your Analytica install directory:
Analytica.bat
Autorun.inf
xxxxxxxx.ana
CDPlayer.lic
Analytica.exe
Analytica.ini
Analytica.rsr
ASIFONT.FON
asifont.map
ASIPORT.RSR
license.rtf (optional)
license.txt
Readme.txt
Tutorial.pdf
UsersGuide.pdf

Note: You can optionally customize license.txt and Readme.txt; however, you must leave Lumina's licensing terms in tact in license.txt and clearly distinguish between what terms are from Lumina and what terms you have added for your own model. If you customize, do that before copying the image.

Step 5
Burn the image
Press Write these files to CD on the CD Writable window
Step 6
Print and label
This is left up to you...
Comments


You are not allowed to post comments.