Page 1 of 1

Need to Write Out File During Install

Posted: Sun May 25, 2008 6:42 am
by TrakSoft
I have a need to write to a text file the locations of where all the files are being installed to. I am assuming that I would use the "Edit INI File" command to do this. However, the help file and samples are extremely useless when it comes to scripting. Does anyone have any sample code to perform this function?

Any help will be greatly appreciated.

Thanks in advance!

G

Posted: Tue Jun 10, 2008 10:01 am
by CandiceJones
Actually, the sample projects contain lots of custom scripts, so I'm not sure why you'd find them useless.

At any rate, what you want to do is insert an Edit INI File command somewhere in your setup above Apply Install and that's it. You can of course use variables and they'll be written out as the values they hold.