Results 1 to 8 of 8

Thread: Making the Setup for non .net systems

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Nov 2003
    Location
    Amsterdam
    Posts
    74

    Making the Setup for non .net systems

    How to make the setup for my VB.net app so that it runs on client systems which doesn't have .net framework?
    I understand that the setup must install the framework first...but how to achieve that?
    I found one article in MSDN which asked me to download one boot strapper exe...which downloaded doesn't seem to be doing anything....
    Please help....

  2. #2
    Frenzied Member
    Join Date
    Feb 2003
    Location
    Argentina
    Posts
    1,950
    I don't believe you can include the framework as part of the program install. It has to be installed separately. You can include the framework on the CD or whatever you distribute (netfx.exe, or something like that, don't have it handy -it should be on the .Net cd), or users can download it through Windows Update. Either way, it has to be installed separately.
    Unless they're using XP, which already has it. They also need mdac 2.7 or above.

  3. #3
    Fanatic Member
    Join Date
    Jul 2003
    Posts
    830
    XP already has the .NET Framework installed? Is that right?



    This may be the link where you found the bootstrapper thing, but it tells you how to do it here. Just look through this page.


    Microsoft's bootstrapper thing
    Last edited by birthjay; Jan 31st, 2004 at 08:43 AM.

  4. #4
    Frenzied Member
    Join Date
    Feb 2003
    Location
    Argentina
    Posts
    1,950
    Originally posted by birthjay
    XP already has the .NET Framework installed? Is that right?

    That's what I understand. Haven't developed for XP, though. I *think* the bootstrapper checks for mdac, maybe the framework, (.Net's at the office, I'm at home), but either way it doesn't install the framework. I read on MSDN that future versions may include that capability, but not yet.

  5. #5
    yay gay PT Exorcist's Avatar
    Join Date
    Apr 2002
    Location
    . . . my reason of shame
    Posts
    2,729
    Windows XP does NOT have the .net framework installed
    \m/\m/

  6. #6
    Frenzied Member
    Join Date
    Feb 2003
    Location
    Argentina
    Posts
    1,950
    My brand new laptop does. It's XP Pro, maybe XP Home doesn't. I've never heard anything good about XP Home.

  7. #7
    yay gay PT Exorcist's Avatar
    Join Date
    Apr 2002
    Location
    . . . my reason of shame
    Posts
    2,729
    Originally posted by salvelinus
    My brand new laptop does. It's XP Pro, maybe XP Home doesn't. I've never heard anything good about XP Home.
    Maybe because it might have the SP and thats a whole different story
    \m/\m/

  8. #8
    KrisSiegel.com Kasracer's Avatar
    Join Date
    Jul 2003
    Location
    USA, Maryland
    Posts
    4,985
    Windows XP sp1b has the framework. I'm not sure if sp1a does and I know for a fact that WindowsXP (without any service packs) do not have the framework. I believe the version that is on the service pack is only 1.0.

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