jstuardo
Posts: 87
Joined: Mon Nov 09, 2015 10:44 pm

Registry key is not added

Hello,

I have an installer where I have added some registry keys, as shown in the following image:
AI_Registry.png
AI_Registry.png (25.57 KiB) Viewed 8935 times
The curious thing is that the key videoencoder->shell->open->command is created, however, the key com.dxxxxxx.vidxxencodxx is not created.

Any help, please?

I am attaching the AIP file.

Regards
Jaime
Attachments
VideoEncoder.aip
(24.27 KiB) Downloaded 246 times
Daniel
Posts: 8238
Joined: Mon Apr 02, 2012 1:11 pm
Contact: Website

Re: Registry key is not added

Hi Jaime,

Please note that the related registry is a 32-bit registry key therefore on 64-bit machine it will be installed under Wow6432Node registry section. Here it is its install path:
HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Google\Chrome\NativeMessagingHosts\com.desytec.videoencoder
on a 64-bit machine.

Could you please check under this path?

Also, if you need the above registry be installed under the 64-bit registry zone (e.g. HKEY_LOCAL_MACHINE\SOFTWARE\Google\Chrome\NativeMessagingHosts\com.desytec.videoencoder), then just right click on the (Default) registry value that resides under the related reg key in your project, choose "Go To Component" context menu option and then on the selected component check the "64-bit Component" option.

All the best,
Daniel
Daniel Radu - Advanced Installer Team
Follow us: Twitter - Facebook - YouTube

Return to “Building Installers”