Deployment projects

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Steve Long

    #1

    Deployment projects

    Hello,
    I looked through the groups and didn't see a setup and deployment group so I
    hope this is the right place to post this question. I have a VS deployment
    project in my solution and I want to see a registry value that is the
    install directory that the user chooses. I see that there is a Registry tab
    view and I can add the correct key and it shows up in the target machines
    registry. I've tried to set the value to
    <INSTALLDIR>
    [INSTALLDIR]
    and
    INSTALLDIR

    and it just sets the value to one of the above instead of the actual
    installation folder.
    Is there a way to do this in a VS depolyment project?

    Steve


  • Ken Tucker [MVP]

    #2
    Re: Deployment projects

    Hi,



    Ken
    -----------------
    "Steve Long" <Steve_Noneya@N oSpam.com> wrote in message
    news:ekgIQDuaFH A.2444@TK2MSFTN GP15.phx.gbl...
    Hello,
    I looked through the groups and didn't see a setup and deployment group so I
    hope this is the right place to post this question. I have a VS deployment
    project in my solution and I want to see a registry value that is the
    install directory that the user chooses. I see that there is a Registry tab
    view and I can add the correct key and it shows up in the target machines
    registry. I've tried to set the value to
    <INSTALLDIR>
    [INSTALLDIR]
    and
    INSTALLDIR

    and it just sets the value to one of the above instead of the actual
    installation folder.
    Is there a way to do this in a VS depolyment project?

    Steve



    Comment

    • Steve Long

      #3
      Re: Deployment projects

      Ken,
      this is a little bit confusing and seems to deal with a web install rather
      than a desktop install. Do I have to create a class and inherit from
      Installer and then include all of the stuff that's already in the package
      that VS and I included?

      Steve

      "Ken Tucker [MVP]" <vb2ae@bellsout h.net> wrote in message
      news:eCSkRRvaFH A.3848@TK2MSFTN GP10.phx.gbl...[color=blue]
      > Hi,
      >
      > http://www.mattberther.com/2004/01/000371.html
      >
      > Ken
      > -----------------
      > "Steve Long" <Steve_Noneya@N oSpam.com> wrote in message
      > news:ekgIQDuaFH A.2444@TK2MSFTN GP15.phx.gbl...
      > Hello,
      > I looked through the groups and didn't see a setup and deployment group so[/color]
      I[color=blue]
      > hope this is the right place to post this question. I have a VS deployment
      > project in my solution and I want to see a registry value that is the
      > install directory that the user chooses. I see that there is a Registry[/color]
      tab[color=blue]
      > view and I can add the correct key and it shows up in the target machines
      > registry. I've tried to set the value to
      > <INSTALLDIR>
      > [INSTALLDIR]
      > and
      > INSTALLDIR
      >
      > and it just sets the value to one of the above instead of the actual
      > installation folder.
      > Is there a way to do this in a VS depolyment project?
      >
      > Steve
      >
      >
      >[/color]


      Comment

      • Cor Ligthert

        #4
        Re: Deployment projects

        Steve,

        Go to the solution explorer
        Select your deployment project
        And go than direct to the properties folder in that don't use rightclick
        that gives the wrong properties.

        I hope this helps,

        Cor


        Comment

        Working...