cannot copy string correctly
I use following code:
Those two message boxes are for checking purpose only. Why is it so when e.g. in $TARGETDIR i have c:\BLEBLEBLE\zzStrCpy $INSTDIR $TARGETDIR
|MB_YESNO|MB_DEFBUTTON2 $TARGETDIR MessageBox MB_ICONQUESTION|MB_YESNO|MB_DEFBUTTON2 $INSTDIR
MessageBox MB_ICONQUESTION
>
after copying in $INSTDIR i obtain c\BLEBLEBLE\zz - in other words why the colon character is not copied?