Re: [WiX-users] Help activating IIS using the DISM command

2013-12-11 Thread Phil Wilson
I'm not sure about this, but if the DISM API can do this, it might be somewhat easier. DismEnableFeature(), for example. Phil Wilson On Wed, Dec 11, 2013 at 6:59 AM, John Walter wrote: > Thanks Steven yes I have similar also by checking the registry I build a > list of the missing features so i

Re: [WiX-users] Help activating IIS using the DISM command

2013-12-11 Thread John Walter
; www.jackhenry.com > > > > -Original Message- > From: Steven Ogilvie [mailto:steven.ogil...@titus.com] > Sent: Wednesday, December 11, 2013 8:34 AM > To: General discussion about the WiX toolset. > Subject: Re: [WiX-users] Help activating IIS using the DISM command >

Re: [WiX-users] Help activating IIS using the DISM command

2013-12-11 Thread John Walter
Thanks Steven yes I have similar also by checking the registry I build a list of the missing features so in theory if all the needed features are active I should not need to run DISM. As I said my main issue is with the seemingly random nature of what happens when DISM is run on the one PC startin

Re: [WiX-users] Help activating IIS using the DISM command

2013-12-11 Thread John Cooper
age- From: Steven Ogilvie [mailto:steven.ogil...@titus.com] Sent: Wednesday, December 11, 2013 8:34 AM To: General discussion about the WiX toolset. Subject: Re: [WiX-users] Help activating IIS using the DISM command One problem is that between the different versions of Windows the DISM command li

Re: [WiX-users] Help activating IIS using the DISM command

2013-12-11 Thread Steven Ogilvie
One problem is that between the different versions of Windows the DISM command line parameters have changed... I have created a custom action that checks what version of Windows I am running and then sets the command line parameters up accordingly... Btw WriteErrorLogInstall is a custom logging f