Results 1 to 6 of 6

Thread: My program I created, ask me to install .net Framwork 1.1.4322

  1. #1

    Thread Starter
    New Member
    Join Date
    Dec 2006
    Posts
    6

    My program I created, ask me to install .net Framwork 1.1.4322

    My program I created at home, when I created a .msi file and i was trying to install it at work then it ask me to install .net Framwork 1.1.4322. I ran into this problem before, I fixed it with Orca, and I dont remember how to fix it in Ocra. Does Anyone know lines do I delete to fix my installer file?

  2. #2
    Addicted Member
    Join Date
    Dec 2006
    Location
    London, England
    Posts
    142

    Re: My program I created, ask me to install .net Framwork 1.1.4322

    you can add the .net framework to your program by using a boothstapper.

    But, for a program to run with .Net, the .Net framework has to be installed on the client computer.....

    Redmo
    The universal aptitude for ineptitude makes any human accomplishment an incredible miracle -Col. John P. Stapp


    Please rate the posts that have helped. Makes us feel all warm and fuzzy

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

    Re: My program I created, ask me to install .net Framwork 1.1.4322

    does your work PC have the .NET framework on it? because if it doesn't then your app still won't run until you install the framework.

  4. #4
    Super Moderator jmcilhinney's Avatar
    Join Date
    May 2005
    Location
    Sydney, Australia
    Posts
    111,221

    Re: My program I created, ask me to install .net Framwork 1.1.4322

    There's nothing wrong with your installer file and you shouldn't be deleting anything from it. Install the VS.NET 2003 bootstrapper plug-in and then when you rebuild your installer it will include the Framework with it. When you then execute your installer it will first install the Framework if the target system doesn't already have it.

    http://www.microsoft.com/downloads/d...3-72f9c370bd19
    Why is my data not saved to my database? | MSDN Data Walkthroughs
    VBForums Database Development FAQ
    My CodeBank Submissions: VB | C#
    My Blog: Data Among Multiple Forms (3 parts)
    Beginner Tutorials: VB | C# | SQL

  5. #5

    Thread Starter
    New Member
    Join Date
    Dec 2006
    Posts
    6

    Re: My program I created, ask me to install .net Framwork 1.1.4322

    Quote Originally Posted by jmcilhinney
    There's nothing wrong with your installer file and you shouldn't be deleting anything from it. Install the VS.NET 2003 bootstrapper plug-in and then when you rebuild your installer it will include the Framework with it. When you then execute your installer it will first install the Framework if the target system doesn't already have it.

    http://www.microsoft.com/downloads/d...3-72f9c370bd19


    I downloaded the bootstrapper software, but how do you know when you rebuild your project that bootstrapper is placed inside?

  6. #6
    Super Moderator jmcilhinney's Avatar
    Join Date
    May 2005
    Location
    Sydney, Australia
    Posts
    111,221

    Re: My program I created, ask me to install .net Framwork 1.1.4322

    Without the bootstrapper your output will not include dotnetfx.exe. Once you've installed the bootstrapper your output WILL include dotnetfx.exe.
    Why is my data not saved to my database? | MSDN Data Walkthroughs
    VBForums Database Development FAQ
    My CodeBank Submissions: VB | C#
    My Blog: Data Among Multiple Forms (3 parts)
    Beginner Tutorials: VB | C# | SQL

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