Jan 12, 2021
2183
If you do not have an existing software distribution solution, delivery of software and updates can be a bit of a hassle. Remote Work Delivery Manager (RWDM) can assist you in getting your software out to your endpoints. This includes keeping PolicyPak up to date on all your endpoints.
Prerequisites
- As the CSE is required to perform an installation or update, it must already be installed on the endpoints and at version 2536 or higher
- RWDM must properly licensed or computer in trial mode
- The Installation MSI file is stored on a file share accessible to all endpoints that require the update.
Creating the Policy
As with most applications, the PolicyPak CSE come it two varieties – 64 and 32 bit. This article will cover creating a policy to cover both.
- Create a new Group Policy Object and edit
- Expand Computer Configuration -> PolicyPak -> Apps and Patch Management and click on Remote Work Delivery Manager
- Add a “New Collection”, rename, enable and click OK
- Add a “New Standard Policy”
- Select “Copy a single File” -> Click Next >
- Select “Apply this policy to all users who log on to the computer (switched mode) -> Click Next >
- Enter the UNC path to the MSI file (32 or 64 bit) -> Next >
- Set the directory that you want to place the downloaded file and ensure the file name is correct -> Next >
Note: Environment Variables may be used - Select “Access both source and destination as User” -> Next >
- Select “Always” (This will allow the application to stay up to date as the source file is updated and replaced) -> Next >
- Under Post-copy actions, select “Run process” and Type/copy in the installation command (msiexec.exe /qb /i %destination%) -> Next >
Note: %Destination% = destination path + filename (%Systemdrive\temp\CSE\PPx54.MSI) - Under Revert actions, select “Do Nothing” (the application cannot uninstall itself) -> Next >
- Rename Policy if desired (e.g. “Update PolicyPak CSE – 64bit”)
- Enable “Item Level Targeting” and click Edit
- Click on “New Item” and select “Environment Variable”
- Name = Processor_Architecture
- Value = AMD64 (for 64-bit) OR x86 (for 32-bit)
- Click OK to close
- Click Finish
- If required, repeat steps 4 – 16 for 32-bit, making the necessary changes along the way