Archive: How to show Dir and Component pages with default text


How to show Dir and Component pages with default text
I'm using NSIS v2.0b4 with Classic UI.
I want to show Dir and Component pages with default (translated) text. If I don't put ComponentText and DirText keywords or if I put them with empty string, pages aren't shown. If I write:

DirText " "

the page is shown, but page description is empty (obvious).
If I write:
DirText $(^DirText)

I get error:
Error: LangString ^DirText is recursive!

Is there a way to show the pages with default translations?

Simply use the Page command. All of the examples in b4 use this method, you can see those for a usage example.


Was that so easy? Yes, it was! :confused:
I've spend hours searching FAQ, archive, forum and examples for DirText keyword, somehow missing the Page keyword.
Thanks kichik :up: