and that works fine.. until the bitmap file has a ' in its filename.!insertmacro ReplaceInFile "default.nsi" "##BitmapPlaceholder$R0" "File 'test.bmp' $\r$\n##BitmapPlaceholder$R1"
when i change the line to
i get an error while compiling. any solution?!insertmacro ReplaceInFile "default.nsi" "##BitmapPlaceholder$R0" 'File "test.bmp" $\r$\n##BitmapPlaceholder$R1'