<HTML>
<HEAD>
<TITLE>Re: [Casper] Updating Casper on Restore Partition</TITLE>
</HEAD>
<BODY>
<FONT FACE="Calibri, Verdana, Helvetica, Arial"><SPAN STYLE='font-size:11pt'>Someone may already have this done, but the basics of it are going to be:<BR>
<BR>
</SPAN></FONT><UL><LI><FONT FACE="Calibri, Verdana, Helvetica, Arial"><SPAN STYLE='font-size:11pt'>Unhide the Restore partition
</SPAN></FONT><LI><FONT FACE="Calibri, Verdana, Helvetica, Arial"><SPAN STYLE='font-size:11pt'>Remove the Casper application
</SPAN></FONT><LI><FONT FACE="Calibri, Verdana, Helvetica, Arial"><SPAN STYLE='font-size:11pt'>Install the Casper Imaging application (because the name changed with 6.x)
</SPAN></FONT><LI><FONT FACE="Calibri, Verdana, Helvetica, Arial"><SPAN STYLE='font-size:11pt'>Then somehow modify the file that dictates the auto logon users launch items<BR>
</SPAN></FONT></UL><FONT FACE="Calibri, Verdana, Helvetica, Arial"><SPAN STYLE='font-size:11pt'><BR>
I don&#8217;t actually do it this way, we typically just push out a whole new patched and updated Restore partition in the background with the following Perl script while the production side is running...even if users are logged on you could:<BR>
<BR>
#!/usr/bin/perl -w<BR>
<BR>
`/usr/sbin/diskutil mountDisk disk0`;<BR>
`/usr/sbin/asr restore -source <a href="http://your.jss.com/restorex.dmg">http://your.jss.com/restorex.dmg</a> -target /Volumes/Restore -erase -noprompt -noverify`;<BR>
`/usr/sbin/diskutil force unmount /Volumes/Restore`;<BR>
<BR>
Haven&#8217;t used it in a while, but I assume it still works.<BR>
<BR>
Craig E<BR>
<BR>
<BR>
On 4/1/09 3:08 PM, &quot;Cyrus Vahhaji&quot; &lt;<a href="Cyrus.Vahhaji@bestbuy.com">Cyrus.Vahhaji@bestbuy.com</a>&gt; wrote:<BR>
<BR>
</SPAN></FONT><BLOCKQUOTE><FONT FACE="Calibri, Verdana, Helvetica, Arial"><SPAN STYLE='font-size:11pt'>Want to pick the brains of people that use restore partition and see how they go about upgrading Casper. I&#8217;ve setup restore partition to login automatically and Casper is a login item. I&#8217;m wondering how easy it would be to upgrade Casper from 5.13 to Casper Imaging 6.x and have it start at login on machines that are currently in production.<BR>
<BR>
Thanx for your input,<BR>
Cyrus<BR>
</SPAN></FONT></BLOCKQUOTE>
</BODY>
</HTML>