installation - Condition in components list in WIX -


is there way check file existence during installation. idea implement thing this:

1. install "file1.txt" 2. if fileexists("file2.txt") install "file3.txt" else install "file4.txt" 3. install "file5.txt"

how can done using wix?

you can use file search check if file2 exists. (example) result of search stored in property.

use property condition component hold file3 , file4.


Comments

Popular posts from this blog

javascript - Clear button on addentry page doesn't work -

python - Error: Unresolved reference 'selenium' What is the reason? -

php - Need to store a large amount of data in session with CI 3 but on storing large data in session it is itself destorying automatically -