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

2012-06-18 Thread shanmukha sainath addepalli
h CAQuietExec > contra CAQuietExec64 is). > > -- > John Merryweather Cooper > Build & Install Engineer - ESA > Jack Henry & Associates, Inc.(r) > Shawnee Mission, KS 66227 > Office: 913-341-3434 x791011 > jocoo...@jackhenry.com > www.jackhenry.com > >

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

2012-06-07 Thread shanmukha sainath addepalli
> Build & Install Engineer - ESA > Jack Henry & Associates, Inc.(r) > Shawnee Mission, KS 66227 > Office: 913-341-3434 x791011 > jocoo...@jackhenry.com > www.jackhenry.com > > > > -Original Message- > From: shanmukha sainath addepalli [mailto:sainath

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

2012-06-06 Thread shanmukha sainath addepalli
Hello all, I am executing appcmd command to change the Application pool to Integrated mode using CAQuietExec, it fails with error "Command failed to execute". The command is working fine when I use ExeCommand instead of CAQuiteExec. But ExeCommand displays a command prompt while executing the comm

[WiX-users] Detect Removable/External drives in the WIX Browse dialog

2012-05-21 Thread shanmukha sainath addepalli
Hi, My application needs to be installed on a removable/external drive. I have used WIX browse dialog and set Fixed="no" and Removable="yes" so that removable drives are get appeared in the Browse dialog. But I am not able to see external hard drives. AFAIK, they are recognized as Fixed drives by

[WiX-users] Getting custom installation directory path during uninstall

2012-02-29 Thread shanmukha sainath addepalli
Hi, How to get installed directory path during uninstall, if the product was installed in non-default location. For example,instead of installing in C:\Program Files\, user might install in E:\... In that case I want to get that path so that I can execute my custom actions to do the cleanup. Righ

Re: [WiX-users] WIX Progress bar repeats twice during installation/uninstallation

2012-01-03 Thread shanmukha sainath addepalli
X v3.6) provides a nice abstraction away from all that junk so > that you can show a single progress bar. > > On Mon, Jan 2, 2012 at 11:35 AM, shanmukha sainath addepalli < > sainath.addepa...@gmail.com> wrote: > > > Hi, > > > > I am using WIX 3.5. Here is my pr

[WiX-users] WIX Progress bar repeats twice during installation/uninstallation

2012-01-02 Thread shanmukha sainath addepalli
Hi, I am using WIX 3.5. Here is my problem.. During installation, Progress bar repeats twice before completion. Means, Progress bar starts from 0 and reaches 100%, and then resets back and starts again. I am not sure that this is the issue with WIX or Windows Installer. Is there any way that we

[WiX-users] Creating shortcut using IWshRuntimeLibrary from custom action fails with unable to find dll

2011-12-11 Thread shanmukha sainath addepalli
Hi, I have written a custom action in c# which creates shortcut to an executable using WshShellClass of IWshRuntimeLibrary. I have referrenced Interop.IWshRuntimeLibrary.dll in my custom action project. But execution of custom action fails with unable to find this dll. How we can make that dll av