.NET Framework automatic installation when inserting the compact disc

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

    .NET Framework automatic installation when inserting the compact disc

    Hi!

    Before launching the need to check if you have Framework, if not, to start
    the installation process.

    http://www.alvas.net - Audio tools for C# and VB.Net developers


  • kimiraikkonen

    #2
    Re: .NET Framework automatic installation when inserting the compactdisc

    On Mar 27, 11:14 pm, "Alexander Vasilevsky" <m...@alvas.net wrote:
    Hi!
    >
    Before launching the need to check if you have Framework, if not, to start
    the installation process.
    >
    http://www.alvas.net- Audio tools for C# and VB.Net developers
    Could you define your statement more clearly? If you want to
    install .NET framework just put the setup file in your CD and generate
    a simple autorun.inf file pointing to this setup file. But if you want
    to check framework's existence, write an app and put this app's
    location in your autorun.inf file which only checks valid framework,
    then if it's not found install framework.

    Comment

    Working...