Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.


Scroll export button
scopecurrent
template-id0fa09813-8b86-460a-aa1d-ef450a80e9ce
quick-starttrue
add-onScroll PDF Exporter

Info

This Article explains how to debug Wildix Integration Service and related components.

Updated: October 2022January 2023

Permalink: https://wildix.atlassian.net/wiki/x/RRzOAQ

...

Code Block
sudo launchctl unload /Library/LaunchDaemons/com.wildix.WIService-wd.plist > /dev/null 2>&1
sudo launchctl unload /Library/LaunchDaemons/com.wildix.wiservice-autoUpdate.plist > /dev/null 2>&1
/bin/launchctl unload /Library/LaunchAgents/com.wildix.MenuIntegration.plist > /dev/null 2>&1
/bin/launchctl unload /Library/LaunchAgents/com.wildix.WIService.plist > /dev/null 2>&1
sudo rm /Library/LaunchDaemons/com.wildix.WIService-wd.plist > /dev/null 2>&1
sudo rm /Library/LaunchDaemons/com.wildix.wiservice-autoUpdate.plist > /dev/null 2>&1
sudo rm /Library/LaunchAgents/com.wildix.MenuIntegration.plist > /dev/null 2>&1
sudo rm /Library/LaunchAgents/com.wildix.WIService.plist > /dev/null 2>&1
sudo rm -r /Library/Services/WIService > /dev/null 2>&1


Silent Uninstall (only for .msi packages) - Windows

Run the following command through the Command Line:

...

 

Code Block
for /f "usebackq skip=1 tokens=*" %i in (`wmic product where "Name like 'Wildix Integration Service'" get IdentifyingNumber ^| findstr /r /v "^$"`) do @cmd /c "msiexec /uninstall %i /qn"
  • Before WMS version 4.04.45231.19:
Code Block
msiexec /x {product id} /qn

List of possible product id:

  • {54F01ADF-1AF3-421E-A848-38FD7AC2C3D5} — Integration Service 
  • {DB00FEA0-20BF-4BEE-9EEE-8C6D7C19462A} — Screen Sharing component
  • {254F78D9-6A62-4C32-BC02-864D49A373A5} — Outlook Integration
  • {F9355602-990F-4244-9B43-E462EFD6A6DD} — Headset Integration
  • {DFC64212-94A2-489A-864D-16B57B566884} — Fax Printer


Macrosuite divider macro
dividerTypetext
dividerWidth70
emoji{"id":"smile","name":"Smiling Face with Open Mouth and Smiling Eyes","short_names":["smile"],"colons":":smile:","emoticons":["C:","c:",":D",":-D"],"unified":"1f604","skin":null,"native":"😄"}
textColor#000000
dividerWeight2
labelPositionmiddle
textAlignmentcenter
iconColor#0052CC
fontSizemedium
textNot finding the help you need? Join the Facebook group to ask a question!
emojiEnabledfalse
dividerColor#DFE1E6
dividerIconbootstrap/CloudsFill

...