Archive: Want to edit a file at setup time


Want to edit a file at setup time
Hi,
I want to edit a file at installation time.

The file is located at "c:\windows\system32\config.nt". First, it takes backup of the original file with "config.nt.bak" name. Second, and the main thing, I want to edit the line from "files=40" to "files=254"

I don't know how to do this? Please provide me a tutorial to do this.

Thank you in advance


http://nsis.sourceforge.net/Docs/AppendixE.html#E.2


Can you please explain how to do this?
I am a very fresh newbie.. I don't know much about it..


Use ConfigWrite on that same page.

Stu