Archive: Error Create Shortcut


Error Create Shortcut
Hellow!

I need make a shortcut using NSIS, but doesnt work!

I need you to open the shortcut created in Kiosk Mode in Inter Explorer browser but when using the code below it displays the error icon can not interpret index

CreateShortCut "$DESKTOP\Sistema Objetiva.lnk" "C:\Objetiva\Instalar\ie.exe" -k "http://objetiva:8080" "C:\Objetiva\Objetiva\Instalar\SistemaObjetiva.ico"

Any suggestions to solve this?

Thanks for help!


Parameters is one string, replace

-k "http://objetiva:8080"
with
'-k "http://objetiva:8080"'

Thank you worked perfectly :D