...
...
Customizing Works - A Process OverviewThis is a high level overview of what customizing and creating an installer involves. The detailed steps for each platform are explained after the overview. |
...
Customizing the PRO Client involves: - Downloading the installer files for your version and your platform
- Opening and copying installer resources
- Editing the installer files
- Preparing the installers for distribution, see Creating Installers
|
Preparing to Edit Installer Files
Section |
---|
Panel |
---|
borderColor | #CCAA66 |
---|
bgColor | #FFFFEE |
---|
| Windows- Download the latest PRO Client.
- Download latest version of the Customizable Windows files.
- Unzip the zip file. It contains the following:
- custom/ – This folder contains the items to customize.
- cpinstall.ico – This is the icon file that the installer uses to places an application icon on the desktop.
- Note: The .ico file must be created using an icon editor. Saving a .gif or .png as an .ico will not work.
- After you have finished modifying the installer files follow these remaining steps to create your installers.
|
|
Section |
---|
Panel |
---|
borderColor | #CCAA66 |
---|
bgColor | #FFFFEE |
---|
| Mac OS XThe installer is case-sensitive, so be sure to retain the same case as used in the installer sample files. You can use either the command line or the GUI to access the files that you want to change. - 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.
- 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. - After you have finished modifying the installer files follow these remaining steps to create your installers.
|
|
Section |
---|
Panel |
---|
borderColor | #CCAA66 |
---|
bgColor | #FFFFEE |
---|
| LinuxYou can customize the skin and even the text that shows up on your Linux clients. - Gunzip/untar the download.
- Within the extracted crashplan folder, notice the .Custom-example folder.
You will customize files you find here and move them to the .Custom folder, including the hidden files. - Create a folder named .Custom next to .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. - After you have finished modifying the installer files follow these remaining steps to create your installers.
|
|
Editing Installer Files
Specifying Default Settings
In the in the Custom/conf/default.service.xml file you can build the following information into the installer:
...
default.service.xml <authority address="192.168.0.1:4282" registrationKey="AAAA-BBBB-CCCC-DDDD"
username="${username}@acme.org" password="${deferred}"/>
Creating an Installer
Anchor |
---|
| createinstaller |
---|
| createinstaller |
---|
|
...