2014-07-15 14:55 GMT-03:00 Hoover, Jacob <jacob.hoo...@greenheck.com>:
> I have been pondering my options for building test cases around
> self-updating bundles, and the best I can come up with is finding a
> small/lightweight webserver that can serve a few static files.  With that,
> we could enable build machines to test updates by running the web server and
> hosting the static feeds and executables.
>
>   Does anyone have a better suggestion or additional thoughts?  Has anyone
> ever used any such portable web server, and if so what was its name?
> (Looking for something that could be deployed either as a single binary or a
> NuGet package, and something that has a license compatible with the MS-RL.)

What about running a System.Net.HttpListener, maybe even on a thread
of the test process instead of a separate process?

-- 
Nicolás

------------------------------------------------------------------------------
Want fast and easy access to all the code in your enterprise? Index and
search up to 200,000 lines of code with a free copy of Black Duck
Code Sight - the same software that powers the world's largest code
search on Ohloh, the Black Duck Open Hub! Try it now.
http://p.sf.net/sfu/bds
_______________________________________________
WiX-devs mailing list
WiX-devs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-devs

Reply via email to