Re: [WiX-users] Want to suppress 'service uninstall dialog'

2008-07-25 Thread Rob Mensching
bject: Re: [WiX-users] Want to suppress 'service uninstall dialog' via cmd line w/ a CA... Rob Mensching-2 wrote: > > How are you uninstalling this service? > > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf O

Re: [WiX-users] Want to suppress 'service uninstall dialog'

2008-07-25 Thread cemiles
ntry="CAQuietExec" Execute="immediate" Return="check" /> > > > Rob Mensching-2 wrote: >> >> How are you uninstalling this service? >> >> -Original Message- >> From: [EMAIL PROTECTED] >> [mailto:[EMAIL PROTECTED]

Re: [WiX-users] Want to suppress 'service uninstall dialog'

2008-07-25 Thread cemiles
ourceforge.net > Subject: [WiX-users] Want to suppress 'service uninstall dialog' > > > I have an install that needs to be totally silent, but I'm running into a > minor problem. I have a custom action that uninstalls an existing > service, > but when

Re: [WiX-users] Want to suppress 'service uninstall dialog'

2008-07-25 Thread Rob Mensching
How are you uninstalling this service? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of cemiles Sent: Friday, July 25, 2008 09:28 To: wix-users@lists.sourceforge.net Subject: [WiX-users] Want to suppress 'service uninstall dialog' I have an in

[WiX-users] Want to suppress 'service uninstall dialog'

2008-07-25 Thread cemiles
I have an install that needs to be totally silent, but I'm running into a minor problem. I have a custom action that uninstalls an existing service, but when I do that a dialog spawns stating "ServiceName successfully uninstalled". This appears to be a Windows dlg, so is there any way I can supp