wix - What will happen if I have two msi's creating same folder? -


if folder structure x/y/a created 32 bit msi first , x/y/b created 64 bit msi. happen x , y ? msi id have?

the uninstall order 1 matters. empty folders correctly removed if uninstall them backwards compared how installed, i.e. lifo.

when install second msi, find x , y folders on machine. if gets uninstalled last 1 leave folders on machine if empty, because installation did not created them. (the installation of first msi created. when uninstall first msi before second 1 leave folders there because not empty, i.e. containing files installed second msi)

you try using removefolders action.


Comments

Popular posts from this blog

python - pip install -U PySide error -

arrays - C++ error: a brace-enclosed initializer is not allowed here before ‘{’ token -

cytoscape.js - How to add nodes to Dagre layout with Cytoscape -