clickOnce question
-
-
hi :) i just deploy my program with clickOnce but i cant figure how i can decide where the program gonna be installed it seem to install it where he wants and i dont find where i can change the destination in my project if someone can help me thanks ;)
RIPOUX wrote:
just deploy my program with clickOnce but i cant figure how i can decide where the program gonna be installed
AFAIK, you can't. ClickOnce distributes all applications in their own folders to a common root that you can't change. If this is an option you want, you have to go with the traditional setup project, which isn't an option with the Express Editions of Visual Studio. You'd need an external tool to do this.
A guide to posting questions on CodeProject[^]
Dave Kreskowiak Microsoft MVP Visual Developer - Visual Basic
2006, 2007 -
RIPOUX wrote:
just deploy my program with clickOnce but i cant figure how i can decide where the program gonna be installed
AFAIK, you can't. ClickOnce distributes all applications in their own folders to a common root that you can't change. If this is an option you want, you have to go with the traditional setup project, which isn't an option with the Express Editions of Visual Studio. You'd need an external tool to do this.
A guide to posting questions on CodeProject[^]
Dave Kreskowiak Microsoft MVP Visual Developer - Visual Basic
2006, 2007 -
www.advancedinstaller.com[^] is, I think, the link for Advanced Installer. Their free version is probably all you need.
Christian Graus - Microsoft MVP - C++ Metal Musings - Rex and my new metal blog "I am working on a project that will convert a FORTRAN code to corresponding C++ code.I am not aware of FORTRAN syntax" ( spotted in the C++/CLI forum )