Archive: Remove the protocol of a URL


Remove the protocol of a URL
Hi,

I made a instalar that is called by a protocol in Internet Explorer. For example: If a website wants to call it, you can make a link to install://file.zip

I use that script to get the command line, but it comes with the instal:// in the beginnig

Is there a way to split "install://file.zip" , and obtein only "file.zip" ???

Thanks a lot


http://nsis.sourceforge.net/archive/...ances=0,11,211

In the function change "\" to "/"

-Stu


Thanks!

It's working now!