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.