User:Red Wine: Difference between revisions

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


== Changing Title and Subtitle Fonts on MUI Pages ==
== Changing Title and Subtitle Fonts on MUI Pages ==
Code example on how to change the title and subtitle fonts under certain target's screen resolutions. Affects the parent dialog of MUI standard pages.<BR>
Code example on how to change the title and subtitle fonts under certain target's screen resolutions. <BR>Affects the parent dialog of MUI standard pages.<BR>
[[Changing_Title_and_Subtitle_Fonts_on_MUI_Pages|Changing Title and Subtitle Fonts on MUI Pages]]
[[Changing_Title_and_Subtitle_Fonts_on_MUI_Pages|Changing Title and Subtitle Fonts on MUI Pages]]

Revision as of 08:35, 19 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


InstallOptions The Usage of NOTIFY Flag

A full working example on how to manage the NOTIFY flag of an InstallOptions Custom Page.
InstallOptions The Usage of NOTIFY Flag


Setting Environment Variables Examples

Two examples about setting environment variables that are based on Setting Environment Variables by KiCHiK.
Setting Environment Variables Examples


Changing Title and Subtitle Fonts on MUI Pages

Code example on how to change the title and subtitle fonts under certain target's screen resolutions.
Affects the parent dialog of MUI standard pages.
Changing Title and Subtitle Fonts on MUI Pages