AppDeploy Repackager program and how to deploy CitrixReceiver.exe version 3.3 Standard Edition with /silent parameters etc.
Hello.
A.
I want to run all of these CitrixReceiver.exe /parameters when the AppDeploy Repackager program is asking me browsing to the file location on my PC where the Repackager will find the original CitrixReceiver.exe
Is this option possible and can be done?
B. This is the complete /parameters I want to run in this scenario :
CitrixReceiver.exe /silent /includeSSON ENABLE_SSON=yes SERVER_LOCATION="https://kontor.ebru.no/Citrix/XenApp" STARTMENUDIR=Ebru Citrix apps ALLOWADDSTORE=A LEGACYFTAICONS=True ADDLOCAL=ReceiverInside,ICA_Client,SSON,AM,SELFSERVICE,USB,DesktopViewer,Flash,Vd3d REG ADD HKLM\SOFTWARE\Citrix\AuthManager /v ConnectionSecurityMode /t REG_SZ /d Any /f REG ADD HKLM\SOFTWARE\Wow6432Node\Citrix\AuthManager /v ConnectionSecurityMode /t REG_SZ /d Any /f
Regards
Kenneth Knudsen
Ebru Technologies AS
Answers (2)
In terms of how to do this with AppDeploy Repackager: You can just specify CitrixReceiver.exe and when it comes to the stage where you can optionally run the installer, don't. Instead run this full command line manually (it will still be captured as a change between the first and second snapshot and get you what you are looking for.
But I'm also compelled to ask why you would be repackaging and MSI as an MSI. I strongly recommend against it. When an update becomes available or you deploy anything with a shared component you will have unecessary troubles. If you are looking for a cleaner installation, or to implement this command line via Group Policy, all these parameters can be specified in a Transform (MST) file without breaking the original MSI from Citrix.