使用Installshield 2012 LE在x64 PC上的32位配置单元中创建注册表项-避免重定向 [英] Create registry key in 32-bit hive on x64 PC using Installshield 2012 LE - Avoid redirection

查看:89
本文介绍了使用Installshield 2012 LE在x64 PC上的32位配置单元中创建注册表项-避免重定向的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在尝试在x64操作系统中部署Outlook 2010 x64加载项.对于此AddIn,我必须在HKEY_LOCAL_MACHINE\Software\Microsoft\Office\Outlook\Addins\[add-in ID]处创建注册表项.但是Installshield Spring 2012 LE坚持在HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Office\Outlook\Addins\[add-in ID]处创建注册表项.

I am trying to deploy an Outlook 2010 x64 AddIn in a x64 OS. For this AddIn I have to create the registry keys at HKEY_LOCAL_MACHINE\Software\Microsoft\Office\Outlook\Addins\[add-in ID]. But Installshield Spring 2012 LE insists in creating the registry keys at HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Office\Outlook\Addins\[add-in ID].

我知道正在进行注册表创建的重定向,但是如何避免这种重定向?为了使其正常工作,需要在32位配置单元中创建AddIn注册表项.

I know there's a redirection of the registry creation taking place, but how do I avoid this redirection? The AddIn registry keys need to be created in the 32-bits hive in order for it to work.

有什么想法吗?

推荐答案

在VS中打开设置,请转到常规信息"中的组织设置"部分.在那里将属性"ALLUSERS"更改为"ALLUSERS =(每用户安装)".这将使Installshield在注册表的32位配置单元中创建注册表项. – Joe Almore 13年10月10日,3:03

Open your setup in VS, go to the "Organize Your Setup" section at "General Information". There change the property "ALLUSERS" to "ALLUSERS=""(Per-user installation)". This will make the Installshield create the registry keys in the 32-bit hive of the registry. – Joe Almore Oct 10 '13 at 3:03

这篇关于使用Installshield 2012 LE在x64 PC上的32位配置单元中创建注册表项-避免重定向的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆