G
GraemeE
Hi,
I've created setup and custom installer(C#) projects using VS2003 to package
and deploy an application to a device, but some users are reporting that
unless they have .NET 1.1 installed, when they open the msi, they get the
following message:-
"This setup requires the .NET Framework version 1.1.4322. Please install the
..NET Framework and run this setup again..."
I know that in general .NET apps run against the version of .NET they were
compiled against but this can be overridden in the app config file, but is a
similar thing possible in the context of the msi?
These users have already got .NET 2.0 so they should not be forced into
installing 1.1 just to install something on their PocketPc device.
Thanks,
Graeme
I've created setup and custom installer(C#) projects using VS2003 to package
and deploy an application to a device, but some users are reporting that
unless they have .NET 1.1 installed, when they open the msi, they get the
following message:-
"This setup requires the .NET Framework version 1.1.4322. Please install the
..NET Framework and run this setup again..."
I know that in general .NET apps run against the version of .NET they were
compiled against but this can be overridden in the app config file, but is a
similar thing possible in the context of the msi?
These users have already got .NET 2.0 so they should not be forced into
installing 1.1 just to install something on their PocketPc device.
Thanks,
Graeme