[Message Deleted]
-
[Message Deleted]
-
[Message Deleted]
Have a look at: bindingRedirect[^]. Do you mean something like that.
The need to optimize rises from a bad design.My articles[^]
-
Have a look at: bindingRedirect[^]. Do you mean something like that.
The need to optimize rises from a bad design.My articles[^]
[Message Deleted]
-
[Message Deleted]
amardeep deshmukh wrote:
I will display all the versions of application installed on the clients machine- By looking in the Registry
How do you find the application from the registry? Do you use HKEY_CLASSES_ROOT?
The need to optimize rises from a bad design.My articles[^]
-
amardeep deshmukh wrote:
I will display all the versions of application installed on the clients machine- By looking in the Registry
How do you find the application from the registry? Do you use HKEY_CLASSES_ROOT?
The need to optimize rises from a bad design.My articles[^]
[Message Deleted]
-
[Message Deleted]
Now we are a bit off from my area, but if you know either CLSID or ProgId, there are functions for COM like ProgIDFromCLSID and CLSIDFromProgID. However, I don't know if they work for the guid in Uninstall-path. I've understood that for example Microsoft Office is just one entry in Uninstall but it has several com components for all products (word, excel etc). AFAIK installer keeps it's own inventory under HKEY_CLASSES_ROOT\Installer\Products. Also all CLSID's are under HKEY_CLASSES_ROOT\ClSID. In products folder most products have Transforms entry and the guid in that seem to reference to the installation folder in SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall. That's about all I could come up with.
The need to optimize rises from a bad design.My articles[^]
-
Now we are a bit off from my area, but if you know either CLSID or ProgId, there are functions for COM like ProgIDFromCLSID and CLSIDFromProgID. However, I don't know if they work for the guid in Uninstall-path. I've understood that for example Microsoft Office is just one entry in Uninstall but it has several com components for all products (word, excel etc). AFAIK installer keeps it's own inventory under HKEY_CLASSES_ROOT\Installer\Products. Also all CLSID's are under HKEY_CLASSES_ROOT\ClSID. In products folder most products have Transforms entry and the guid in that seem to reference to the installation folder in SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall. That's about all I could come up with.
The need to optimize rises from a bad design.My articles[^]
[Message Deleted]
-
[Message Deleted]