09-28-2017 01:30 PM - edited 03-17-2019 11:16 AM
Hi,
Is there a way I can edit the jabber-config-defaults.xml file in the MSI file or extract it edit it and repackage the MSI file again.
I am looking at changing values from FALSE to TRUE.
<userConfig name="EnableP2PDesktopShareOverEdge" value="TRUE"/>
<userConfig name="EnableReverseConnectionForP2PDesktopShare" value="TRUE"/>
<userConfig name="PreferP2PDesktopShare" value="TRUE"/>
The above mentioned is FALSE by default and I want to deploy it with TRUE by default?
09-28-2017 06:43 PM
Hi There,
Yes, you can create a custom Installer by opening the msi in orca. Please check the following link and creating the custom installer OR you can edit the jabber-config.xml and reupload and restart the tftp service and that should work as well.
I Hope it helps !
09-28-2017 10:57 PM - edited 09-28-2017 11:07 PM
Hi There,
Thanks for the reply but I have already tried both options. I need to physically edit the jabber-config-defaults.xml file that is installed in the folder C:\Program Files (x86)\Cisco Systems\Cisco Jabber\jabber-config-defaults.xml before it is installed.
I have tried adding these values into the jabber-config.xml file but it does not change my jabber-config-defaults.xml file at all.
<userConfig name="EnableP2PDesktopShareOverEdge" value="TRUE"/>
<userConfig name="EnableReverseConnectionForP2PDesktopShare" value="TRUE"/>
<userConfig name="PreferP2PDesktopShare" value="TRUE"/>
I don't want to go and edit this file and then manually have to push it to the clients, I would rather edit the xml file and somehow repackage the msi file with the xml file fields edited.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide