Prevent MSMQ queues from being removed and recreated during a major upgrade

Posted by KevM on Stack Overflow See other posts from Stack Overflow or by KevM
Published on 2010-03-17T20:38:14Z Indexed on 2010/03/17 20:41 UTC
Read the original article Hit count: 338

Filed under:
|

I have an installer which creates MSMQ message queues. During a major upgrade I am noticing that the queues are getting removed and reinstalled. Any suggestions to avoid this from happening?

I am currently scheduling remove existing products after InstallInitialize

<RemoveExistingProducts After="InstallInitialize"/>

© Stack Overflow or respective owner

Related posts about wix3

Related posts about wix