shortcut problem
I need a shortcuts
its important that the target of the shortcut looks like this:
C:\dir\javaw.exe -xmx1234567 -jar "C:\dir\to\jar" "C:\dir\to\\something"
but nsis make \\ to \
and delete all " and post one at the beginning and the end
:mad:
than its look like this
"C:\dir\javaw.exe -xmx1234567 -jar C:\dir\to\jar C:\dir\to\something"