ClickOnce

V

vovan

I'm new to the ClickOnce deployment.
I have VB 2005 project and want users to install it from mapped drive
(located on the server). I also want automatic updates.
My development machine has the same mapped drive.
If I select Install From UNC path or file share and give the path like
'N:MyApp' I get an error message saying 'Invalid value...'
Is it possible at all to use ClickOnce deployment with mapped drive?

Thank you

vovan
 
R

RobinS

The UNC path does not have a drive letter. It's something like

\\myservername\mysharename\myfoldername\mydeployemntpaackage

THis is much safer than assuming all of your users have a network drive
mapped to the same letter.

Robin S.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top