|
Hi, is there any possible way to read a registry key during the installation process? I'm executing a Custom Action which opens an executable (WinForms application). Application writes some value in specified registry key on close. Then, I need to read a registry key value and write it to some property.
|