prsyahmi / wic_heic

Windows Imaging Component for HEIC file - Add ability for windows or other software to open HEIC files
145 stars 3 forks source link

INFO: It is crucial do register the DLL with administrator rights! #4

Open PeterCodar opened 1 year ago

PeterCodar commented 1 year ago

If you open a CMD prompt without administrator rights and execute regsvr32 wic_heic.dll you get a misleading "succeeded" message box, but you can't view HEIC fotos!

Only if you use a CMD prompt WITH admin rights the DLL works correctly.

Maybe you should set your PAUSE in the batch file BEFORE the above regsvr32 command, otherwise people (including me) just press Enter and wondering, why HEIC still can't be viewed...

And for the Installation instructions something like -> Open command as admin (<- it's crucial!)