Results 1 to 4 of 4

Thread: Setup project - how to change name

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Aug 2003
    Posts
    74

    Setup project - how to change name

    I have a setup project that contains many primary outputs. The setup is now called "MySetup" So, when I run this setup on a client, that's the name that it shows on the "add/remove programs" Where do I change that? I want it to show my software name + version.

    Thanks in advance.

  2. #2
    PowerPoster
    Join Date
    Dec 2003
    Location
    Bristol, England (but heart is in Virginia)
    Posts
    2,949
    HI,

    Have I missed something?

    Have you tried right clicking on the project name in the solution window and then choosing Rename? You can also rename the Solution this way.

    Obviously, any code in other projects will have to be amended if it refers to any objects or procedures in the amended one.
    Taxes
    The more I learn about VB.NET the more I like dBaseIII Plus

    The foregoing, whilst believed to be correct, is given without guarantee as to it's accuracy and entirely without recourse. You are required to decide for yourself whether or not it is suitable for your purposes and no liability for loss of any nature can be entertained.

  3. #3

    Thread Starter
    Lively Member
    Join Date
    Aug 2003
    Posts
    74
    So, renaming the project will rename the project and that's it.

    Maybe my question wasn't clear. This is what I do...

    My solution contains projects and the setup project. The setup project contains many primary outputs. I build this solution, it gets me the .msi file that I need. I take this .msi file, copy it to another machine (a client) and run the install. It installs my program. Now, when I go to the "add/remove programs" on this client in the control panel, it shows "MySetup" as the application name. I want to change that name to something else.

    So, my question is, where in my solution or setup project do I change this name?

  4. #4
    Frenzied Member
    Join Date
    Feb 2003
    Location
    Argentina
    Posts
    1,950
    I think you may be looking for the "Manufacturer" property of the Setup project.
    Go to Solution Explorer and highlight the Setup project. In the Properties window, change the "Manufacturer" property to whatever name you want it installed under.
    It helps to change the version number in the same Property window to allow the app to install over the old one w/o deleting the old one first.
    Save all, yada yada, and you're all set.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width