FilesInArchives Sections of Ufiles.sxp

The FilesInArchives section can have the following entries:

OFlag,File_path_1

optional

:

 

OFlag,File_path_m

optional

Create1=AFlag_1[,Account_name_1]

optional

:

 

Createn=AFlag_n[,Account_name_n]

optional

OFlag

Specifies a flag that can have the following values or a combination of them:

0x00000004 File is only to be installed if it does not yet exist.

0x00000008 File is not to be deleted during uninstallation.

Example:

To preserve a user file during reinstall, set this flag to 0x0000000C.

File_path

Specifies the absolute file path. To build this path, the user-specific internal parameters (SxpHomeDir, SxpUsrProgramsDir, SxpProfileAppsDir, and so on), as well as the instance directory must be used.

Note on file paths in the CMP File:

If you edit the ufiles.cmp file using the CMP Editor, all modified files will be written to the section FilesInArchives in the ufiles.sxp. You must then copy these entries to the corresponding FilesInArchivesn section for each user.

AFlag

Specifies the account flag. AFlag can have one of the values A, G, S, or U. Default setting is Create1=S, Create2=A.

Account_name

Indicates the user or group name.

More information:

Example of Ufiles.sxp