[vbox-dev] error in VirtualBox.wxs
Huihong Luo
huisinro at yahoo.com
Tue Oct 4 19:23:48 PDT 2011
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>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.virtualbox.org/pipermail/vbox-dev/attachments/20111004/8da63109/attachment-0001.html
More information about the vbox-dev
mailing list