Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Check if Windows imaging components is installed (wic registry)

Tags:

windows

How to check whether windows imaging component is installed or not on 64 bit XP machine.

like image 924
Bhushan Avatar asked Sep 26 '11 10:09

Bhushan


2 Answers

Check the existence of C:\Windows\System32\WindowsCodecs.dll

like image 58
Harvey Kwok Avatar answered Oct 13 '22 14:10

Harvey Kwok


Windows imaging component gets installed along with the MSOFFICE. if not check in registry >>

HKEY_LOCAL_MACHINE\Software\Microsoft\Windows Imaging Component

Check for InstalledVersion in that regdirectory.

If that key is present then windows imaging component is installed else not

like image 45
Bhushan Avatar answered Oct 13 '22 15:10

Bhushan