I am using a simple nsi script to compile another script with some globally defined symbols as follows:
The problems is that that in some cases, some symbols might contain spaces.
ExecWait "${NSISDIR}\makensis.exe /DCompany="The Company" MySetup.nsi
Like in the example above the company name is: "The Company"
In that case - makensis fails.
Is there a solution for that?
Tx
Oren