Reputation:
I'm going to store an activation code, so I'm looking for a simple way to store a single line text file. How to create a single (or multiline, if I use #13#10
line feeding) text file in Inno Setup ?
Upvotes: 8
Views: 18760
Reputation: 371
Here's a link to the function SaveStringToFile.
http://www.jrsoftware.org/ishelp/index.php?topic=isxfunc_savestringtofile
Upvotes: 10
Reputation: 32953
InnoSetup's Pascal Scripting has a function called SaveStringToFile which should do what you need.
Upvotes: 6