Jump to content

Uninstalling Retrospect 6.3 client


Recommended Posts

Is there a script or directions available on how to uninstall the Retrospect 6.3 client? We just tried upgrading a client from 6.2.234 to 6.3.028 using the .rcu file and ran into a problem connecting to the client after that. The usual fix for us has been to uninstall the client manually then reinstall, but it doesn't appear that the new 6.3 installer has an uninstall function like the 6.2.234 VISE installer does.

Link to comment
Share on other sites

  • 3 weeks later...
I've seen the same thing. Where's the uninstall? That was the easiest fix for a client that has gone quiet. It was even easy to get the end user to do it. Where'd it go???

There is no "official" uninstaller, but Robin Mayoff, head of EMC Retrospect support, posted an "unofficial" script to do the client uninstall a couple of weeks ago in the Retrospect Windows forum. Of course, that seems like the natural place for the Mac client uninstaller to be found; can't imagine a better place to put it.

 

Here is the link:

Unofficial Retrospect Mac client uninstaller

 

Russ

Link to comment
Share on other sites

Well I'm surprised (if/that) it works.

 

I didn't try running the AppleScript, but a quick peak with Script Editor reveals the following shell command(s) (line breaks added and quotes removed for clarity):

 

do shell script

killall retroclient;

rm -r /Applications/Retrospect\\ Client.app;

rm -r /Library/StartupItems/RetroClient;

rm /Library/Preferences/retroclient.state;

rm -rf /Library/Receipts/retrospectClient.pkg;

rm -rf /Library/Receipts/retroclient.pkg

with administrator privileges

 

Seems like there's an extra back-slash there...

 

 

Dave

Link to comment
Share on other sites

Well I'm surprised (if/that) it works.

 

I didn't try running the AppleScript, but a quick peak with Script Editor reveals the following shell command(s) (line breaks added and quotes removed for clarity):

 

do shell script

killall retroclient;

rm -r /Applications/Retrospect\\ Client.app;

rm -r /Library/StartupItems/RetroClient;

rm /Library/Preferences/retroclient.state;

rm -rf /Library/Receipts/retrospectClient.pkg;

rm -rf /Library/Receipts/retroclient.pkg

with administrator privileges

 

Seems like there's an extra back-slash there...

 

 

Dave

No, this is an oddity of how you have to escape backslashes in AppleScript to get them passed through to the shell. See this Apple Developer Technote:

Escaping backslashes in AppleScript

 

Russ

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...