문제

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.

도움이 되었습니까?

해결책

Only one .msi will install at a time, but you can open the UI of any number; nothing in MSI prevents it.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top