When I run the MSI installer I built for my Windows Mobile application, it requires .Net 3.5 on the computer (not the device) being used to install to the device. Is there a way to build the MSI so that it won't require .Net 3.5 on the installing computer? I'd like to make this as simple as possible for users and not require any extra steps.
Platform: VS 2008, C# targetting Windows Mobile Professsional 6 and up.
Thanks in advance.