Bundling .netframework in a setup file

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • lttan123
    New Member
    • Oct 2008
    • 11

    Bundling .netframework in a setup file

    Bundling framework in a setup file

    Hi there,
    hope someone can help me out in this.

    i am creating an application to check if .net framework 3.5 is installed. If not installed i will automatacilly run an executable file.

    the problem:
    1.now i have .net framework 3.5 how do i execute it from the program

    2.even if i have it working in the VS environment. When i bundle the setup file how do i know where to load the executable .net framework from
  • kenobewan
    Recognized Expert Specialist
    • Dec 2006
    • 4871

    #2
    This thread may help you:
    How to bundle .net framework with my application setup

    Comment

    Working...