Setup kit

From Axel Public Wiki
Revision as of 16:12, 13 January 2015 by Axelpwiki (talk | contribs)
Jump to navigation Jump to search

The LogicLab Setup-Kit allows the customer to create and distribute a custom version of the LogicLab IDE, additional components and catalog.

With your first release of LogicLab, you receive, available on your customer page, a Setup-Kit with the necessary file structure to produce a LogicLab install executable.

You can then further customize the Setup-Kit to obtain a final LogicLab setup executable file, ready to be distributed. LogicLab can be customized in many ways (program name,install location, splash screen, about screen and informations, version, icons) and you can directly change these items by editing simple batch scripts.

LogicLab updates released by Axel are distributed as simple ZIP files containing the program binaries. These files are called LogicLab redist. packages and are available on you customer page

To create your your LogicLab custom setup executable file for distribution please follow this procedure:

PRE-REQUIREMENTS

Create your own setup file for the first time

  1. Extract the archive file of your Setup-Kit in your working directory es: L:\Test\MyLogicLabSetup\
  2. Apply the customizations you need
  3. MAKE SETUP FILE

Create a new version of your setup file

  1. Extract the archive file of the LogicLab redist to your working directory root L:\Test\MyLogicLabSetup overwriting all existing files. Please note: Only the LogicLab binaries will be updated, your customization won't be affected.
  2. If you need any further customizations then perform them.
  3. MAKE SETUP FILE

Make setup File

  1. Run the Inno Setup script L:\Test\MyLogicLabSetup\Setup\LogicLab.iss and compile it.
  2. Your setup file is created into L:\Test\MyLogicLabSetup\Setup\Output folder and ready to be distributed


Note: For any further information please refer to LogicLab Technical reference documentation