How to access value data of Registry directly by skipping just upper level node. e. g HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{Keycode}... i want to skip keycode and access Value data from Uninstall node . Value data is...
Is there any API use in installscript for check the user access permissions on Folders, Registry and COM + Components . Could anyone please help me in the same.
Installscript project ciuld not able to write registry value - HKLM\SOFTWARE\{Company}\{Product} on 64 bit OS.. it only change value to HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\{Company}\{Product}.. could any one suggest me how to write registry va...
Thanks.. and one more query in the same.. How to find out product by Display name value by skipping Uninstall\Productcode.. if same product with different product code is installed on target system then how could we find out that specific product is...