Browse Source

Add UltiMaker-Cura.exe to firewall exception

Contribute to CURA-9157
Jelle Spijker 2 years ago
parent
commit
2727370bc8
1 changed files with 1 additions and 1 deletions
  1. 1 1
      packaging/msi/UltiMaker-Cura.wxs.jinja

+ 1 - 1
packaging/msi/UltiMaker-Cura.wxs.jinja

@@ -115,7 +115,7 @@
 			</ProgId>
 
 			<!-- Current Cura versions are not supported on XP or Server 2003. Even so, add 'ignorefailure=yes'. After all, worst that can happen is the user gets asked, like before. -->
-			<fw:FirewallException Id="FirewallExceptLocalFrontend" Name="Cura (Frontend) Connection (LocalHost)" File="FILE_CuraEngine_exe" Port="127.0.0.1" IgnoreFailure="yes" Scope="localSubnet" />
+			<fw:FirewallException Id="FirewallExceptLocalFrontend" Name="Cura (Frontend) Connection (LocalHost)" File="FILE_UltiMaker_Cura_exe" Port="127.0.0.1" IgnoreFailure="yes" Scope="localSubnet" />
 		</Component>
 		<Component Id="CMP_CuraEngine_exe" Directory="APPLICATIONFOLDER" Guid="*">
 			<File Id="FILE_CuraEngine_exe" KeyPath="yes" Source="$(var.CuraDir)\CuraEngine.exe" />