Difference between revisions of "CD Player"

 
m
Line 7: Line 7:
 
You will need the following:
 
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)
 
* 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.
+
* An installed instance of the latest build of Analytica -- must be Analtyica 4.2.0.20 or later. You will grab the key files from that installation directory (so that you get the latest files at the time you are doing this).
 
* 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.
 
* 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.
  
Line 22: Line 22:
 
  open=Analytica.exe "xxxxxxxx.ana"
 
  open=Analytica.exe "xxxxxxxx.ana"
 
  icon=Analytica.exe,1
 
  icon=Analytica.exe,1
Save this as Autorun.inf
+
:Save this as Autorun.inf
  
 
;Step 3: Insert a blank CD into a CD Read/Write drive.
 
;Step 3: Insert a blank CD into a CD Read/Write drive.
Line 28: Line 28:
  
 
;Step 4: Add files to CD image
 
;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:
+
:Open a second Files Explorer window and drag the following files to the CD image folder opened in Step 4.  All these files should appear at the top level directory -- not in any subdirectory.  Those shown in italics are taken from your Analytica install directory:
 
  Analytica.bat
 
  Analytica.bat
 
  Autorun.inf
 
  Autorun.inf
Line 44: Line 44:
 
  ''Tutorial.pdf''
 
  ''Tutorial.pdf''
 
  ''UsersGuide.pdf''
 
  ''UsersGuide.pdf''
 +
''Library'' directory (optional)
 +
''Example Models'' directory (optional)
 +
''Tutorial Models'' directory (optional)
 
''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.''
 
''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.''
  
Line 49: Line 52:
 
:Press ''Write these files to CD'' on the CD Writable window
 
:Press ''Write these files to CD'' on the CD Writable window
  
;Step 6: Print and label
+
;Step 6: Print label for the CD
:This is left up to you...
+
:The design and printing of a label up to you.

Revision as of 18:34, 17 July 2009

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.20 or later. You will grab the key files from that installation directory (so that you get the latest files at the time you are doing this).
  • 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. All these files should appear at the top level directory -- not in any subdirectory. 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
Library directory (optional)
Example Models directory (optional)
Tutorial Models directory (optional)

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 label for the CD
The design and printing of a label up to you.
Comments


You are not allowed to post comments.