Jump to content

Installing via command line


Recommended Posts

  • 7 months later...

Quote:

Is it possible to install retrospect client from the command line?

 


NO

 

is it possible to uninstall retrospect client from the command line ?

NO

 

is it possible to install retrospect client with ARD (without harrasing the user)?

NO

 

is it possible to turn retrospect client on/off from commandline ?

NO

 

will these features be included in updated versions of retrospect 6.x ?

NO

Link to comment
Share on other sites

is it possible to uninstall retrospect client from the command line ?

 

Sure, if you're handy with bash. It's just a Cocoa application package that includes a couple of daemons that might or might not be running, and a simple startup script file. Easy to kill and delete with a privileged account.

 

 

is it possible to turn retrospect client on/off from commandline ?

 

Certainly. Trivially easy.

 

 

will these features be included in updated versions of retrospect 6.x ?

 

It would be great if they move to Apple package installer, so the software can be installed via ARD.

Link to comment
Share on other sites

  • 1 year later...

That is incorrect because you can use ssh to connect to client's Mac and use sh to execute script to un-install. Here's the code:

/usr/bin/sudo /usr/bin/killall pitond

/usr/bin/sudo /bin/rm -rf /Library/StartupItems/RetroClient

/usr/bin/sudo /bin/rm -rf /Library/StartupItems/RetroRun

/usr/bin/sudo /bin/rm -rf /Library/Preferences/Retroclient.state

/usr/bin/sudo /bin/rm -rf "/Applications/Retrospect Client.app"

 

Worked for me, tho.

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...