...
- Mount the PRO Client image.
- In CrashPlanPRO.mpkg, open the package contents:
- From the command line navigate to /Volumes/CrashPlanPRO/Install CrashPlanPRO.mpkg/Contents/Resources
OR… - CTRL+click (or right-click) Install CrashPlanPRO.mpkg and choose Show Package Contents.
- From the command line navigate to /Volumes/CrashPlanPRO/Install CrashPlanPRO.mpkg/Contents/Resources
- Create a folder called Custom at the same level as Custom-example.
- As you change files in the Custom-example folder, copy them over to Custom (keep the sub-folder name).
Only move/copy the files that you have changed.- The folder structure appears at the end of this article. Click to view the contents of the Custom folder.
- After you have finished modifying the installer files follow these remaining steps to create your installers.
Linux
You can customize the skin and even the text that shows up on your Linux clients.
...
ECHO Uninstalling CrashPlan...
msiexec /x {AC7EB437-982A-47C0-BC9A-E7FBD06B1ED6} /qn CP_REMOVE_ALL_FILES=%CP_REMOVE_ALL_FILES%
How It Works - Mac OS X Installer
Anchor | ||||
---|---|---|---|---|
|
PRO Server customers who have a lot of Mac clients often want to push out and run the installer for many clients at a time. Because we don't offer a push installation solution, you'll need to use other software to push-install CrashPlan, such as Apple's ARD.
...