المساعد الشخصي الرقمي

مشاهدة النسخة كاملة : Application problem



C# Programming
07-06-2009, 06:00 PM
Hi,

I don't know if it's the right forum but it seems to me the most appropriate.
I have an application developed in C# (VS 2005) that work fine on Windows XP.
The application used the TFTP.exe installed on Windows.
now I moved to Vista and discovered that TFTP.exe is not installed by default and some configuration are required.
My question is:
Is it possible to detect (when application setup is running) that the TFTP.exe is not installed and to install it during the setup of my application (to avoid the user to do this manually)?
If yes, how can I do that?

Regards,
Lune