处理当前用户安装的卸载
我有一个 Outlook 插件,它是每个用户的安装程序。安装程序复制 dll 和用户特定的注册表项。我使用 VS2008 vdproj 生成 msi 安装程序。
当一台计算机上的两个用户安装此插件并且其中一个用户卸载它时,所有 dll 都将从 ProgramFiles/App 目录中删除。
如果其他用户也安装了该应用程序,安装程序中是否有解决方法,不删除 dll。
I have an addin for outlook which is installer per user.The installer copies the dlls and user specific registry entries.I using VS2008 vdproj for generating msi installer.
When two user on a machine install this addin and if one of the user uninstall it, all the dlls will be removed from the ProgramFiles/App directory.
Is there a workaround in installer to Not to remove the dlls if other users also have the app installed.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您必须将所有应用程序安装到每个用户的完整位置。
You would have to install all of the application to completey per-user locations.