Results 1 to 2 of 2

Thread: Automating instalation of drivers and dot net framework

  1. #1

    Thread Starter
    Fanatic Member jcavard's Avatar
    Join Date
    Jul 2005
    Location
    Quebec, CANADA
    Posts
    534

    Automating instalation of drivers and dot net framework

    Hi! I am at the step where I have to build the installation setup. Everything is fine with my application file, but I have to install the driver for the USB-key and the .NET framework on computer that doesn't have it yet.


    I would like to know if there is anyway I can automate everything??

    - First install the HASP USB-key driver (eAladdin)
    - then check if .NET Framework 1.1 is installed, if not, install it
    - finally install My application
    ¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯

    accoustic emo-rock band: a tailormade fable

    Visual Studio 2003 / Framework 1.1

  2. #2
    PowerPoster sparrow1's Avatar
    Join Date
    May 2005
    Location
    Globetrotter
    Posts
    2,820

    Re: Automating instalation of drivers and dot net framework

    Quote Originally Posted by jcavard
    Hi! I am at the step where I have to build the installation setup. Everything is fine with my application file, but I have to install the driver for the USB-key and the .NET framework on computer that doesn't have it yet.


    I would like to know if there is anyway I can automate everything??

    - First install the HASP USB-key driver (eAladdin)
    - then check if .NET Framework 1.1 is installed, if not, install it
    - finally install My application
    Hi

    Just install the Bootstrapper plug-in for Visual Studio and the Framework will be included in your installer by default. You can find the download on this site.

    http://www.microsoft.com/downloads/d...displaylang=en

    Once the bootstrapper plug-in is installed the .NET Framework will be included as part of your setup by default. You shouldn't have to do anything more under most circumstances.


    Hope it will help you.

    sparrow1
    Wkr,
    sparrow1

    If I helped you, don't forget to Rate my post. Thank you

    I'm using Visual Studio.Net 2003 and
    2005
    How to learn VB.Net Create setup with VB 2005 Drawing for beginners VB.Net Tutorials GDI+ Tutorials
    Video's for beginners

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