"dotNETFXRedist_x86_enu.msm must not be used..."?

  • Thread starter Thread starter jerryau
  • Start date Start date
J

jerryau

Hi all,

I'm trying to create an installer for my project. The software is
going to be installed on a machine without the .NET Framework. When
I try to include the "dotNETFXRedist_x86_enu.msm" file in the
dependecy folder I get the following error message:
"dotNETFXRedist_x86_enu.msm must not be used to redistribute the .NET
Framework. Please exclude this merge module."

Is there anything I need to do to make it work?

Thanks,
Jerry
 
Microsoft gives you specific advice in the whitepaper at
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnnetdep/html/redistdeploy.asp

In addition, take a look at the bootstrap installer on
http://www.codeproject.com/managedcpp/dotnetsetup.asp

Hope this helps,
--- Nick

jerryau said:
Hi all,

I'm trying to create an installer for my project. The software is
going to be installed on a machine without the .NET Framework. When
I try to include the "dotNETFXRedist_x86_enu.msm" file in the
dependecy folder I get the following error message:
"dotNETFXRedist_x86_enu.msm must not be used to redistribute the .NET
Framework. Please exclude this merge module."

Is there anything I need to do to make it work?

Thanks,
Jerry



----== Posted via Newsfeed.Com - Unlimited-Uncensored-Secure Usenet News==----
http://www.newsfeed.com The #1 Newsgroup Service in the World! >100,000 Newsgroups
---= 19 East/West-Coast Specialized Servers - Total Privacy via Encryption
=---
 
Back
Top