Does Windows Installer XML support CE installation files? - Stack Overflow most recent 30 from stackoverflow.com 2009-11-30T22:53:55Z http://stackoverflow.com/feeds/question/729752 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/729752/does-windows-installer-xml-support-ce-installation-files 0 Does Windows Installer XML support CE installation files? Konstantinos 2009-04-08T12:34:16Z 2009-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#730582 1 Answer by ctacke for Does Windows Installer XML support CE installation files? ctacke 2009-04-08T15:40:59Z 2009-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#730702 1 Answer by Rob Mensching for Does Windows Installer XML support CE installation files? Rob Mensching 2009-04-08T16:08:03Z 2009-04-08T16:08:03Z <p>Not today. It's something we've thought about doing but haven't made time for... yet.</p>