I have got some very strange problem with "StrCpy".
I have done the following within my script:
StrCpy $WEB_CONFIG_NAME "$INSTDIR\\www\\htdata\\w4d\\config\\w4d.ini" Now I get the following error message from compiler:Usage: StrCpy $(user_var: output) str [maxlen] [startoffset] Strange with this is, that I copied the "StrCpy" from other file and just changed variable name from "$PHP_CONFIG_NAME" to "$WEB_CONFIG_NAME" and "php.ini" to "w4d.ini".Someone some ideas about that ?