Re: [WiX-users] CAQuietExec fails to execute inetsrv\appcmd

2012-06-18 Thread shanmukha sainath addepalli
> > -Original Message- > From: shanmukha sainath addepalli [mailto:sainath.addepa...@gmail.com] > Sent: Friday, June 08, 2012 1:41 AM > To: General discussion for Windows Installer XML toolset. > Subject: Re: [WiX-users] CAQuietExec fails to execute inetsrv\appcmd > > Hel

Re: [WiX-users] CAQuietExec fails to execute inetsrv\appcmd

2012-06-11 Thread John Cooper
08, 2012 1:41 AM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] CAQuietExec fails to execute inetsrv\appcmd Hello John, Thanks for the reply. I did as you suggested but still I faced the same problem. I used DirectorySearch for getting the absolute path to the appc

Re: [WiX-users] CAQuietExec fails to execute inetsrv\appcmd

2012-06-07 Thread shanmukha sainath addepalli
Hello John, Thanks for the reply. I did as you suggested but still I faced the same problem. I used DirectorySearch for getting the absolute path to the appcmd.exe. But I have one more property which is app pool name which will be taken as input from the user. T

Re: [WiX-users] CAQuietExec fails to execute inetsrv\appcmd

2012-06-07 Thread John Cooper
I use AppCmd for IIS Configuration not supported by the Wix IIS Extension. But, I don't build the path to appcmd.exe the way you do. I use a DirectorySearch for it, set a property to the absolute path to appcmd.exe, and I pass that to CAQuietExec. Works great for me. -- John Merryweather Coo