I have a PowerShell script that receives several properties. I have enclosed these properties in quotes as required.
However, the properties themselves contain a double quote ("), which causes the parameters to be passed incorrectly.
I have already read in the forum that there can be issues when a backslash appears at the end. The only solution I currently see is to escape the properties within the script itself, store the escaped values in a second property, and then pass that property to my script. It would be desirable if Advanced Installer offered better support for this scenario, so that this issue wouldn’t need to be handled manually in every project and for every potentially affected property.
Example Project: