|
![]() |
|
Thread Tools | Search this Thread | Display Modes |
![]() |
#1 |
Senior Member
Join Date: Oct 2014
Location: $DESKTOP
Posts: 100
|
![]()
I am trying to do an installer that includes the VC ++ versions.
In it, there is a button to remove an existing or old VC ++ version. And I want to check which versions of VC ++ are installed, then show it to RichEdit / Label. I was told, to access the registry with a loop $ {FOR}: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{xxxxxx-uuuu-ddddd-zzzzzz-yyyyyyyyyyyy} HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Microsoft\Windows\CurrentVersion\Uninstall\{xxxxxx-uuuu-ddddd-zzzzzz-yyyyyyyyyyyy} How can I query for string GUID(s) of VC ++ {xxxxxx-uuuu-ddddd-zzzzzz-yyyyyyyyyyyy} ? Thanks. |
![]() |
![]() |
![]() |
#2 |
Moderator
Join Date: Jun 2002
Location: ${NSISDIR}
Posts: 5,355
|
EnumRegKey
IntOp $PostCount $PostCount + 1 |
![]() |
![]() |
![]() |
#3 |
Senior Member
Join Date: Nov 2012
Posts: 156
|
PHP Code:
|
![]() |
![]() |
![]() |
|
Tags |
vcplusplus |
Thread Tools | Search this Thread |
Display Modes | |
|
|