I have .Net product with msi installer implemented using WiX. Now it is possible to run several instances of my installer at the same time. I am wondering whether it's possible to restrict run more than one instance of installer at the same time?
Thanks.