Skip to content
⌘ NSIS Forum Archive

MUI_PAGE_INSTALLFILES text consistency

3 posts

Lilla#

MUI_PAGE_INSTALLFILES text consistency

MUI 1.65, CVS updated today.

snipped from my code...

!insertmacro MUI_PAGE_INSTFILES
!insertmacro MUI_PAGE_FINISH

ShowInstDetails show
!define MUI_FINISHPAGE_NOAUTOCLOSE

When done installing the files, the following text is displayed on the INSTFILES page.

Installation Complete
Setup was completed successfully.
Completed

Observation: "Click Next to continue." is missing on this page.

On every other page, it says "Click Next to continue."

It's a knit (tiny matter), but I thought since you are so thorough, you might like to know about this so you can tweak it.

Lilla