Hi all
I'm new here and need to ask you for some help. I created a few deployment packages. I can successfully deploy those packages to clients that are within the company network. But I can't deploy the same packages to clients that are remote and connected through VPN.
I get the following result:
Result: Deployment ended: This installation package could not be opened. Contact the application vendor to verify that this is a valid Windows Installer package.. Stop(Failure). Credential: (xxx\yyyy). ShareCredential: (PackageShareUser).
Command: msiexec.exe /i "\\servername\DefaultPackageShare$\Installers\IQS\IQSoftLocalFile_1.1.1_20241107.msi" /norestart /qn
I assume it must be a firewall issue but couldn't find out which port exactly needs to be open for the deployment.
I can scan the clients that are remote connected by VPN. And I can uninstall software on clients that are remote connected by VPN. Only the deployment failed.
Many thanks, Erich