Needlesslord / Research-Project-Installer

This is a research project about Installers in Windows. A guide for the folders can be found in the "docs" folder. For more information please check out all the information give in the web page and the GitHub repository. (DISCLAIMER! This information is relevant as of may 2020)

Home Page:https://needlesslord.github.io/Research-Project-Installer/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Research Project: Installer

Small summary

The web page and the GitHub repository where it is created from are dedicated to what an Installer is and how to create one for your software in Windows using NSIS to work wih, with small steps and a solution provided. For further information, a bibliography is provided below.

What is an Installer? An Installer, Installation Package or Application Packaging is used to install software programs on a system. They simplify the process of installing software by providing the user with a step-by-step process with options to select from which will best suit individual needs. The istallation process for software depends on your OS (operation system) and the program you are installing.

Take into account that we will be working with Windows OS, Visual Studio 2017 and NSIS to create an MSI file.

For the full research, please take a look at the web page.

About the Author

I am Núria Lamonja i Pujol (GitHub username Needlesslord, e-mail needlesslord@gmail.com), student of the Bachelor's Degree in Video Games by UPC at CITM-TTC. This content is generated for the second year's subject Project 2, under supervision of lecturer Ramon Santamaria, tech developer and lead of raylib technologies and emegeme.

Relevant Links

A guide for the folders can be found in the "docs" folder.

DISCLAIMER! This information is relevant as of May 2020

About

This is a research project about Installers in Windows. A guide for the folders can be found in the "docs" folder. For more information please check out all the information give in the web page and the GitHub repository. (DISCLAIMER! This information is relevant as of may 2020)

https://needlesslord.github.io/Research-Project-Installer/

License:MIT License


Languages

Language:C 76.8%Language:C++ 22.2%Language:NSIS 0.6%Language:Objective-C 0.4%