Skip to content
⌘ NSIS Forum Archive

how to create WEB Folder link

3 posts

patowc#

how to create WEB Folder link

Hello all,

I need to help about how to create a webfolder (webdav) link into Nsis installer or a side solution.

I need to ask the user about an username and password and I need to create a link to <user>.webfolder.com into the dekstop (the link should be a WEBFOLDER link not and standard/internet link).

Thanks in advance
Afrow UK#
Firstly, this will create a .url file:


You next need a InstallOptions page which will have fields to enter the info.
(See ${NSISDIR}\Contrb\InstallOptions)

-Stu
patowc#
First, thanks a lot for tour help.

This procedure is to create a link to a shared folder, but, will it work for a webfolder too?

I mean, I have tried to create .url, .lnk and so and none worked for me.