Hi,

I have a component that I need to add a firewall exception to, the catch is I 
need to specify the port from a property that is set on the command line.  For 
example, I am using something like the following:

<Component Id="Service" Guid="XXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXX" Win64="yes">
                <File Id="ServiceExecutable"
                    Name=" Service.exe" DiskId="1"
                    Source="Service.exe"/>
                <fire:FirewallException Id="FWX1" Name=" Service" Port="[PORT]" 
Protocol="tcp" Scope="any" />
</Component>

When I use that code above I get the error:

error CNDL0008 : The fire:FirewallException/@Port attribute's value, '[PORT]', 
is not a legal integer value.  Legal integer values are from -2,147,483,648 to 
2,147,483,647.

I'm very new to wix, so any help would be greatly appreciated.

Thanks,
Jason
------------------------------------------------------------------------------
Create and Deploy Rich Internet Apps outside the browser with Adobe(R)AIR(TM)
software. With Adobe AIR, Ajax developers can use existing skills and code to
build responsive, highly engaging applications that combine the power of local
resources and data with the reach of the web. Download the Adobe AIR SDK and
Ajax docs to start building applications today-http://p.sf.net/sfu/adobe-com
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to