Skip to content
alexmitev81 edited this page Feb 27, 2017 · 5 revisions

MULTIUSER_PAGE_INSTALLMODE

The macro inserts the Install Mode page for the installer. Place this after the Welcome and License pages and before the Components page. You cannot insert the page more than once.

Usage:

!insertmacro MULTIUSER_PAGE_INSTALLMODE 

MULTIUSER_UNPAGE_INSTALLMODE

The macro inserts the Install Mode page for the uninstaller. Place this as the first uninstaller page.

Usage:

!insertmacro MULTIUSER_UNPAGE_INSTALLMODE

Important:

You cannot use only one of the pages, you have to include both of them in your script.

Clone this wiki locally