I have a JSON file which contain some parameters (path, version, etc...).
Here my JSON file :
Then, I read this file with the plugin and NSIS know the file's destination.
{
"version": "5.1",
"frameworks": {
"destination": [
"C:\\Toto\\Local",
"C:\\Apache2.2\\htdocs",
]
}
}
Everything work on my computer...
But this file is useful only at compile time...Not at the installation.
So how to load this file at compile time ?
I try this :
But it does'nt work...
!define /FILE JSON myFile.json
Thanks a lot! Sorry for my poor English,