I am trying to install Cisco Jabber client with Patch Manager. I can successfully create a package with the install MSI and deploy via WSUS without a problem.
However, there are nine certificates for the Jabber Servers that need to be installed in the User's Enterprise Trust as well, so the user is not prompted to install them when they launch Jabber (HKEY_CURRENT_USER\Software\Microsoft\System Certificates\Trust). I have a .reg file with the certificates in them. This part is very important to management.
I added a .reg file to the package and then had package boot run regedit.exe with /S jabbercert.reg as command line arguments, with the option set to continue if this task fails.
When I deploy this package, it downloads to the workstation okay, and then says it installs successfully, but neither the client nor the certificates are present. This is the only difference between the two packages, is the inclusion of the instruction to run regedit.
What could be causing this to happen? Any ideas how I can accomplish this with Patch Manager?