Installation Key

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

    #1

    Installation Key

    Hi All.

    Does anyone know how can i easily include a form into a
    VB .NET setup project in order to make the user to insert
    an Installation Key?? Of course, if the Installation Key
    is not correct, to abort the setup process.

    Where can i find some info about this??

    Thanks a lot.
  • Peter Rilling

    #2
    Re: Installation Key

    You cannot. The setup project in VS.NET is such a joke. You will have to
    use other applications to do that, VS.NET will not help you.

    "Guillermo" <gamo1975@hotma il.com> wrote in message
    news:01c001c38e 92$db25e8d0$a40 1280a@phx.gbl.. .[color=blue]
    > Hi All.
    >
    > Does anyone know how can i easily include a form into a
    > VB .NET setup project in order to make the user to insert
    > an Installation Key?? Of course, if the Installation Key
    > is not correct, to abort the setup process.
    >
    > Where can i find some info about this??
    >
    > Thanks a lot.[/color]


    Comment

    • Eddie

      #3
      Re: Installation Key

      Yes you can..

      ..NET Installer projects allow creation of Custom actions,
      as well as having a pre-defined set of customisable forms
      that can be presented to the user for gathering
      information.

      Have a look at the following MSDN article:
      http://tinyurl.com/laoq

      It covers customisation of IIS during installation, but
      the same principles can be used for entering/checking
      registration keys


      [color=blue]
      >-----Original Message-----
      >You cannot. The setup project in VS.NET is such a[/color]
      joke. You will have to[color=blue]
      >use other applications to do that, VS.NET will not help[/color]
      you.[color=blue]
      >
      >"Guillermo" <gamo1975@hotma il.com> wrote in message
      >news:01c001c38 e92$db25e8d0$a4 01280a@phx.gbl. ..[color=green]
      >> Hi All.
      >>
      >> Does anyone know how can i easily include a form into a
      >> VB .NET setup project in order to make the user to[/color][/color]
      insert[color=blue][color=green]
      >> an Installation Key?? Of course, if the Installation[/color][/color]
      Key[color=blue][color=green]
      >> is not correct, to abort the setup process.
      >>
      >> Where can i find some info about this??
      >>
      >> Thanks a lot.[/color]
      >
      >
      >.
      >[/color]

      Comment

      • Eddie

        #4
        Re: Installation Key

        Dude,

        Maybe you need to look a little harder... .NET
        Installation programs can be customised very easily...

        Check my other post for a link to a good article...

        Hopefully you can gain a new appreciation for the
        installation projects in .net.

        HTH

        Eddie de Bear
        MCSD
        [color=blue]
        >-----Original Message-----
        >You cannot. The setup project in VS.NET is such a[/color]
        joke. You will have to[color=blue]
        >use other applications to do that, VS.NET will not help[/color]
        you.[color=blue]
        >
        >"Guillermo" <gamo1975@hotma il.com> wrote in message
        >news:01c001c38 e92$db25e8d0$a4 01280a@phx.gbl. ..[color=green]
        >> Hi All.
        >>
        >> Does anyone know how can i easily include a form into a
        >> VB .NET setup project in order to make the user to[/color][/color]
        insert[color=blue][color=green]
        >> an Installation Key?? Of course, if the Installation[/color][/color]
        Key[color=blue][color=green]
        >> is not correct, to abort the setup process.
        >>
        >> Where can i find some info about this??
        >>
        >> Thanks a lot.[/color]
        >
        >
        >.
        >[/color]

        Comment

        Working...