|
-
Dec 22nd, 2006, 11:22 AM
#1
Thread Starter
New Member
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?
-
Dec 22nd, 2006, 11:26 AM
#2
Addicted Member
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
-
Dec 22nd, 2006, 11:26 AM
#3
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.
-
Dec 22nd, 2006, 09:12 PM
#4
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
-
Jan 5th, 2007, 03:16 PM
#5
Thread Starter
New Member
Re: My program I created, ask me to install .net Framwork 1.1.4322
 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?
-
Jan 5th, 2007, 08:53 PM
#6
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.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|