nsis.exe runtime error
Hi all,
I encountered a problem during compiling a nsis script (see attachment).
-----------------------------------
Processed 1 file, writing output:
Adding plug-ins initializing function... Done!
Processing pages... Done!
Removing unused resources... Done!
Generating language tables... Done!
Generating uninstaller...
-----------------------------------------
program crashes with nsis.exe runtime error.
I thing the problem is in this two rows:
!define MUI_ICON "C:\Documents and Settings\Federico\Desktop\Elektrongraph\Catalex\bin\Catalex.ico"
!define MUI_UNICON "C:\Documents and Settings\Federico\Desktop\Elektrongraph\Catalex\bin\Catalex.ico"
because if I delete them program works well.
What about these? Please help!