开发者

Handling Uninstall for Current User Installation

开发者 https://www.devze.com 2023-01-03 15:17 出处:网络
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.

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开发者_StackOverflow中文版 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.


You would have to install all of the application to completey per-user locations.

0

精彩评论

暂无评论...
验证码 换一张
取 消