User:Red Wine: Difference between revisions

From NSIS Wiki
Jump to navigationJump to search
No edit summary
Line 1: Line 1:


= Pages that have contributed by user Red Wine =
== NSIS SFX Package Builder ==
SFX Package creator written in whole using NSIS scripting lang.<BR>
[[NSIS_SFX_Package_Builder|NSIS SFX Package Builder page]]
== One Installer with Different Installation Files Each Time ==
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>
[[One_Installer_with_Different_Installation_Files_Each_Time|One Installer with Different Installation Files Each Time]]
== NSIS Installation Protection ==
A research on how a NSIS Installer could be protected.<BR>
An installer who counts the run times and expires after n times.<BR>
[[NSIS_Installation_Protection|NSIS Installation Protection]]
== 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>
[[NSIS_Beyond_a_Traditional_Installation|NSIS Beyond a Traditional Installation]]

Revision as of 13:10, 14 April 2006

Pages that have contributed by user Red Wine

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


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


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