if one of my properties contain a 64 bit program files path i.e "C:\Program Files\", MSI replaces automatically "C:\Program Files\" with "C:\Program Files (x86)". Very annoying! I do not want that.
in the log:
MSI (s) (24:F4) [11:31:37:185]: WIN64DUALFOLDERS: 'C:\Program Files (x86)\' will substitute 17 characters in 'C:\Program Files\XXXXX...
This folder is NOT an install folder, it is just another folder that i need for my app to run (an environment variable will be set to my property), if MSI change my properties it completely breaks the installation!!

How to prevent this?