hawkmaster
28th April 2010 12:59 UTC
Mui_installoptions_extract ??
Hi Forum,
I am a little bit confused about the documentation.
If found in some scripts "MUI_INSTALLOPTIONS_EXTRACT" and "MUI_INSTALLOPTIONS_DISPLAY"
;Extract InstallOptions INI files
!insertmacro MUI_INSTALLOPTIONS_EXTRACT "Page.ini"
!insertmacro MUI_INSTALLOPTIONS_DISPLAY "Page.ini"
I have looked in the Modern UI doc, then in the InstallOptions Plugin doc, then in the MUI.nsh for some description about that.
I can find nothing?
Can anybody help?
regards
Hawk
pengyou
28th April 2010 13:22 UTC
As explained in the User Manual, there are two versions of the Modern User Interface. The current version (Modern UI 2) uses nsDialogs while the older version (Modern UI) uses InstallOptions. Appendix A of the manual has links to the documentation for both versions of the MUI.
http://nsis.sourceforge.net/Docs/AppendixA.html#A
Scripts using the MUI will include either MUI2.nsh or MUI.nsh, depending upon which version of the MUI is required.
MSG
28th April 2010 13:27 UTC
This is a MUI1 macro, it's defined in NSIS\Contrib\Modern UI\System.nsh . As you can see there, it just calls the same installoptions macro.
Edit: too late. >_>