ClickOnce

  • Thread starter Thread starter vovan
  • Start date Start date
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
 
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.
 
Back
Top