Search found 2 matches

by etrinh
Tue Oct 09, 2012 9:27 am
Forum: Scripting
Topic: How to use the findRegisteredApplication function on Windows?
Replies: 2
Views: 1589

How to use the findRegisteredApplication function on Windows?

Ok just found it:

the key must contains anti-slash:



e.findRegisteredApplication("HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionUninstall{1234567890}InstallLocation")
by etrinh
Tue Oct 09, 2012 9:21 am
Forum: Scripting
Topic: How to use the findRegisteredApplication function on Windows?
Replies: 2
Views: 1589

How to use the findRegisteredApplication function on Windows?

Hi,



I am wondering how to correctly use the findRegisteredApplication function on Windows?

I have the location information path stored by my setup app in the registry, but, I don't know how to make switch retrieving it...



Does anyone have an idea?

Thank you,

Eric