Inno Script, including carriage Return characters in a parameter
Im using Inno Setup, and one of the registry settings I need to set is an encrypted string and it includes two carriage returns or new lines, however u want 2 call it, which screws the setup script up, because each new line is a new task!
how do I include these characters in my script?
the string is shown below wrapped in " (i have tried both wrapped and unwrapped in the setup script, neither works)
"
è,ä
"
Re: Inno Script, including carriage Return characters in a parameter
SkiNLaB,
Use the code section to put in any specific characters. Check with then newsgroups for Inno Setup at www.jrsoftware.org