Does Windows Installer XML support CE installation files? - Stack Overflow most recent 30 from stackoverflow.com2009-11-30T22:53:55Zhttp://stackoverflow.com/feeds/question/729752http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/729752/does-windows-installer-xml-support-ce-installation-files0Does Windows Installer XML support CE installation files?Konstantinos2009-04-08T12:34:16Z2009-04-08T16:08:03Z
<p>I want to know if Wix supports the CE platform.
ie based on a list of components to produce a cab file that can be installed on Win CE and/or Win Mobile </p>
http://stackoverflow.com/questions/729752/does-windows-installer-xml-support-ce-installation-files/730582#7305821Answer by ctacke for Does Windows Installer XML support CE installation files?ctacke2009-04-08T15:40:59Z2009-04-08T15:40:59Z<p>No, Wix cannot generate Windows CE CAB installer files. Unfortunately the only thing that can do that is <a href="http://msdn.microsoft.com/en-us/library/aa924359.aspx" rel="nofollow">cabwiz.exe</a> (I really wish they'd create an API for it).</p>
http://stackoverflow.com/questions/729752/does-windows-installer-xml-support-ce-installation-files/730702#7307021Answer by Rob Mensching for Does Windows Installer XML support CE installation files?Rob Mensching2009-04-08T16:08:03Z2009-04-08T16:08:03Z<p>Not today. It's something we've thought about doing but haven't made time for... yet.</p>