This website uses cookies. By clicking Accept, you consent to the use of cookies. Click Here to learn more about how we use cookies.
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
- Revenera Community
- :
- InstallShield
- :
- InstallShield Forum
- :
- Installshield Limited Edition with VS 2012 Deploy Outlook x64 Addin
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Nov 07, 2013
04:03 PM
Installshield Limited Edition with VS 2012 Deploy Outlook x64 Addin
Hi,
I am creating a setup to deploy an Outlook Addin using Installshield LE i have set the registry keys to use x64 node and using vsto 2010 but my deployment settings are ignored and the key is always created in wow6432 node in the registry so the addin is not visible unless i manually add key to the correct node in the registry. The installation has no errors but fails to show up till i do the above key change. How do i fix this. Please help.
I have set the registry in the setup to be "[HKLM\SOFTWARE\Microsoft\Office\Outlook\Addins\MyAddin1.Connect]" but it still puts it under "[HKLM\SOFTWARE\Wow6432Node\Microsoft\Office\Outlook\Addins\MyAddin1.Connect]"
KEY IS ADDED TO:
[HKLM\SOFTWARE\Wow6432Node\Microsoft\Office\Outlook\Addins\MyAddin1.Connect]
KEY SHOULD BE ADDED TO:
[HKLM\SOFTWARE\Microsoft\Office\Outlook\Addins\MyAddin1.Connect]
I am creating a setup to deploy an Outlook Addin using Installshield LE i have set the registry keys to use x64 node and using vsto 2010 but my deployment settings are ignored and the key is always created in wow6432 node in the registry so the addin is not visible unless i manually add key to the correct node in the registry. The installation has no errors but fails to show up till i do the above key change. How do i fix this. Please help.
I have set the registry in the setup to be "[HKLM\SOFTWARE\Microsoft\Office\Outlook\Addins\MyAddin1.Connect]" but it still puts it under "[HKLM\SOFTWARE\Wow6432Node\Microsoft\Office\Outlook\Addins\MyAddin1.Connect]"
KEY IS ADDED TO:
[HKLM\SOFTWARE\Wow6432Node\Microsoft\Office\Outlook\Addins\MyAddin1.Connect]
KEY SHOULD BE ADDED TO:
[HKLM\SOFTWARE\Microsoft\Office\Outlook\Addins\MyAddin1.Connect]
(2) Replies
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Nov 11, 2013
04:41 AM
Hi,
This is an expected behaviour of windows and is mainly caused because of the Registry Redirector. The redirection will happen automatically and is not the behaviour of InstallShield.
64-bit version of an application may use different registry keys and values than the 32-bit version.
For more information on this, kindly follow the below link:
http://msdn.microsoft.com/en-us/library/windows/desktop/ms724072(v=vs.85).aspx
Please let us know if you need any further assistance on this.
Thanks,
Chaitra
This is an expected behaviour of windows and is mainly caused because of the Registry Redirector. The redirection will happen automatically and is not the behaviour of InstallShield.
64-bit version of an application may use different registry keys and values than the 32-bit version.
For more information on this, kindly follow the below link:
http://msdn.microsoft.com/en-us/library/windows/desktop/ms724072(v=vs.85).aspx
Please let us know if you need any further assistance on this.
Thanks,
Chaitra
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Nov 11, 2013
11:38 AM
Chaitra wrote:
Hi,
This is an expected behaviour of windows and is mainly caused because of the Registry Redirector. The redirection will happen automatically and is not the behaviour of InstallShield.
64-bit version of an application may use different registry keys and values than the 32-bit version.
For more information on this, kindly follow the below link:
http://msdn.microsoft.com/en-us/library/windows/desktop/ms724072(v=vs.85).aspx
Please let us know if you need any further assistance on this.
Thanks,
Chaitra
Thanks Chaitra that was helpful we will see what changes we can do.