Client Location of Published Application

R

robin9876

When using the Publish Application option in a Windows form application
in VS.Net 2005 to a file share, the client successfully installed it on
their pc and can run the application. However the application.exe file
can not be found on the pc and the start menu shortcut does contain a
string that has file share\MyApp.application,plus some other settings.
The publish option available offline was used.
Using this deployment method where is the executable file located that
the client uses?
Is it possible to install the executable file on the client pc using
the publish deployment method?
 
O

Otis Mukinfus

When using the Publish Application option in a Windows form application
in VS.Net 2005 to a file share, the client successfully installed it on
their pc and can run the application. However the application.exe file
can not be found on the pc and the start menu shortcut does contain a
string that has file share\MyApp.application,plus some other settings.
The publish option available offline was used.
Using this deployment method where is the executable file located that
the client uses?
Is it possible to install the executable file on the client pc using
the publish deployment method?

You will find the application location in the following path:

C:\Documents and Settings\UserName\Application Data\PublisherName

ClickOnce or as you say Published applications are a bit different than MSI
installation applications. If you would like a complete explanation of how they
work, Try looking at "Smart Client Deployment and ClickOnce" by Brian Noyes.
Published by Addison Wesley. Or search for ClickOnce at http://www.msdn2.com.


Good luck with your project,

Otis Mukinfus
http://www.arltex.com
http://www.tomchilders.com
 

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