Running an external command line tool as part of a Wix install

I have recently been battling running a command line tool within a Wix 3.6 installer. I eventually got it going but learnt a few things. Here is a code fragment that outlines the solution. <Product ………> ……… loads of other Wix bits <!—Next we define the actual CustomAction that does the work. This needs to be deferred (until after the files are installed) and set to not be impersonated so runs as the same elevated account as the rest of the MSIExec actions....

February 25, 2013 · 1 min · Richard Fennell

New release of Typemock Isolator

Typemock have released a new version of Isolator (7.3) that addresses some problems they have been having with Visual Studio 2012 and Windows 8 Resolved all issues concerning the breaking MS update Boosted performance across the board (up to 44% faster) Enhanced SmartRunner UI Improved mocking capabilities Better integration with .NET development ecosystem You can download this release, or a free trial if you don’t have an Isolator license, from the Typemock site

February 25, 2013 · 1 min · Richard Fennell

Speaking on TEE at VISUG Conference in April

On the 17th of April I will be speaking at VISUG Conference in Antwerp. Looks to be an interesting day with 3 tracks, Win8, Web and ALM. I am on the ALM track with Martin Woodward and Neno Loje.

February 18, 2013 · 1 min · Richard Fennell

Lost with all the ALM ranger projects? A Windows 8 App to here to help

The new Windows 8 ALM Readiness Treasure Map application is available on the store. This is a great way to navigate a whole range of resources available for anyone involved in ALM work.

February 13, 2013 · 1 min · Richard Fennell

More in rights being stripped for the [team project]contributors group in TFS 2012 when QU1 applied and how to sort it.

I recently wrote a post that discussed how the contributor rights had been stripped off areas in TFS 2012 server when QU1 was applied, this included details on the patches to apply the manual steps to resolve the problem. Well today I found that it is not just in the area security you can see this problem. We found it too in the main source code repository. Again the [Team project]contributors group was completely missing....

February 7, 2013 · 1 min · Richard Fennell