|
-
Aug 14th, 2002, 12:08 AM
#1
Thread Starter
Addicted Member
Include the Dot Net Framework HELP!!!
O.K. my program is done and i want to set-up a setup program for it....it says i need 'something.msi' (something to do with the dotnetframework) were can i find that file so that i can include it with my instalation. Is it on a cd that i got with the vb.net stuff or what? And i downloaded the dot net redist from gotdotnet.com and included it inside the setup(the one that does not work right) and when it goes to install on a computer without the framework it says...something like you need the dot net framework to proceed....well ya stupid setup it is inside the setup .msi file....what can i do???? Please help!!
-
Aug 14th, 2002, 11:02 AM
#2
Thread Starter
Addicted Member
-
Aug 14th, 2002, 11:36 AM
#3
Ok in your setup project under 'Detected Dependencies' you should see 'dotnetfxredist_x86_enu.msm' select it and then in the properties for it find 'Exclude' and set it to FALSE. The the framework will be included in the setup project.
Here is a screenshot:
-
Aug 14th, 2002, 02:22 PM
#4
Thread Starter
Addicted Member
something is wrong
ok i did that but not when it is building the setup program it says
dotNETFXRedist_x86_enu.msm must not be used to redistribute the .NET Framework. Please exclude this merge module.
what should i do?
and about how much space does the .net framework take up memory wise will it make the file BIG? or what? cause the dot net redist was about 19+ megabites and i want my program to be downloadable from the net without it taking a year to download.
Thanks!
-
Aug 14th, 2002, 02:31 PM
#5
Well the framework is like 19 or 21 MGs and they have to have the framework to use your program. If you want instead of having it in the setup just direct them to Windows Update because the Framework is in there. Then just tell them they have to have the .NET Framework to run the program.
Last edited by Edneeis; Aug 14th, 2002 at 02:41 PM.
-
Aug 14th, 2002, 02:38 PM
#6
Thread Starter
Addicted Member
any suggestions
do you know why it gives me the message
dotNETFXRedist_x86_enu.msm must not be used to redistribute the .NET Framework. Please exclude this merge module.
because it is not including the framework for some reason any suggestions why?
-
Aug 14th, 2002, 02:49 PM
#7
Try searching in the .NET help for this topic:
Walkthrough: Reducing the Size of an Installer by Excluding Merge Modules
-
Aug 14th, 2002, 03:36 PM
#8
Thread Starter
Addicted Member
I want
I want to be able to distribute the framework with the installation so it would be great if i knew why it keeps telling me
dotNETFXRedist_x86_enu.msm must not be used to redistribute the .NET Framework. Please exclude this merge module.
If anyone knows why it is doing this let me know and please let me know how to fix it.
THANKS A LOT!!!
-
Aug 14th, 2002, 04:58 PM
#9
Addicted Member
Apparently this option is no longer available in the release version - it was in Beta. The .net framework now has to be installed separately if it is not already on the machine you are installing your app. Why they left this confusing option in the setup project after removing the ability to install it - I don't know!!
-
Aug 16th, 2002, 11:24 PM
#10
Junior Member
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
|