CONFIGURING
About this task
Perform the following steps to add subscriptions, custom file sets, and custom programs:
To add a subscription
Procedure
1. Create new replicas of all databases belonging to the subscription. Any database you add to the CD must have the same replica ID as the original. For example, you cannot make a new "copy" of a database with the Notes® client, because copies have new IDs.
2. In the directory \Content\Subscriptions on the CD, create one folder for each subscription. Name each folder with the replica ID of the main database of the subscription. For example, \Content\Subscriptions\72638271927F46D8.
To add a custom file set
1. Add custom file sets to the directory \Content\CustomFilesets on the CD. Each custom file set should have an EXE file and an INF file, both having the same name.
2. Open the Offline Configuration Profile Document of the original subscription on the server. Click the Services tab and select Custom services. A Custom services to install offline field appears. Add the custom file set commands to it.
To create a custom program for the DOLS subscription
To create a custom program to run immediately after installation:
1. Create a file called DOLSCONTENT.INI in the directory \Content on the CD.
2. Make the first line [DOLS]; the second line SetupProgram=; and the third line SetupCommandLine=. You can also add the optional setting Nowait. When you add Nowait, the DOLS Pre-Installer will not wait for the custom program to finish running before displaying the "Setup Complete" dialog box.
3. Add the name of the program you want run to the SetupProgram= line. Add any specific commands you want to the SetupCommandLine line. For example, if the first thing you want to happen after installation is for the user's Explorer browser to open to the URL of the subscription offlineapp.nsf, add the following to DOLSCONTENT.INI:
SetupProgram= C:\Program Files\Internet Explorer\IexploreEXE
SetupCommandLine=http://www.foo.com/offlineapp.nsf
Nowait=1
After you've prepared the CD, distribute copies to your users. The installer runs automatically when the user puts the CD in the drive. If it does not run, the user should double-click setup.exe on the CD.
If users delete a subscription from the Domino Sync Manager, they must run the CD installer again, then re-install the subscription to restore it. If they install the subscription from the server, they'll only get the online version of it, with none of your customizations.
Note: See the readme file on the CD for system and browser requirements, tasks for administrators and users, and more reference information.
Related concepts Copying DOLS design elements into the main database Increasing the server output timeout for DOLS downloads