Reputation: 22124
I have created a windows service using Visual Studio 2005. I have created a setup project that would install my application. Now, the default installation folder is always c:\program files\Default Company Name\XXXX.
Where can I change this to be something else on startup. Basically, I want the Default Company Name to be removed.
Thanks.
Upvotes: 1
Views: 2477
Reputation: 3353
Just visit "Application Folder" properties ,here you can view the default location consisting [ProgramFilesFolder][Manufacturer][ProductName].. Modify according to your need
Upvotes: 3