msi .NET dependency

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top