Click here to Skip to main content
15,886,919 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Thank you for quick reply.
But not working to accoring your sending reply.
send slidely change same Question.
Question is below
-----------------
Actually my problem is how can i dynamically install .NET Framework 2.0 or 4.0 through installer class????
suppose i install the Windows Installer package i.e. Setup.msi to new m/c where there is no install .NET Framework 2.0 Or 4.0
But there are msg shown that '.Net Framework is not install' during installation.
how is it possible???
Plz send to me correct vb.net coding as early as possible....
Posted

Please do not start a new thread for an existing question. Go back to your original and respond to the volunteers who offered to help you.

This question will be deleted.
 
Share this answer
 
You can't. The Installer class is part of the .NET Framework. If the framework isn't there, your Installer class isn't running at all. The .NET Framework must be installed BEFORE your setup .MSI is launched.

You have to install it from a Setup.exe wrapper of some kind.
 
Share this answer
 
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900