Re: [WiX-users] Problem installing merge modules on server 2008 R2

2013-01-23 Thread Rob
Great. That was my problem. Thanks for your help. Much appreciated Rob On 23 January 2013 11:48, Rob Hamflett wrote: > Starting with Vista the WinSxS runtime assemblies aren't committed until > InstallFinalize. This meant my service couldn't be started as part of > the StartServices action.

Re: [WiX-users] Problem installing merge modules on server 2008 R2

2013-01-23 Thread Rob Hamflett
Starting with Vista the WinSxS runtime assemblies aren't committed until InstallFinalize. This meant my service couldn't be started as part of the StartServices action. I had to write a commit custom action to start the service for me. It's possible that this is the issue you're running into