mirror of
https://github.com/finos/SymphonyElectron.git
synced 2025-01-06 22:23:49 -06:00
.. | ||
Build.cmd | ||
MyProduct.msi | ||
MyProduct.wixobj | ||
MyProduct.wixpdb | ||
MyProduct.wxs | ||
readme.txt | ||
setup.cs | ||
uninstall.cmd |
This sample demonstrates how to deploy empty folders on the target system. Execute corresponding .cmd file to build desired msi. Then execute the .msi to start the installation. When working with raw Wix you cannot have empty directories. Every directory must have either component (e.g. File) or special element CreateFolder. See http://www.mail-archive.com/wix-users@lists.sourceforge.net/msg01930.html Wix# does not have such limitation as it simply creates all necessary syntactical decoration (injects CreateFolder element) in Wix source file automatically when empty directory declaration is detected.