UWiseUser
11 years agoLevel 2
Install Verification\Condition for Command execution on 64 bit.
In the past, we have relied upon SMS Installer to verify an application installation using the HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{guid ID} DisplayName or DisplayVersion value and to issue the UninstallString to remove the application. SMS Installer apparently does not see the above key on a 64 bit machine (assuming is redirected to the Wow6432Node where the key does not reside). How do I verify the data in the above key and issue the uninstall command based upon that condition being met?