User:Red Wine: Difference between revisions
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
= Pages that have contributed by user Red Wine = | |||
== NSIS Quick Setup Script Generator == | |||
NSIS Quick Setup Script Generator is a tool that helps users to prepare and create their software installation.<BR> | |||
The preparation of the script is fully customisable, allowing users to set up and modify their desired preferences.<BR> | |||
[[NSIS_Quick_Setup_Script_Generator|NSIS Quick Setup Script Generator Page]] | |||
== NSIS SFX Package Builder == | == NSIS SFX Package Builder == | ||
SFX Package creator written in whole using NSIS scripting lang.<BR> | SFX Package creator written in whole using NSIS scripting lang.<BR> | ||
Line 9: | Line 14: | ||
A generic setup script to install some patches for an application.<BR> | A generic setup script to install some patches for an application.<BR> | ||
An installation skeleton who takes the files for the installation on compile time.<BR> | An installation skeleton who takes the files for the installation on compile time.<BR> | ||
[[One_Installer_with_Different_Installation_Files_Each_Time|One Installer with Different Installation Files Each Time]] | [[One_Installer_with_Different_Installation_Files_Each_Time|One Installer with Different Installation Files Each Time Page]] | ||
Line 16: | Line 21: | ||
A research on how a NSIS Installer could be protected.<BR> | A research on how a NSIS Installer could be protected.<BR> | ||
An installer who counts the run times and expires after n times.<BR> | An installer who counts the run times and expires after n times.<BR> | ||
[[NSIS_Installation_Protection|NSIS Installation Protection]] | [[NSIS_Installation_Protection|NSIS Installation Protection Page]] | ||
Line 22: | Line 27: | ||
== NSIS Beyond a Traditional Installation == | == NSIS Beyond a Traditional Installation == | ||
The purpose of this project is to demonstrate how NSIS coding could be useful beyond the traditional creation of an installation.<BR> | The purpose of this project is to demonstrate how NSIS coding could be useful beyond the traditional creation of an installation.<BR> | ||
[[NSIS_Beyond_a_Traditional_Installation|NSIS Beyond a Traditional Installation]] | [[NSIS_Beyond_a_Traditional_Installation|NSIS Beyond a Traditional Installation Page]] |
Revision as of 08:03, 21 April 2006
Pages that have contributed by user Red Wine
NSIS Quick Setup Script Generator
NSIS Quick Setup Script Generator is a tool that helps users to prepare and create their software installation.
The preparation of the script is fully customisable, allowing users to set up and modify their desired preferences.
NSIS Quick Setup Script Generator Page
NSIS SFX Package Builder
SFX Package creator written in whole using NSIS scripting lang.
NSIS SFX Package Builder page
One Installer with Different Installation Files Each Time
A generic setup script to install some patches for an application.
An installation skeleton who takes the files for the installation on compile time.
One Installer with Different Installation Files Each Time Page
NSIS Installation Protection
A research on how a NSIS Installer could be protected.
An installer who counts the run times and expires after n times.
NSIS Installation Protection Page
NSIS Beyond a Traditional Installation
The purpose of this project is to demonstrate how NSIS coding could be useful beyond the traditional creation of an installation.
NSIS Beyond a Traditional Installation Page