Setting the manufacturer in a VS 2008 Setup Project

后端 未结 2 1730
旧时难觅i
旧时难觅i 2021-02-19 06:51

I have a windows setup project that installs a service. All works well except for one thing: The default directory offered to the user during install is of the form \"C:\\Progra

相关标签:
2条回答
  • 2021-02-19 07:22

    Click on your setup project in Visual Studio, open the Properties and you will notice that there are a number of Properties that you can set like Manufacturer, SupportURL, etc.

    0 讨论(0)
  • 2021-02-19 07:24

    Note if you're confused/frustrated doing this seemingly trivial thing: if you open properties by right-clicking on the project and clicking "Properties" in the right-mouse menu, you will get the wrong dialog box. You need to select the project, but then navigate to the properties tag. One way to navigate to the properties tag is from the "View" menu, select "Properties Window".

    0 讨论(0)
提交回复
热议问题