Hi, I'm facing a problem with firewall exceptions. I create wxs-Files which contain the same file at 2 or 3 different directories. Those files have a child element for creating a firewall exception. The name of the firewall exception is always the same. This leads to the fact, that in case of installation only the last exception with the common name is visible in the Windows Firewall rule overview.
<Directory Name="A"> <Component Id="comp1" Guid="guid1"> <File Id="_File1" Name="DsNetConfig.exe" Source="..." DiskId="1"> <fire:FirewallException Id="fwext2" Name="text" Description="..." Scope="any" IgnoreFailure="yes" /> </File> </Component> </Directory> <Directory Name="B"> <Component Id="comp2" Guid="guid2"> <File Id="_File2" Name="DsNetConfig.exe" Source="..." DiskId="1"> <fire:FirewallException Id="fwext5" Name="text" Description="..." Scope="any" IgnoreFailure="yes" /> </File> </Component> </Directory> My questions is: Do I need to rename all firewall exception name "text" to something unique like "text1", "text2" ? Kind regards, Marko Kaiser ------------------------------------------------------------------------------ Open source business process management suite built on Java and Eclipse Turn processes into business applications with Bonita BPM Community Edition Quickly connect people, data, and systems into organized workflows Winner of BOSSIE, CODIE, OW2 and Gartner awards http://p.sf.net/sfu/Bonitasoft _______________________________________________ WiX-users mailing list WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users