Setting Manufacturer

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • John Dann

    Setting Manufacturer

    I'm getting forgetful - can someone please remind me where I can edit
    the 'Manufacturer' setting in VB.Net 2003 Pro, ie the string that's
    used for the default outer folder name during the standard deployment
    process?

    Thanks
    JGD
  • Herfried K. Wagner [MVP]

    #2
    Re: Setting Manufacturer

    "John Dann" <news@prodata.c o.uk> schrieb:[color=blue]
    > where I can edit the 'Manufacturer' setting in VB.Net 2003 Pro, ie the
    > string that's
    > used for the default outer folder name during the standard deployment
    > process?[/color]

    Select the setup project and change the value of its 'Manufacturer'
    property.

    --
    M S Herfried K. Wagner
    M V P <URL:http://dotnet.mvps.org/>
    V B <URL:http://classicvb.org/petition/>

    Comment

    • John Dann

      #3
      Re: Setting Manufacturer

      On Mon, 6 Jun 2005 13:46:51 +0200, "Herfried K. Wagner [MVP]"
      <hirf-spam-me-here@gmx.at> wrote:
      [color=blue]
      >Select the setup project and change the value of its 'Manufacturer'
      >property.[/color]

      Yes thanks - obvious once you've got the setup project properties
      displayed!

      Can I ask a related follow-up:

      'ProductName' in this same setup project properties page seems to
      default to the name of the setup project, eg MyProgramSetup1 . I
      imagine that typically this ProductName setting should be just
      MyProgram, ie omitting the Setup1 suffix. This would then presumably
      cause the program to be installed into eg C:\Program
      Files\Manufactu rer\MyProgram, which seems logical.

      Have I understood this correctly? In other words for my relatively
      simple installation needs, I should always change the default setting
      for ProductName to MyProgram (or its equivalent for other projects.)
      in the Setup properties.

      TIA
      John Dann

      Comment

      • Jay B. Harlow [MVP - Outlook]

        #4
        Re: Setting Manufacturer

        John,
        | Have I understood this correctly? In other words for my relatively
        | simple installation needs, I should always change the default setting
        | for ProductName to MyProgram (or its equivalent for other projects.)
        | in the Setup properties.
        Yes, that is what I normally do:

        Project Name = "My Program"
        Title = "My Program Setup"


        Hope this helps
        Jay

        "John Dann" <news@prodata.c o.uk> wrote in message
        news:i2m8a119n8 rpioghvoicf1pr8 oc379ie29@4ax.c om...
        | On Mon, 6 Jun 2005 13:46:51 +0200, "Herfried K. Wagner [MVP]"
        | <hirf-spam-me-here@gmx.at> wrote:
        |
        | >Select the setup project and change the value of its 'Manufacturer'
        | >property.
        |
        | Yes thanks - obvious once you've got the setup project properties
        | displayed!
        |
        | Can I ask a related follow-up:
        |
        | 'ProductName' in this same setup project properties page seems to
        | default to the name of the setup project, eg MyProgramSetup1 . I
        | imagine that typically this ProductName setting should be just
        | MyProgram, ie omitting the Setup1 suffix. This would then presumably
        | cause the program to be installed into eg C:\Program
        | Files\Manufactu rer\MyProgram, which seems logical.
        |
        | Have I understood this correctly? In other words for my relatively
        | simple installation needs, I should always change the default setting
        | for ProductName to MyProgram (or its equivalent for other projects.)
        | in the Setup properties.
        |
        | TIA
        | John Dann


        Comment

        Working...