Installer generator
This script will create valid Inno-Setup Installer files from the given templates.
-
Name:
-
installer_generator.js
-
-
Requirements:
- All needed files have to be located in the same directory as the script
- version
- installer_info.ini
- installer_stud_info.iss
- installer_stud_code.iss
- installer_admin_app_info.iss
- installer_admin_app_code.iss
- installer_admin_lib_info.iss
- installer_admin_lib_code.iss
-
Functionality:
- Read the *info.iss line by line and substitute all lines containing the 'MOD'-string by its real value found in installer_info.ini
- Read the version from version and substitute all version-strings in the *info.iss by this version
- Glue apropriate *info.iss and *code.iss together
- Clean up by removing all files described in the requirements section and remove the script itself
-
Use:
-
WSript installer_generator.js
-