User:Red Wine: Difference between revisions
No edit summary |
No edit summary |
||
Line 63: | Line 63: | ||
Code example on how to create a common installation with required components choise.<BR> | Code example on how to create a common installation with required components choise.<BR> | ||
[[Common_Installation_with_Components_Choise|Common Installation with Components Choise]] | [[Common_Installation_with_Components_Choise|Common Installation with Components Choise]] | ||
== Managing Sections on Runtime == | |||
Code example on how to manage sections on runtime.<BR> | |||
[[Managing_Sections_on_Runtime|Managing Sections on Runtime]] |
Revision as of 16:16, 20 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
Custom Dialog Free Space Summary of all Drives
Code example on how to create a custom dialog that shows a summary of target's required space and free space for all drives.
Custom Dialog Free Space Summary of all Drives
Adding 3 Extra Text Lines on MUI Welcome-Finish Pages
Code example on how to add 3 lines extra text for the MUI Welcome-Finish pages.
Adding 3 Extra Text Lines on MUI Welcome-Finish Pages
Common Installation with Components Choise
Code example on how to create a common installation with required components choise.
Common Installation with Components Choise
Managing Sections on Runtime
Code example on how to manage sections on runtime.
Managing Sections on Runtime