Setup installer not lettintg me change product name

Daniel Shepherd 246 Reputation points
2021-04-13T13:34:15.717+00:00

I am making a setup installer for a game I made, and I set the productname to adventure game. it used to be adventuregamesetup. when I rebuilt it and ran it in the file explorer, it would not change. is there a way to fix this? also i am using visual studio 2019.

Developer technologies | C++
Developer technologies | C++
A high-level, general-purpose programming language, created as an extension of the C programming language, that has object-oriented, generic, and functional features in addition to facilities for low-level memory manipulation.
{count} votes

Answer accepted by question author
  1. Michael Taylor 61,076 Reputation points
    2021-04-13T14:11:40.01+00:00

    I'm assuming you mean you have downloaded the extension Microsoft Visual Studio Installer Projects and are trying to use it. I'm a little confused as to what you mean by "it would not change". It sounds like the setup program itself was fine but perhaps the title shown in the UI is wrong.

    If you use the Properties window on the Setup project you can change the ProductName which is what the welcome text uses by default. There is also the Title property. The executable name follows the project name. Not really sure what the Title property impacts at this point.

    Can you clarify where the text is wrong?


0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.