CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 4 of 4

Thread: Setup.exe

  1. #1
    Join Date
    Jan 2003
    Posts
    3

    Setup.exe

    can someone walk me thrugh creating the SETUP.EXE so it will run on another computer that does not have .NET Framwork.

    Robert

  2. #2
    Join Date
    Oct 2002
    Location
    Växjö, Sweden
    Posts
    225
    I could walk you through how to make a setup.exe, but every machine that want to run a .NET application still need the .NET framework installed....

    /Leyan

  3. #3
    Join Date
    Jan 2003
    Posts
    3
    Thanks for the reply

    As i understand it, you need to attach a file to the setup.EXE so that if the users computer does not have the .NET Framwork it will install the nessary file.

    is this correct ? and if it does have the Framwork will this pose a probulm?

  4. #4
    Join Date
    Mar 2002
    Location
    St. Petersburg, Florida, USA
    Posts
    12,125
    Yes, that is the .NET Framework runtime.
    TheCPUWizard is a registered trademark, all rights reserved. (If this post was helpful, please RATE it!)
    2008, 2009,2010
    In theory, there is no difference between theory and practice; in practice there is.

    * Join the fight, refuse to respond to posts that contain code outside of [code] ... [/code] tags. See here for instructions
    * How NOT to post a question here
    * Of course you read this carefully before you posted
    * Need homework help? Read this first

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

Featured