Is it possible to run a C# application off a DVD

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

    Is it possible to run a C# application off a DVD

    Is it possible to run a C# application from a DVD without installing
    anything on the clients computer? I have a databrowser app I want to
    distribute, with associated data images, on DVD.

    Thanks always,

    --Tim Sprout

  • MC

    #2
    Re: Is it possible to run a C# application off a DVD

    Is it possible to run a C# application from a DVD without installing
    anything on the clients computer? I have a databrowser app I want to
    distribute, with associated data images, on DVD.
    Certainly, IF the client's computer has a sufficiently up-to-date version of
    ..NET Framework installed. .NET Framework 2.0 has been distributed through
    Windows Update, and 3.0 comes with Vista. So target .NET 2.0 and most
    people will be able to run it.


    Comment

    Working...