Skip to content
⌘ NSIS Forum Archive

Compile time branding text

4 posts

mynab#

Compile time branding text

Hello,

here is what I want to do: at compile time I want to open a file that contains some text that I want to use as the BrandingText. I have not found a way to do this. Is there a way I can do that?

Thanks,
mynab
kichik#
Use !system to execute something that will write a NSH file and then include that file using !include.
Afrow UK#
This example does just that:


-Stu