|
|
Definition of a Profile
The keyword for a profile definition is Profile. A global ID of a profile should begin with gid_Profile . Profiles have be assigned to modules. The assigned module has to be listed inside the definition block of the Profile. Profiles represent ini- or .rc-files, which are created from the setup, for example sversion.ini respectively .sversionrc. A typical definition of a profile in the scp projects looks like: Profile
gid_Profile_Bootstrap_Ini As you can see, the definition of a profile is very simple. The profile needs a ModuleID a name, a directory in which the file shall be created and optionally some styles. In this case the gid_Profile_Bootstrap_Ini is defined, which is named for unix bootstraprc and for all other platforms bootstrap.ini. It is installed into gid_Dir_Program.
|


