How do I make the 32-bit Perl read the 64-bit Windows registry?

后端 未结 3 676
情话喂你
情话喂你 2021-01-18 12:20

I have a 32-bit perl installer. Using this I need to be able to install and uninstall both 32- and 64-bit applications.

Installing 32- and 64-bit is fine. Uninstalli

3条回答
  •  轮回少年
    2021-01-18 13:18

    Yes, you have to use KEY_WOW64_64KEY, there is no other workaround for a 32-bit process. Calling the Win32 API directly from Perl appears possible, judging from this web page.

提交回复
热议问题