${If} ${IsInstalledARP} "NSIS"
Time to Share.. ^_^
I extended the LogicLib to perform a simple DisplayName regular expression pattern match on the Add & Remove Programs registry branch.
Enjoy...
AddRemove Programs IsInstalled Test
Archive: ${If} ${IsInstalledARP} "NSIS"
${If} ${IsInstalledARP} "NSIS"
Time to Share.. ^_^
I extended the LogicLib to perform a simple DisplayName regular expression pattern match on the Add & Remove Programs registry branch.
Enjoy...
AddRemove Programs IsInstalled Test
Nice. I actually wrote something like recently for an internal project. Pretty much the same, only I used a prefix instead of regex.