F
Firoz (MCTS)
Guest
Hi Guys,
I have some custom office ribbon settings already and so files like word.officeui are present on the machine.
I need to modify Acrobat DC addin tab in common office applications, like hiding a particular button.
I have powershell script which creates new officeUI files if not present and it is working. However I have to modify the file using powershell.
Currently I am able to add the content of new settings in child node. However, I have to add xmlns:x1="PDFmaker.OfficeAddin" in <mso:customUI xmlns:x1="http://schemas.microsoft.com/office/2009/07/customui/macro" xmlns:mso="http://schemas.microsoft.com/office/2009/07/customui"> and replace macro settings if exist. Also I have to add logic to modify the incorrect settings. ex-if button is restored by the user.
Thanks
Regards, Firoz Ahmad (Cheeeeeerrrrssssss)
Continue reading...
I have some custom office ribbon settings already and so files like word.officeui are present on the machine.
I need to modify Acrobat DC addin tab in common office applications, like hiding a particular button.
I have powershell script which creates new officeUI files if not present and it is working. However I have to modify the file using powershell.
Currently I am able to add the content of new settings in child node. However, I have to add xmlns:x1="PDFmaker.OfficeAddin" in <mso:customUI xmlns:x1="http://schemas.microsoft.com/office/2009/07/customui/macro" xmlns:mso="http://schemas.microsoft.com/office/2009/07/customui"> and replace macro settings if exist. Also I have to add logic to modify the incorrect settings. ex-if button is restored by the user.
Thanks
Regards, Firoz Ahmad (Cheeeeeerrrrssssss)
Continue reading...