Welcome to the SRP Forum! Please refer to the SRP Forum FAQ post if you have any questions regarding how the forum works.
addFirewallException
In my NSIS install I have the following code; I can't remember why this is required. Do I have to do this?
srputil::addFirewallException /NOUNLOAD "$INSTDIR\oinsight.exe" "$INSTDIR\oinsight.exe"
srputil::addFirewallException "$INSTDIR\oengine.exe" "$INSTDIR\oengine.exe"
srputil::addFirewallException /NOUNLOAD "$INSTDIR\oinsight.exe" "$INSTDIR\oinsight.exe"
srputil::addFirewallException "$INSTDIR\oengine.exe" "$INSTDIR\oengine.exe"
Comments
Thanks Kevin.