I’m working on a VS2010 installer for a Windows Service project.
I want to set the [manufacturer] property for the project, but I can’t see where it is located in 2010.
When I try to install currently, it converts [manufacturer] to ‘Microsoft’.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I can tell from your response to @mrchief’s answer that you’re looking in the wrong place. The assembly info source file sets the properties for the installed component. But you probably want to change the name on the setup program.
In the Properties window for the Setup project, set the Author and Manufacturer properties.