User:Red Wine: Difference between revisions
No edit summary |
No edit summary |
||
Line 28: | Line 28: | ||
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 Page]] | [[NSIS_Beyond_a_Traditional_Installation|NSIS Beyond a Traditional Installation Page]] | ||
== Uninstall Renamed-Moved-Copied Shortcuts == | |||
A research on which is the best method to uninstall created shortcuts that have been renamed and/or moved/copied.<BR> | |||
[[Uninstall_Renamed-Moved-Copied_Shortcuts|Uninstall Renamed-Moved-Copied Shortcuts]] |
Revision as of 23:47, 18 December 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
Uninstall Renamed-Moved-Copied Shortcuts
A research on which is the best method to uninstall created shortcuts that have been renamed and/or moved/copied.
Uninstall Renamed-Moved-Copied Shortcuts