View Full Version : Editing files other than INI at runtime
I would like to know if this installer program has the ability to update files other than INI files based on installation parameters. For example, there are certain batch files that I need to have updated depending on where the user installs files handled by the installer. If so, could someone provide an example of how this could be done? Thanks.
Bat files are simply text files so you can use TextFile.WriteFromString() (http://www.indigorose.com/webhelp/suf70/Program_Reference/Actions/TextFile.WriteFromString.htm) and TextFile.ReadToString() (http://www.indigorose.com/webhelp/suf70/Program_Reference/Actions/TextFile.ReadToString.htm) to edit this type of file.
Adam Kapilik
vBulletin® v3.8.4, Copyright ©2000-2009, Jelsoft Enterprises Ltd.