For our msi , we did not mention allusers property in existing releases. so by default it went as per user.
Our customers installed the application using an admin user id and that admin left the company. So his user id is no more in valid condition.
Now they are unable to migrate to newer version using another admin account (as it was installed as per user).
Though we can change our msi to support allusers ,it would not work in migration (major upgrade).
It seems like only when we give total new release where no existing release is supported we can fix the issue.
Is there any other workaround there to mention even if the previous msi was per user ,it should be major upgraded now?
We are using WIX 3.5 for our installation process.