In order to update some files, I use VPatch to do this.
Unfortunately, the defined path for the original file to be replaced contains a space into it.
I did use "$0\Sources\XYZ\Source files\XYZ___X.C", but it fails in "making" the EXE from the nsi script.
within my script, it fails on this line:
Thanks for your help.!insertmacro VPatchFile "PatchBX1.pat" "$0\Sources\XYZ\Source files\XYZ___X.C" "XYZ___X_NEW.C"
w