+ /// The option for adding managed custom action dependencies automatically.
+ /// This option is a convenient way to add all the dependencies automatically setting them manually.
+ /// The compiler analyzes the CA assembly dependencies and adds them to the CA binary that is packaged
+ /// with "WixToolset.Dtf.MakeSfxCA.exe".
+ /// Note, this method may unnecessarily increase the size of the msi as not all CA dependency assemblies
+ /// may be required at runtime (during the installation).
+ ///
+ public bool AddManagedCustomActionDependencies = false;
+
///