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
how to create WEB Folder link
3 posts
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
You next need a InstallOptions page which will have fields to enter the info.
(See ${NSISDIR}\Contrb\InstallOptions)
-Stu
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.
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.