Hi! I 'published' my C# solution in Visual Studio 2008 to C:\Deploy. When I run the setup.exe program, it installs my program to:
C:\Documents and Settings\Kevin\Start Menu\Programs\MyProgram
Is there any way, within Visual Studio, to set a custom install path? For instance, what if I wanted my program to install to:
C:\Program Files\MyProgram
Thanks for any help and advice!