Hi. Really jazzed, I am getting close to doing something very cool with AMS: By clicking one button, I check 3 different reg entries and go to another screen that shows which entry is Found/Not Found. You can click on any Not Found line and get directions on how to install that feature. Once all three items are found, a different screen appears and tells you all items are found and you can proceed with the install.
Here's the problem: Only two of the three variables work - the W2K SP2 variable does not see if SP2 is installed or uninstalled.
My entry is:
Main Key: HKEY_LOCAL_MACHINE
Subentry: Software\Microsoft\Windows NT\CurrentVersion\CSDVersion
Value: Service Pack 2
Tried both True and False defaults. This toggles the Found and Not Found lines but not accurately according to finding/not finding the reg entry.
The difference between this entry and the other two that work, is that it has a value entry and longer path, where the ones that work don't - they use the True if Exists.
Hope this all makes sense - thanks in advance!
Tony
Here's the problem: Only two of the three variables work - the W2K SP2 variable does not see if SP2 is installed or uninstalled.
My entry is:
Main Key: HKEY_LOCAL_MACHINE
Subentry: Software\Microsoft\Windows NT\CurrentVersion\CSDVersion
Value: Service Pack 2
Tried both True and False defaults. This toggles the Found and Not Found lines but not accurately according to finding/not finding the reg entry.
The difference between this entry and the other two that work, is that it has a value entry and longer path, where the ones that work don't - they use the True if Exists.
Hope this all makes sense - thanks in advance!
Tony
Comment