I have a Run section:
Filename: "{tmp}copyFiles.bat"; Description: "Copy Files"; Parameters: C: D: Storage, Server, Client; StatusMsg: "Coping files..."; Flags: 64bit runascurrentuser postinstall unchecked
And I want to pass three arguments into Parameters: C: D: Storage, Server, Client
but in the .bat script, I only get C: D: Storage
. How can I pass a comma-separated string like Storage, Server, Client
as one parameter argument in the Run section?