Skip to main content
Solved

Casper imaging (Curtain screen)

  • February 14, 2013
  • 4 replies
  • 27 views

Forum|alt.badge.img+8

I've been asked to look into ways of changing the curtain screen (I believe it's called).

The screen that contains "The imaging process is finishing installing software" on the initial restart.

Is there a way the image and/or text can be changed to our current standard (we already have an image etc. for our SCCM environment).

Best answer by aburrow

Thanks for that. In the end I used the Jamfhelper to "replace" the curtain screen.

4 replies

Forum|alt.badge.img+23
  • Esteemed Contributor
  • February 14, 2013

There's various ways of doing it. We use a launchagent and a program called iHook to display a screen over the top of the loginwindow after first imaging.

Be wary: it hasn't been updated in a while. http://rsug.itd.umich.edu/software/ihook/


Forum|alt.badge.img+8
  • Author
  • Contributor
  • Answer
  • February 27, 2013

Thanks for that. In the end I used the Jamfhelper to "replace" the curtain screen.


Forum|alt.badge.img+16
  • Employee
  • May 14, 2013

Hi Anthony,

Would you mind sharing how you used jamfHelper to replace the curtain screen? Did you modify Casper Imaging.app? I'd like to adjust mine, but I'm unsure how to proceed.

Thank you.


Forum|alt.badge.img+8
  • Author
  • Contributor
  • May 14, 2013

Christopher,

  1. I used Composer to create a package which place an image file in our case a ".jpg" into /private/tmp.
  2. I then included a postflight script in the same package "/Library/Application Support/JAMF/bin/jamfhelper.app/Contents/MacOS/jamfHelper -windowType fs -icon "/private/tmp/curtain.jpg" -fullScreenIcon"
  3. Once uploaded into Casper Admin I set the priority to 1 and "This package must be installed to the boot volume at imaging time".

Essentially this package displays the image file on top of the Default Casper Imaging image. It works but it's not as neat as I'd like it to be. Having the ability to replace the Default would be nicer.