Dr. Rajesh Rolen
Dr. Rajesh Rolen

Reputation: 14285

How to fix the installation path for application in deployment

Please tell me how can i fix the installation path of my application on client machine so that my application should not tell user to enter/select path for installation and my application get installed on default path.. i am using c#.net and .net deployment tool

Upvotes: 0

Views: 336

Answers (1)

Mao
Mao

Reputation: 11

You just have to erase the installation folder interface in VSTO User Interface View on your setup project.

Upvotes: 1

Related Questions