Partager via


Developing an installer for your Surface application

Many folks have asked me in the past how to build an installer for their Surface application.  I recommend using Windows Installer XML to do this because it is a free and powerful production quality installer toolset.  To get folks started I have put together a sample solution with an installer project that solves some common problems like supporting upgrade, checking for Surface software, and configuring the application to appear in Surface Shell.  The sample should meet the applicable Certified for Microsoft Surface requirements.

To build the sample you must have Visual Studio 2008 and Wix 3.0 installed.  If you want to reuse the sample make sure you address all the “TODO” comments to customize the sample to your purposes.

Comments

  • Anonymous
    January 02, 2010
    The comment has been removed

  • Anonymous
    January 05, 2010
    @Jeff: I noticed this post on the forums that discusses the same issue: http://social.msdn.microsoft.com/Forums/en-US/surfaceappdevelopment/thread/edc6ea08-c28c-40c9-9f97-dbb7ec3e4ba7 When I have needed web-content in the past I have looked for a webservice that provides the data I need, then designed a UI using Surface controls to display that data.  Just another option to consider.

  • Anonymous
    July 16, 2010
    es una gran solucion para los instaladores lo quiero probar