Skip to content
This repository was archived by the owner on Feb 21, 2020. It is now read-only.

bcmi-labs/ArduinoInstaller

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Arduino IDE Windows Installer

this repository contains the Nullsoft Scriptable Install System (NSIS) script used to create the Windows installer of Arduino IDE.

Tools and Requirements

Instructions

Working Directory Structure

your Working Directory should be similar to:

  • LOCAL_FILES_PATH/
    • script.nsi
    • License.txt
    • files/

Where:

  • LOCAL_FILES_PATH : Local path to your Working Directory e.g.: C:\Users\Sergio\ArduinoInstaller
  • script.nsi: is the NSIS script file
  • License.txt: is the license file that comes with this repo.
  • files: is a directory which contains the Arduino IDE files

First steps

Install NSIS into your Windows PC and then open the .nsi script file and change LOCAL_FILES_PATH variable as explained above.

Unzip the Arduino IDE .zip file (that comes from ant building in windows) into the files directory and be sure about the naming of the unzipped folder that must be : arduino-X.Y.Z where X.Y.Z is the version number of the IDE that you are releasing.

Change with the same version number the variable PRODUCT_VERSION inside the script file.

Put the FileAssociation.nsh plugin into the Include folder of NSIS: C:\Programs Files\NSIS\Include\

Start Building

Open NSIS, load the script file and click the compile button. The .exe final installer will be created inside the Working Directory

About

Arduino IDE Windows Installer

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •  

Languages