Removing FLEXID10 Drivers on OS X
Use either procedure to remove a FLEXID10 driver. One procedure invokes a user interface for the removal process; the other performs a silent removal via the command line.
Note:Best practice is to remove the driver using the user-interface method.
To remove the driver using the supplied user interface
Double-click the installer file FLEXID10_OSX_6.60.500.dmg.
To remove the driver silently using the command line
1. | Enter the following commands to list all files installed for the dongle driver: |
lsbom –fls /Volumes/ WibuKey/packages/AxProtector.pkg/Contents/Archive.bom
lsbom –fls /Volumes/ WibuKey/packages/WkCFM9.pkg/Contents/Archive.bom
lsbom –fls /Volumes/ WibuKey/packages/WkDriver.pkg/Contents/Archive.bom
lsbom –fls /Volumes/ WibuKey/packages/WkServer.pkg/Contents/Archive.bom
2. | Perform one of the following: |
• | Manually delete each of the files that are listed after performing step 1. |
• | Run these commands in the order shown: |
lsbom –fls /Volumes/ WibuKey/packages/AxProtector.pkg/Contents/Archive.bom | (cd /; sudo xargs rm)
lsbom –fls /Volumes/ WibuKey/packages/WkCFM9.pkg/Contents/Archive.bom | (cd /; sudo xargs rm)
lsbom –fls /Volumes/ WibuKey/packages/WkDriver.pkg/Contents/Archive.bom | (cd /; sudo xargs rm)
lsbom –fls /Volumes/ WibuKey/packages/WkServer.pkg/Contents/Archive.bom | (cd /; sudo xargs rm)
Note:This set of commands is for reference only. The commands might not work properly on some machines.