Open Menu dzosoft
Close Menu dzosoft

   ALL ABOUT COMPUTER SCIENCE AND TECHNOLOGY


                             





Publish perfectly-optimized content in 1-click









 
 
 

How to create an installer using Inno Setup

 
InnoSetup is an open source compiler to create installers on windows. It is free and provides a rich feature set. You can create professional looking installers for the end user.
In this article we will explain you the basic concepts and steps involved in creating a simple setup of your C++,VB .Net, C#... Project.
You can download InnoSetup here
You can download Inno Script Studio
Creating the installer using Inno Setup involves the following two steps:
 

1- Create Inno Script file

 

2- Compile the Script file

InnoSetup script file is a simple text file which is similar to .INI files with the extension .ISS. In this script file the contents are arranged in sections.
These scripts are easy to understand and uses a simple syntax. The section starts with the Section Name which is enclosed in square brackets. Each section handles a
specific function of the installation.
  • Setup: This section consists of settings and application related information like application name, publisher name etc.
  • Languages: List of languages supported.
  • Tasks: Tasks to be performed by the setup during the installation.
  • Files: Files to be copied to the User's system.
  • Icons: The Application shortcuts: Start menu folders, etc. are defined here.
  • Run: Any executable to be executed after the installation is completed.
  •  
    How to create an installer using Inno Setup
     
     

    How to Create an Inno Script file

     
     -You can use any text editor like ultraedit or notepad or other editor that you prefer.
     -Innosetup built in editor
    InnoSetup built in editor comes with an excellent wizard which takes you through the stages and creates the script file. Later you can modify the script file in the editor
    which has the following options syntax highlighting and one click installation.
     -Third party Editor (Inno-script-studio)
    The Inno script studio is free and excellent tool which helps you create an InnoSetup quickly and easily. It comes with a wizard that is similar to InnoSetup wizard. We can
    then use the graphical interface provided by the tool to edit our script easily. In this article we will look into this tool.
    you can download Inno script studio from https://www.kymoto.org/products/inno-script-studio
    First Install Inno setup and then Inno-script-studio. Installation is simple and straight forward.
     

    Step 1:

    Creating Script File (.iss)
    Go to Start->All Programs. You will see Script Studio installed here. Click Inno Script Studio.
     
    How to create an installer using Inno Setup
     
    This will bring up the new project wizard as in the following image. Create a new script using the script wizard. Click Ok
    Click on Sample Script and keep use script wizard to create project checked.
     
    How to create an installer using Inno Setup
     
    Click Next on Welcome screen. This will bring up the Application Information form. Enter Application Name, Application Version, Application Publisher, Application,
    Website as in the following screenshot. Click on Next once finished.
     
    How to create an installer using Inno Setup
     
    Click Next
     
    How to create an installer using Inno Setup
     
    This will bring up the Application Folder dialogue box. In this section we are asked where our application needs to be installed. Select Program Files folder if you wish to install
    it in program folder or else select custom and specify the folder for the application to install. Click on Next once finished.
     
    How to create an installer using Inno Setup
     
    The next screen is an Application Files dialogue box. Under Application main executable files Browse and select the main executable file of the application. In Visual Studio this is
    under Project folder, Bin, then Release folder. I have included MyProg.exe as the main executable file.
    Under Add Files select all the assemblies referenced by the application like assembly files (dll) from the Project folder, Bin, then Release folder. Third party assemblies if used must
    be included. No need to include dot net assemblies. I have included MyDll.dll and MyProg.chm from my sample application.
    Click on Next to go to the next screen.
     
    How to create an installer using Inno Setup
     
    The next screen that comes is Application Icons screen. Enter Start Menu Folder name here and choose the other parameters as appropriate.
    Click Next once finished.
     
    How to create an installer using Inno Setup
     
     
    How to create an installer using Inno Setup
     
    The next screen is Application Document screen. Any license file/Software Agreement and any information to be shown before or after the installation are specified here.
    You can create a text file in notepad and select the files here. Click on next once finished.
     
    How to create an installer using Inno Setup
     
    The Next screen is language selection. Select the languages supported. Click on next to bring up the Compiler Settings. Select the output folder for the setup file.
    Click on Next
     
    How to create an installer using Inno Setup
     
     
    How to create an installer using Inno Setup
     
    Click on Next
     
    How to create an installer using Inno Setup
     
    Click on Next
     
    How to create an installer using Inno Setup
     
    Click on Next
    Next screen is Inno Setup Preprocessor. Keep the checkbox selected and click Next. Click on Finish in the last screen.
     
    How to create an installer using Inno Setup
     
     
    How to create an installer using Inno Setup
     
     

    Save and Create the Setup

     
     

    Modify the Setup

     
    You can add files / change the settings / customize the installer using the IDE as in the following screenshot:
     
    How to create an installer using Inno Setup
     
    You can customize your setup
     
    How to create an installer using Inno Setup
     
    Enjoy.

    It might also interest you


    All about computer science and technology

    How to install Inno Studio Script

    How to create an installer from Visual Studio


    Leave comment
              

    Save nickname and email in this browser for the next time.



    Loading...     
    close publicity
    Dazzle with your smile!