• ×
    Information
    Windows update impacting certain printer icons and names. Microsoft is working on a solution.
    Click here to learn more
    Information
    Need Windows 11 help?
    Check documents on compatibility, FAQs, upgrade information and available fixes.
    Windows 11 Support Center.
  • post a message
  • ×
    Information
    Windows update impacting certain printer icons and names. Microsoft is working on a solution.
    Click here to learn more
    Information
    Need Windows 11 help?
    Check documents on compatibility, FAQs, upgrade information and available fixes.
    Windows 11 Support Center.
  • post a message
Guidelines
The HP Community is where owners of HP products, like you, volunteer to help each other find solutions.
HP Recommended

Hi All,

 

The new version of Polycom RPD 3.9 that I have deployed through SCCM recently to user workstation is not showing desktop icon after update is completed. RPD 3.9 is also invisible in program files. Though I have checked control panel Add/Remove Programs and RPD 3.9 is showing there installed.

 

Do you know what is causing this problem as I have more than 100 workstation and so far I am manually uninstalling the software after getting this failure through SCCM and reinstalling again and RPD 3.9 icon shows and up and working.

 

Regards,

 

 

5 REPLIES 5
HP Recommended

Hello @Faisalakrami,

welcome to the Polycom Community.

From our internal Team:

 

The deployment runs only when user is logged in and needs to be created as an application not a package. If there is a need to make it a differed deployment then, they must have a custom client Application Evaluation deployment Cycle set to occur every 1 days. If they do not want a deffered method edit the Deploy-Application.ps1 (powershelltoolkit used for deployment) and put hash in front of the Show-InstallationWelcome line or delete complete line.

 

# Show Welcome Message, close Internet Explorer if required, allow up to 3 deferrals, verify there is enough disk space to complete the install and persist the prompt
       Show-InstallationWelcome  -AllowDefer -DeferTimes 2 -persistprompt
    
        #Show Progress Message (with the default message)
       Show-InstallationProgress -StatusMessage "Installing Application $installTitle. Please Wait..." 

       # Perform pre-installation tasks here

#*===============================================
#* INSTALLATION 
$installPhase = "Installation"
#*===============================================

       # Perform installation tasks here



#This method filters with GWMI for an application and uses uninstall method of GWMI if detected by it- Note does not suppress reboots. 
$product3=gwmi win32_product -filter "Name LIKE '%Polycom RealPresence Desktop%'"
if ($product3 -eq $null){}
       else {$product3.uninstall()}


Execute-MSI -Action Install -Path "RPDesktop.msi" -Parameters "/qn"

FYI uninstall script will never reboot machine.

 

 

 

image

 

Detection and deployment settings:

 

Below is how we configured the SCCM package.

 

imageimageimageimageimageimageimageimage


Please ensure to provide some feedback if this reply has helped you so other users can profit from your experience.

Best Regards

Steffen Baier

Polycom Global Services

------------------------------------------------
Notice: I am an HP Poly employee but all replies within the community are done as a volunteer outside of my day role. This community forum is not an official HP Poly support resource, thus responses from HP Poly employees, partners, and customers alike are best-effort in attempts to share learned knowledge.
If you need immediate and/or official assistance for former Poly\Plantronics\Polycom please open a service ticket through your support channels
For HP products please check HP Support.

Please also ensure you always check the General VoIP , Video Endpoint , UC Platform (Microsoft) , PSTN
HP Recommended

I experience the same issue that Faisalakrami reported with 3.9. Additionally, the SCCM reccomended setup that was provided here reccomends "Install for User" which prevents us from deploying the application through a task sequence which requires "Install for system". 

 

Are there plans to update the installer so that it can be installed system wide versus as the logged in user?

HP Recommended

Hi Steffen,

 

I tried to followed the sequence of steps that has been provided to me as a solution to my question but still I do have problem in computer with multiple profiles as it do not executes and whenever different user login to their computer with their login names I need to manually login to their computer and instal the latest version.

 

I request Polycom to revert this option of installing Polycom to invidivual profiles and also restrict option of giving admin permission to local users to install Real Presence. As a genral practice in corporate evnironments all the programs requires administrative permission to be installed in local user machine, concept of installing RealPresence Desktop without admin permission created big confusion right now in our network enviroment for the end user.

 

I hope the issue will be taken into consideration and addresses in the newer versio of the Polycom Real Presence desktop software.

 

Regards,

Faisal

HP Recommended

We are having this same issue with Version 3.10 - are there any updates on how to deploy the application to a computer, not a user?

 

HP Recommended

I get the same issue, this software is really annoying to deploy with recent versions, impossible to have the icons in application deployments, even when specifying another install directory.

 

Looks like the support doesn't care about this at all, which is a pain...

 

We will maybe return to older versions which were more friendly to deploy.

† The opinions expressed above are the personal opinions of the authors, not of HP. By using this site, you accept the <a href="https://www8.hp.com/us/en/terms-of-use.html" class="udrlinesmall">Terms of Use</a> and <a href="/t5/custom/page/page-id/hp.rulespage" class="udrlinesmall"> Rules of Participation</a>.