My program was "published", how can I change the installation path?

I published "my C # solution in Visual Studio 2008 to C: \ Deploy. When I run setup.exe, it installs my program in C: \ Documents and Settings \ Kevin \ Start Menu \ Programs \ MyProgram

Is there any way in Visual Studio to install a custom installation path? For example, what if I want my program to be installed in C: \ Program Files \ MyProgram?

+5
source share
2 answers

Publishing uses ClickOnce for deployment. The advantage of ClickOnce is that it is easy to install and update, and does not require the user to have administrator rights to install your application.

----, ( / ), "Setup Project" " , " → → ... ", " " → " " " ". , MSI ( Microsoft) EXE ( , Microsoft .NET Framework, ).

+9

ClickOnce ( "" ) . , -)

, . zipped- , , .

+3

All Articles