Hi,
I need to install 64-bit application on 64-bit Windows target machine. This application is plugin for other application. In order for the respective application to load my plugin, it needs to have data in the WOW6432Node as well.
How should I make a configuration in the project to simultaneously write data to the registry for 64-bit (HKLM\Software\...) and 32-bit (HKLM\WOW6432Node\Software\...) applications?
In project I define registry entry for both HKLM\Software and HKLM\WOW6432Node\Software, but installation fill only one depends on If I choose that this is 32-bit package or 64-bit package.
Best regards,
Kruno