cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Changing an entry in the config.nt file

I have an application that requires the config.nt file be changed. One of the entries needs to be changed to files=255. I can easily replace the file with the install but that's not a good thing. I need to be able to change this setting in the file without affecting other settings.

Any Ideas?
(1) Reply
You should consider using a custom action or installscript.
Since I write the ugliest InstallScript around, I can't help you there. I can suggest running a VBScript. There are plenty of free scripts out on Microsoft.com or Winscripter.com that deal with streaming text into a file.

http://www.winscripter.com/wsh/fileio/ht_createfile.asp

The InstallShield help files can help you get the custom action running.