tags:

views:

5

answers:

0

Can anyone help me with this requirement what i have in WIX. I need to develop a MSI to create a website. This website is used by other MSI's for creating VDir and apppool which would be implemented by Website Locator. Now during uninstallation, the MSI should check, if the VDir of other MSI's are present and if it does not exist, only then the website should be remove or else the website should not be removed. I know its little confusing, but any inputs will be appreciated.

I normal case, during uninstallation the WIX just removes the Website it creates, regardless of checking if any Virtual Dir of other MSI exists or not. If i use permanent=yes, it does not remove the website at all, but it my case it needs to delete the webiste, if no Vdir's of other MSI are tagged to it.