a typo in latest svn: (missing '>' before last </Custom>), causing 2717 error 
in msi
 
<Custom Action="ca_RemoveHostOnlyInterfaces" After="ca_UninstallNetFlt" 
><![CDATA[REMOVE]]</Custom>
 
==>
 
<Custom Action="ca_RemoveHostOnlyInterfaces" After="ca_UninstallNetFlt" 
><![CDATA[REMOVE]]></Custom>
 
 
_______________________________________________
vbox-dev mailing list
[email protected]
https://www.virtualbox.org/mailman/listinfo/vbox-dev

Reply via email to