Results 1 to 18 of 18

Thread: [05] .NET Framework on USB? [ASAP PLEASE]

Hybrid View

  1. #1
    PowerPoster JuggaloBrotha's Avatar
    Join Date
    Sep 2005
    Location
    Lansing, MI; USA
    Posts
    4,286

    Re: [05] .NET Framework on USB? [ASAP PLEASE]

    the vb6 runtime files comes with every microsoft OS since win98, starting with win2003 the .net framework comes installed on every OS, in time you will be able to put your app on a USB drive and simply run it on every computer without installing the .net framework, provided every computer is running win2003 or windows vista (or newer)
    Currently using VS 2015 Enterprise on Win10 Enterprise x64.

    CodeBank: All ThreadsColors ComboBoxFading & Gradient FormMoveItemListBox/MoveItemListViewMultilineListBoxMenuButtonToolStripCheckBoxStart with Windows

  2. #2
    I'm about to be a PowerPoster! kleinma's Avatar
    Join Date
    Nov 2001
    Location
    NJ - USA (Near NYC)
    Posts
    23,373

    Re: [05] .NET Framework on USB? [ASAP PLEASE]

    Quote Originally Posted by JuggaloBrotha
    the vb6 runtime files comes with every microsoft OS since win98, starting with win2003 the .net framework comes installed on every OS, in time you will be able to put your app on a USB drive and simply run it on every computer without installing the .net framework, provided every computer is running win2003 or windows vista (or newer)
    I think it was actually windows 2000 that was the first OS to ship with VB6 runtimes. I could be wrong, but I was pretty sure of that.

    However I do agree that .NET will move to a similar fashion since vista has all 4 current framework versions preinstalled.

    The reason why the framework needs to be installed locally though, is simply because it is a middleware layer between the OS and your EXE. It writes registry entires, and copies files in the windows folder. Running the CLR from a USB key is just not an option at this point.

    Depending on the specs of the apps you want to be able to work with anywhere, you may want to consider writing these apps in ASP.NET instead, so you can really access them from anywhere that has a web connection.

  3. #3
    Frenzied Member
    Join Date
    Mar 2005
    Location
    Sector 001
    Posts
    1,577

    Re: [05] .NET Framework on USB? [ASAP PLEASE]

    hah, the video guy was conveniently speeding up a process that looks like taking 2 weeks only to end up with something that takes 5 minutes to start. I wonder how big was the original app. If it was working on say AIX, $ 5000+ would probably be closer to reality but having in mind that some great code obfuscators are also doing something close and the price starts from $ 400, these people are definitely pushing their luck.
    VB 2005, Win Xp Pro sp2

  4. #4
    PowerPoster JuggaloBrotha's Avatar
    Join Date
    Sep 2005
    Location
    Lansing, MI; USA
    Posts
    4,286

    Re: [05] .NET Framework on USB? [ASAP PLEASE]

    Quote Originally Posted by kleinma
    I think it was actually windows 2000 that was the first OS to ship with VB6 runtimes. I could be wrong, but I was pretty sure of that.
    i've ran my vb6 programs on clean installs of win98 second edition without installing the vb6 runtime files, which tells me that vb6 runtime files came with win98se first

    i've never looked it up though
    Currently using VS 2015 Enterprise on Win10 Enterprise x64.

    CodeBank: All ThreadsColors ComboBoxFading & Gradient FormMoveItemListBox/MoveItemListViewMultilineListBoxMenuButtonToolStripCheckBoxStart with Windows

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