Archive: Help using the new version


Help using the new version
Dear all,

I have just download a "clean" dev version,

and I'm getting this:

warning: !warning: The MUI_PRODUCT and MUI_VERSION defines have been removed. Use a normal Name command now.
(macro:MUI_INSERT:3)
!define: "MUI_TEXT_WELCOME_INFO_TITLE" already defined!
!include: error in script: "C:\Program Files\Development\NSIS\Contrib\Modern UI\Language files\English.nsh" on line 13
Error in macro MUI_LANGUAGE on macroline 5
Error in script "D:\VC\SMSwitch\Setup\SMSwitch_Update.nsi" on line 93 -- aborting creation process


so:

1. What happened to MUI_PRODUCT and MUI_VERSION ?
(I'm using them for the automatic update...)

2. What is changed in MUI_TEXT_WELCOME_INFO_TITLE
and the other error I get for English.nsh ?


Thanks in advanced,
Your help is highly appreciated.


Please check the Modern UI Readme.

These defines have been removed, there is no difference between Modern/Classic UI anymore.

Use the Name command instead. If you have to use the version somewhere else, create your own define.

Set the text using MUI_WELCOMEPAGE_TEXT before the welcome page macro.