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 -

c# - Selenium Authentication Popup preventing driver close or quit -

tensorflow when input_data MNIST_data , zlib.error: Error -3 while decompressing: invalid block type -