Setup kit: Difference between revisions

From Axel Public Wiki
Jump to navigation Jump to search
No edit summary
Line 24: Line 24:


# Download LogicLab redistributable archive available on your '''customer page'''
# Download LogicLab redistributable archive available on your '''customer page'''
# Copy it to your working directory  ''L:\Test\MyLogicLabSetup'' and extract all files overwriting existing ones. Please note : Only the LogicLab binaries will be updated, your customization won't be affected.
# Copy it to your working directory  ''L:\Test\MyLogicLabSetup'' and extract all files, overwriting existing ones. Please note : Only the LogicLab binaries will be updated, your customization won't be affected.
# If you need any further customizations on the catalog then perform them.
# If you need any further customizations on the catalog then perform them.
# Run the Inno Setup compiler script  ''L:\Test\MyLogicLabSetup\Setup\LogicLab.iss''
# Run the Inno Setup script  ''L:\Test\MyLogicLabSetup\Setup\LogicLab.iss'' and compile it.
# Your setup file is created into ''L:\Test\MyLogicLabSetup\Setup\Output'' folder and ready to be distributed
# Your setup file is created into ''L:\Test\MyLogicLabSetup\Setup\Output'' folder and ready to be distributed



Revision as of 14:51, 13 January 2015

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

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

REQUIREMENTS

CREATE YOU FIRST SETUP FILE

The first time Axel releases to you a setup-kit archive that contains LogicLab binaries and all other files needed (script, catalog files, setup files, common dll, standard images and icons) to create your own setup and to start to customize it.

  1. Download your setup-kit archive available on your Quixplorer page
    FolderQuix.png
    , reachable from your customer page
  2. Extract the archive file in your working directory es: L:\Test\MyLogicLabSetup\
  3. Apply the customizations you need, including :
    • Custom graphical appearance, featuring custom icon, splash screen, and welcome page. See LLMakeCustomVersions.bat
    • Libraries
    • Sample projects
    • Arbitrarily complex wizards, for meta-programming or to support to your products (for example, firmware upgrade, automatic generation of text/binary files so on)
    • Additional documentations
  4. Run the Inno Setup compiler script L:\Test\MyLogicLabSetup\Setup\LogicLab.iss
  5. Your setup file is created into L:\Test\MyLogicLabSetup\Setup\Output folder and ready to be distributed

UPDATE YOUR SETUP FILE

LogicLab new releases are available on your customer's page. When you need to upgrade your setup in order to include the new version of LogicLab, follow this procedure.

  1. Download LogicLab redistributable archive available on your customer page
  2. Copy it to your working directory L:\Test\MyLogicLabSetup and extract all files, overwriting existing ones. Please note : Only the LogicLab binaries will be updated, your customization won't be affected.
  3. If you need any further customizations on the catalog then perform them.
  4. Run the Inno Setup script L:\Test\MyLogicLabSetup\Setup\LogicLab.iss and compile it.
  5. 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