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

python - RuntimeError: can't re-enter readline -

python - PyInstaller UAC not working in onefile mode -

ios - Pass NSDictionary from Javascript to Objective-c in JavascriptCore -