Error with MUI_PAGE_HEADER_TEXT
Hi!
I had to reinstall my system and so I had to get the latest CVS version. Now I have to update my script again so that it can be used with the new cvs version.
I used MUI_HEADER_TEXT before here:
Function InfoAbfrageNow I want to use MUI_PAGE_HEADER_TEXT and MUI_PAGE_HEADER_SUBTEXT as suggested in the ModernUI Readme but I always get an error message that these macros were not found. MUI_HEADER_TEXT is still working...
;affects $6:Gateway IP(getGatewayIP),$8:OS Version(makeConfigIni),$9:Wohnheim Name(here)
!insertmacro MUI_HEADER_TEXT "In welchem Wohnheim wohnst du?" "Schritt 2 von 2"
...
FunctionEnd
I tried to insert these two in the function above (where "!insertmacro MUI_HEADER_TEXT" was) and in the pages config part, but neither did the job.
I'm using CVS from today (5.11.2003)...
btw: In the readme there is MUI_HEADER_TEXT no more so I think it's deprecated, but it's working and in the InstallOptions Documentation there is still MUI_HEADER_TEXT used.
Thank you... (Phew... It's really hard to get it working again. You are making too many changes :))