emeraldtea
Programmer
Hi, All:
We write a C# Windows Application. I am writing installer for it using Visual Studio. I read that "merge module dotnetfxredist_x86_enu.msm is by default added to the project but is excluded from the project. This module contains all files of the .NET funtime. If the .NET runtime is not already installed on the target system, it will be installed along with the application."
I change the status from exclude to not exclude because I want to include this .NET runtime setup in my installer. But when I Build the installer project, there is an error--
C:\setup.vdproj dotNETFXRedist_x86_enu.msm must not be used to redistribute the .NET Framework. Please exclude this merge module.
And after I exclude the module and Build again, a message says--
C:\setupcc.vdproj 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.
Why cannot the moduled be included in the installer?
Where to find the Dotnetfx.exe and install it?
Thanks
We write a C# Windows Application. I am writing installer for it using Visual Studio. I read that "merge module dotnetfxredist_x86_enu.msm is by default added to the project but is excluded from the project. This module contains all files of the .NET funtime. If the .NET runtime is not already installed on the target system, it will be installed along with the application."
I change the status from exclude to not exclude because I want to include this .NET runtime setup in my installer. But when I Build the installer project, there is an error--
C:\setup.vdproj dotNETFXRedist_x86_enu.msm must not be used to redistribute the .NET Framework. Please exclude this merge module.
And after I exclude the module and Build again, a message says--
C:\setupcc.vdproj 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.
Why cannot the moduled be included in the installer?
Where to find the Dotnetfx.exe and install it?
Thanks