NSIS Example using MUI2 with a custom page built with NsDialogs. - mui2-custompage-nsd.nsi
Each page can be a NSIS built-in page or a custom page created by a user's function (with nsDialogs or InstallOptions for example). The script controls the page order, appearance, and behavior. You can skip pages, paint them white, force the user to stay in a certain page until a certain condition is met, show a readme page, show custom designed pages for input and more. NSIS Discussion; Create custom finish page; Archive: Create custom finish page. M. Ratz 5th March 2008 11:44 UTC. Create custom finish page hi @ all I have to create a finish page with a label or text/list-box where the things I have installed are listed. [NSIS-Bugs] [ nsis-Bugs-886369 ] Custom Page, and Component Install [NSIS-Bugs] [ nsis-Bugs-886369 ] Custom Page, and Component Install. From: SourceForge.net
NSIS (Nullsoft Scriptable Install System) is a professional open source system to create Windows installers. It is designed to be as small and flexible as possible and is therefore very suitable for internet distribution.
7/05/2010 · !include "MUI.nsh" OutFile "myCustomPage.exe" Page Custom MyCustomPage MyCustomLeave Function MyCustomPage # If you need to skip the page depending on a condition, call Abort. ReserveFile "InstallOptionsFile.ini" !insertmacro MUI_INSTALLOPTIONS_EXTRACT "InstallOptionsFile.ini" !insertmacro MUI_INSTALLOPTIONS_DISPLAY "InstallOptionsFile.ini" FunctionEnd Function MyCustomLeave # Form validation Demonstrating Page's Custom Functions Pre Show Leave. From NSIS Wiki. Author: Red Wine (talk, contrib) Description. The following script example demonstrates several but not all possible usages of the custom functions PRE SHOW LEAVE that could be used to Each page can be a NSIS built-in page or a custom page created by a user's function (with nsDialogs or InstallOptions for example). The script controls the page order, appearance, and behavior. You can skip pages, paint them white, force the user to stay in a certain page until a certain condition is met, show a readme page, show custom designed pages for input and more.
To completely purge NSIS from your computer, you need to delete the files and folders associated with NSIS. These files and folders are respectively listed in the Files and Folders sections on this page. For instructions on deleting the NSIS files and folders, see the following section How to Delete NSIS Files (.exe, .dll, etc.).
NSIS Discussion; Create custom finish page; Archive: Create custom finish page. M. Ratz 5th March 2008 11:44 UTC. Create custom finish page hi @ all I have to create a finish page with a label or text/list-box where the things I have installed are listed. [NSIS-Bugs] [ nsis-Bugs-886369 ] Custom Page, and Component Install [NSIS-Bugs] [ nsis-Bugs-886369 ] Custom Page, and Component Install. From: SourceForge.net