Uninstall Command for IOXwebcam v.1.1.2b4

Steve Sisak steve.sisak at ioxperts.com
Tue Apr 15 10:13:16 EDT 2008


At 7:53 PM -0700 4/13/08, Paul wrote:
>Steve which command do I use in the uninstaller to uninstall the 
>IOXwebcam1.1.2b4 driver? Is it the same command to uninstall the 
>1.1.2b4log driver as well? I asked this in the crash report I sent 
>you but I thought it should be posted, and it may have gotten lost 
>in all the text that I sent.

Hi Paul,

Any of the uninstall scripts should work with any product, although 
I'm seeing a problem with the build script where some of them are 
empty.

I'm attaching a slightly more aggressive uninstall script which 
should remove all traces of the video driver in case you or anyone 
else want to try it out (contents is pasted below so you can see what 
it does).

This will create a folder called IOX_DELETED in the root of your hard 
drive and move everything there.

(I haven't figured out how to get the path to trash for a particular 
user/volume combination from a shell script w/o resorting to writing 
some C code)

Let me know how this works for you.

-Steve

------------------------------------------

#!/bin/sh -vx

DEST=/IOX_DELETED
COMPS=/Library/Components/IOXperts*

# if $COMPS

mkdir -p "${DEST}/Library/Components"
sudo mv -v ${COMPS} "${DEST}/Library/Components/"

# stop daemons

sudo killall ioxsessiond

LaunchDaemons='/Library/LaunchDaemons/com.ioxperts.ioxdeviced.*'

sudo launchctl unload -w $LaunchDaemons
mkdir -p "${DEST}/Library/LaunchDaemons"
sudo mv -v ${LaunchDaemons} "${DEST}/Library/LaunchDaemons/"

mkdir -p "${DEST}/Library/StartupItems"
sudo mv -v "/Library/StartupItems/IOXpertsDeviceMonitor" 
"${DEST}/Library/StartupItems/"

mkdir -p "${DEST}/Applications"
sudo mv -v "/Applications/IOXperts/" "${DEST}/Applications/"

mkdir -p "${DEST}/Library/Application Support"
sudo mv -v "/Library/Application Support/IOXperts" 
"${DEST}/Library/Application Support/"

mkdir -p "${DEST}/Library/Logs"
sudo mv -v "/Library/Logs/IOXperts" "${DEST}/Library/Logs/"

mkdir -p "${DEST}/Library/Preferences"
sudo mv -v "/Library/Preferences/com.ioxperts.devicemonitor.plist" 
"${DEST}/Library/Preferences/"

sudo rm -rfv /var/tmp/com.ioxperts.dm.*


-- 
_________________________________________________________________________
Steve Sisak, CTO                                 steve.sisak at ioxperts.com
IOXperts, Inc.                                     voice: +1 617 876-2572
87 Bristol St #3A                                    fax: +1 617 876-2337
Cambridge, MA 02139                               mobile: +1 617 388-6476
-------------- next part --------------
A non-text attachment was scrubbed...
Name: iox_uninstall_video
Type: application/octet-stream
Size: 1056 bytes
Desc: not available
Url : http://lists.ioxperts.com/pipermail/video-beta-discuss/attachments/20080415/a1064bc2/attachment.obj 


More information about the Video-Beta-Discuss mailing list