Re: [WiX-users] Error 0x800706d9: failed to get firewall profile

2008-10-22 Thread Bob Arnson
Wendell Joost wrote: > The GetFireWallProfile is causing the ErrorDialog to display with the > error message and abort/retry/ignore. I'm trying to track down > exactly what causes this to display and, if possible, make it not > display. ANy tips/pointers most appreciated. > Right now, that di

Re: [WiX-users] Error 0x800706d9: failed to get firewall profile

2008-10-22 Thread Bob Arnson
Rob Mensching wrote: > If you do a silent (/qn) install the dialogs should not appear. > Or /qb, for passive UI. -- sig://boB http://joyofsetup.com/ - This SF.Net email is sponsored by the Moblin Your Move Developer's

Re: [WiX-users] Error 0x800706d9: failed to get firewall profile

2008-10-22 Thread Rob Mensching
taller XML toolset. > Subject: Re: [WiX-users] Error 0x800706d9: failed to get firewall profile > > Looking through the code, I'm seeing that ExitOnFailure is being > called in firewall.cpp/GetFirewallProfile, the line that contains: > >hr = pfwPolicy->get_CurrentProf

Re: [WiX-users] Error 0x800706d9: failed to get firewall profile

2008-10-22 Thread Wendell Joost
toolset. > Subject: Re: [WiX-users] Error 0x800706d9: failed to get firewall profile > > Looking through the code, I'm seeing that ExitOnFailure is being > called in firewall.cpp/GetFirewallProfile, the line that contains: > >hr = pfwPolicy->get_CurrentProfile(ppfw

Re: [WiX-users] Error 0x800706d9: failed to get firewall profile

2008-10-22 Thread Rob Mensching
ExitOnFailure does not show message boxes. -Original Message- From: Wendell Joost [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 22, 2008 15:58 To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Error 0x800706d9: failed to get firewall profile Looking

Re: [WiX-users] Error 0x800706d9: failed to get firewall profile

2008-10-22 Thread Wendell Joost
Looking through the code, I'm seeing that ExitOnFailure is being called in firewall.cpp/GetFirewallProfile, the line that contains: hr = pfwPolicy->get_CurrentProfile(ppfwProfile); ExitOnFailure(hr, "failed to get current profile"); So, any tips on how I get ExitOnFailure to *not* displa

Re: [WiX-users] Error 0x800706d9: failed to get firewall profile

2008-10-21 Thread Wendell Joost
The problem that we're hitting is that it appears that the WiX custom action is throwing a dialog - any way to suppress that dialog? Wendell On Tue, Oct 21, 2008 at 9:08 PM, Bob Arnson <[EMAIL PROTECTED]> wrote: > Brian Rogers wrote: >> I think you answered your own question. I imagine stopping

Re: [WiX-users] Error 0x800706d9: failed to get firewall profile

2008-10-21 Thread Bob Arnson
Brian Rogers wrote: > I think you answered your own question. I imagine stopping the firewall > service makes it so you can't configure it in this way. Perhaps you can add > a ServiceControl element to ensure the firewall service is started (although > I'm not sure it would be guaranteed to be

Re: [WiX-users] Error 0x800706d9: failed to get firewall profile

2008-10-21 Thread Brian Rogers
2008 7:45 PM To: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] Error 0x800706d9: failed to get firewall profile I've got a fire:FirewallException element in my WiX code. When I stop the Firewall Service and then run my MSI, I get the following error consistently. Any suggestions on h

Re: [WiX-users] Error 0x800706d9: failed to get firewall profile

2008-10-21 Thread Wendell Joost
I've got a fire:FirewallException element in my WiX code. When I stop the Firewall Service and then run my MSI, I get the following error consistently. Any suggestions on how to resolve this issue? Thanks! Wendell On Tue, Oct 21, 2008 at 5:49 PM, Wendell Joost <[EMAIL PROTECTED]> wrote: > I'm

[WiX-users] Error 0x800706d9: failed to get firewall profile

2008-10-21 Thread Wendell Joost
I'm getting this error in my setup - ExecFirewallExceptions: Installing firewall exception ExecFirewallExceptions: Failed to connect to Windows Firewall Error 25580. Cannot connect to Windows Firewall. (-2147023143 ) . . . Error 0x800706d9: failed to get firewall profile Has anyone see