We try to put solutions for the problems you would face in your daily life of being a developer. Keep visiting this website regularly...
Pages
▼
Wednesday, November 9, 2011
How to check programmatically whether Word, Excel exists on Windows OS machine.
To check whether Word, Excel is exists (Office installed) on your Microsoft OS Machine or not, we will use "RegistryKey" class to get information.
Here is C# code for the same.
No comments:
Post a Comment