Hi all,
My application can not register uninstall information to registry, it gave an error message as below:
"The specified resource type connot be found in the image file."
When I tried to RegOpenKeyEx(HKEY_LOCAL_MACHINE, REGSTR_PATH_UNINSTALL, .., ..), "SOFTWAR\Microsoft\Windows\CurrentVersion\Uninstall" can not open.
Does anyone have any idea My application can be installed on some computers, but failed to install to others. The operating systems are the same for all these computers.
Is there other directory for uninstall information I can install the other software on the computers that I can not install my application.
Thanks in advance!