Home All Groups Group Topic Archive Search About
Author
19 May 2006 7:37 PM
Mel
Hi,
    The window form application is deployed using clickonce to the local
drive.  There is a local icon but it is buried deep in the document and
setting directory and of course changes with user.  Is there any way to find
the installation directory, so other program can start it using
Process.Start(" ")?



Thanks
Mel

Author
19 May 2006 10:33 PM
PIEBALD
Ummm... shouldn't the app be installed under "Program files" ? You should be
able to access it there, nervermind the shortcut on the individual's Start
menu.

But what are you trying to accomplish?
Are all your drivers up to date? click for free checkup

Author
20 May 2006 4:14 PM
Galcho[MCSD.NET]
ClickOnce application are started from appname.applciation file.

I havent tried to start it from Process.Start(" ") method but I think
you should be able to start it as point to

http://your.url.com/appname.application  as this is installation URL

I hope this helps
Galin Iliev[MCSD.NET]
www.galcho.com

Bookmark and Share