首页 > 其他 > 详细

Fix: When installing msi, custom action about deleting registy key does not work

时间:2014-08-07 18:51:20      阅读:313      评论:0      收藏:0      [点我收藏+]

Problem description:

The problem may happen when UAC is enabled, it is usually because of the insufficient right to delete the registry key.

 

Solution:

1. Run installer in command prompt as administrator

2. Set custom action In-script execution to be Deferred Execution in System Context, this can work even if UAC is enabled and without using command line to install

bubuko.com,布布扣

Like Deferred Execution actions, these actions do not launch until the script generated by the Windows Installer service is run. However, actions of this type execute with no user impersonation.

Fix: When installing msi, custom action about deleting registy key does not work,布布扣,bubuko.com

Fix: When installing msi, custom action about deleting registy key does not work

原文:http://www.cnblogs.com/pengpenghappy/p/3897631.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!