Urgent for Deployment

K

Kenneth

Hi,

I have developed a software by using C# with .netcf.

And I use the method that based on this article
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnnetcomp/html/netcfdeployment.asp
to make a .msi file for deployment.

It works pretty fine for my desktop and laptop, but none of my client
computers, the problem behind is because this .msi file needs .net framework
for installation.

Is there anyway to make a setup file that the clients don't have to download
the .net framework. I got more than 5 complains regarding to this now.

Can anyone help me.

Best,
Ken
 
J

Joshua Moore

The redistributable .NET framework install is (dotnetfx.exe), found on
Microsoft's site. It's a start until you can include it into your setup.

Joshua Moore
 
K

Kenneth

Thank you for your help

But just because of the setup file, we need to download a 25MB .net
framework file.

No clients are willing to do like that especially my ppc software is just
1MB.

Any other suggestion will be appreciated.

Ken
 
J

Joshua Moore

You said the .NET Framework...you can install only the compact
framework...much smaller.
 

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