简体   繁体   English

兑换 Outlook VBA 参考总是在 Citrix 中重置

[英]Redemption Outlook VBA reference always getting reset in Citrix

Every time I enable the Redemption Outlook library in my Access VBA (tools -> references), it seems to get reset when I log out of Citrix.每次我在 Access VBA(工具 -> 参考)中启用 Redemption Outlook 库时,当我注销 Citrix 时,它似乎会被重置。 Is there any way to keep it as a persistently-added reference like the others?有什么办法可以像其他人一样将其作为持久添加的参考资料?

It probably means the HKCU registry gets reset.这可能意味着 HKCU 注册表被重置。 Try to register Redemption with regsvr32.exe from an elevated command prompt - it then will install itself in HKCR.尝试在提升的命令提示符下使用 regsvr32.exe 注册 Redemption - 然后它将自行安装在 HKCR 中。

It's more likely that the registry entry for this reference simply isn't getting saved permanently when Citrix exits.当 Citrix 退出时,此引用的注册表项更有可能不会永久保存。 Talk to your Citrix admin about adding the registry entries permanently.与您的 Citrix 管理员讨论永久添加注册表项。 Otherwise, rather than running your Access app directly in Citrix, consider running a script in Citrix (vbscript or Powershell) which adds the reference for this to the registry at runtime and then starts your app.否则,与其直接在 Citrix 中运行您的 Access 应用程序,不如考虑在 Citrix(vbscript 或 Powershell)中运行一个脚本,该脚本在运行时将对此的引用添加到注册表,然后启动您的应用程序。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM