Assume that we have msi x.msi and it is installing a xap file.
We want to overwrite the xap file via another msi (for ex. using y.msi).
Is it possible to overwrite via another msi? will it have any problem as it will not have any version number associated with?
If it is possible what will happen if we uninstall x.msi ?
Is it advisable to overwrite a file installed by another msi?