Installation Package Question
-
I have written a dialog based program using visual c++ and am now trying to deploy the project. The project deploys fine on all Windows systems with the .Net structure built into it. Any system that does not have the .Net structure built into it will cause the Setup.msi to say "Must install .NET blah blah blah first" and then it will close my installation package. When I build the installation package within VC++, it says "WARNING: This setup does not contain the .NET Framework which must be installed on the target machine by running dotnetfx.exe before this setup will install. You can find dotnetfx.exe on the Visual Studio .NET 'Windows Components Update' media. Dotnetfx.exe can be redistributed with your setup." What, when, and where do I need to run that dotnetfx.exe? Do I include it with my installer? How do I do that?:confused: Thank you, Red Sunday ----------------- http://www.zachcalvert.com
-
I have written a dialog based program using visual c++ and am now trying to deploy the project. The project deploys fine on all Windows systems with the .Net structure built into it. Any system that does not have the .Net structure built into it will cause the Setup.msi to say "Must install .NET blah blah blah first" and then it will close my installation package. When I build the installation package within VC++, it says "WARNING: This setup does not contain the .NET Framework which must be installed on the target machine by running dotnetfx.exe before this setup will install. You can find dotnetfx.exe on the Visual Studio .NET 'Windows Components Update' media. Dotnetfx.exe can be redistributed with your setup." What, when, and where do I need to run that dotnetfx.exe? Do I include it with my installer? How do I do that?:confused: Thank you, Red Sunday ----------------- http://www.zachcalvert.com