BTW, what you can do is to create a small "helper" .exe application with SetupBuilder to generate the ASCII file (Handle Text File Operation... script function). This can then create the RDP file for you. Call it as part of of your setup.exe generation process (using #run... compiler directive). Don't forget to code-sign the file before you package it.

If you need help with this, just let me know.

Friedrich