Re: [WiX-users] Set firewall exception

2007-01-17 Thread André Pönitz
> David Thielen > It's all peer to peer, no server. So each AddIn listens for the UDP > broadcasts and replies to the broadcaster saying they exist. > > The broadcast occurs at startup and if the number of replies is greater > than the license allows that AddIn is disabled. So the first N can run,

Re: [WiX-users] Set firewall exception

2007-01-16 Thread Magus
How about using the DX Sample FirewallInstallHelper. It has all that your looking for. First get the DirectX SDK, then click on the DirectX Sample Browser. Type in FirewallInstallHelper and install the project. Look at the documentation on how and what need to be in you MSI project and it is pr

Re: [WiX-users] Set firewall exception

2007-01-16 Thread David Thielen
ailto:[EMAIL PROTECTED] Sent: Tuesday, January 16, 2007 3:45 PM To: David Thielen; wix-users@lists.sourceforge.net Subject: RE: [WiX-users] Set firewall exception OK, so I see that your port (1707) is registered with IANA, so you could do it by opening this port, although other applications could

Re: [WiX-users] Set firewall exception

2007-01-16 Thread David Thielen
e.net Subject: RE: [WiX-users] Set firewall exception OK, so I see that your port (1707) is registered with IANA, so you could do it by opening this port, although other applications could get a surprise if they are allocated this port by the OS. Presumably you're broadcasting in order to find a

Re: [WiX-users] Set firewall exception

2007-01-16 Thread Mike Dimmick
David Thielen Sent: 16 January 2007 22:06 To: Tony Hoyle; wix-users@lists.sourceforge.net Subject: Re: [WiX-users] Set firewall exception Our copy protection is a UDP broadcast and a TCP reply to limit the totally number of AddIns in use to what is licensed. So we de

Re: [WiX-users] Set firewall exception

2007-01-16 Thread David Thielen
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Tony Hoyle Sent: Tuesday, January 16, 2007 2:37 PM To: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] Set firewall exception David Thielen wrote: > In our case the AddIn hits the port as soon

Re: [WiX-users] Set firewall exception

2007-01-16 Thread David Thielen
- http://www.windwardreports.com/film.htm -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Tony Hoyle Sent: Tuesday, January 16, 2007 2:23 PM To: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] Set firewall exception Wilson, Phil wrote: > The ot

Re: [WiX-users] Set firewall exception

2007-01-16 Thread Tony Hoyle
David Thielen wrote: > In our case the AddIn hits the port as soon as Word starts so we need it > added on installation. I'm curious why a Word addin would be listening for incoming connections? (without giving away any trade secrets of course). Tony

Re: [WiX-users] Set firewall exception

2007-01-16 Thread David Thielen
PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Wilson, Phil Sent: Tuesday, January 16, 2007 1:46 PM To: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] Set firewall exception The other question to ask is whether this really belongs in the installation at all. The line between

Re: [WiX-users] Set firewall exception

2007-01-16 Thread Tony Hoyle
Wilson, Phil wrote: > The other question to ask is whether this really belongs in the > installation at all. The line between installation and configuration is > sometimes a huge gray area, but this could be seen as application > configuration that doesn't need to be in the installation. > >

Re: [WiX-users] Set firewall exception

2007-01-16 Thread Wilson, Phil
ation's firewall settings is during the installation. Phil Wilson From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Rob Mensching Sent: Tuesday, January 16, 2007 11:01 AM To: Levi Wilson Cc: wix-users@lists.sourceforge.net Subject: Re: [Wi

[WiX-users] Set firewall exception

2007-01-16 Thread David Thielen
Hi; Is there a WIX command to set an exception in the Windows firewall? If so, what is it? And can it be set for a program we are not installing (winword.exe)? Thanks - dave David Thielen www.windwardreports.com 303-499-2544 x1185 Cubicle Wars - http://www.windwardreports.co

Re: [WiX-users] Set firewall exception

2007-01-16 Thread Rob Mensching
Not today. From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of David Thielen Sent: Tuesday, January 16, 2007 9:23 AM To: wix-users@lists.sourceforge.net Subject: [WiX-users] Set firewall exception Hi; Is there a WIX command to set an exception in the Windows firewall? If so, what is

Re: [WiX-users] Set firewall exception

2007-01-16 Thread Levi Wilson
It probably wouldn't be hard to do a Custom Action to do such a thing. You could do a "netsh firewall" command to do it. On 1/16/07, David Thielen <[EMAIL PROTECTED]> wrote: Hi; Is there a WIX command to set an exception in the Windows firewall? If so, what is it? And can it be set for a p

Re: [WiX-users] Set firewall exception

2007-01-16 Thread Rob Mensching
, User, Certificate, FileShare, PerformanceCounter, MSMQ, COM+ stuff all came to be. From: Levi Wilson [mailto:[EMAIL PROTECTED] Sent: Tuesday, January 16, 2007 10:43 AM To: Rob Mensching Cc: David Thielen; wix-users@lists.sourceforge.net Subject: Re: [WiX-users] Set firewall exception Couldn't you just do a

Re: [WiX-users] Set firewall exception

2007-01-16 Thread Levi Wilson
ing CustomActions that modify machine state is rarely an easy task. Transactions (even compensating transactions) are hard things to get right. *From:* [EMAIL PROTECTED] [mailto: [EMAIL PROTECTED] *On Behalf Of *Levi Wilson *Sent:* Tuesday, January 16, 2007 10:33 AM *To:* David Thielen *Cc:* wix-u

Re: [WiX-users] Set firewall exception

2007-01-16 Thread Rob Mensching
users machines stable when they install our software. From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Rob Mensching Sent: Tuesday, January 16, 2007 10:36 AM To: Levi Wilson; David Thielen Cc: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] Set firewall exception How would

Re: [WiX-users] Set firewall exception

2007-01-16 Thread Rob Mensching
ansactions) are hard things to get right. From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Levi Wilson Sent: Tuesday, January 16, 2007 10:33 AM To: David Thielen Cc: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] Set firewall exception It probably wouldn't be hard to do