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
Archive: Compile time branding text
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
Use !system to execute something that will write a NSH file and then include that file using !include.
This example does just that:
http://nsis.sourceforge.net/archive/...instances=0,44
-Stu
Works fine!
Thank you very much
mynab