Anil Prasad wrote:

I have two different applications packages A and B. B is dependent on A for its functionality. Now the issue is after installation of B, I am not able to tell windows that unless B is un-installed don't let anybody uninstall A.

I looked at MSI documentation and found an API MsiUseFeature but didn't find any way to use it via wxs script. Worse scenario seems like, I need to implement customaction to use this call.


Does MsiUseFeature prevent uninstallation? I don't see a corresponding "un-use" function, so it doesn't seem likely to entirely solve your issue. MSI doesn't have product-level ref-counting.

--
sig://boB
http://bobs.org

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to