Skip to content
⌘ NSIS Forum Archive

replace variables values in a file

5 posts

racoq#

replace variables values in a file

I will try to make this simple!

Is it possible to edit variables in a file and replace their values by the ones inputed by the user in the nsis instalation (by a script and / or plugin)?

If so does anyone can show me how can i do that?
Thanks
Afrow UK#
Well, you need some kind of text to mark the text to be replaced. Then just use one of the text replacement functions on the Wiki.

-Stu