TOC PREV NEXT INDEX

4Dlogo


Versioning


These parameters allow you to set options related to version numbers and built file information. These parameters must be surrounded with <Versioning> and </Versioning> keys.

These parameters are broken down into four subsets:

Certain keys in the Common subset set the same information as the other subsets - only the application field is different. In the event that two similar keys are used, the "specific" key (RuntimeVL, Server, or Client subset) has priority over the "generic" key (Common subset).

Common

The keys of this subset are common to all 4D applications (4D Volume Desktop and 4D Server).

They must be surrounded with <Common> and </Common> keys.

CommonVersion

version 2004
/ Preferences4D / BuildApp / Versioning / Common / CommonVersion
Accepted values

Version number

Description

This key contains the version number of the application built. If it is omitted and if none of the RuntimeVLVersion, ServerVersion or ClientVersion keys are passed, the version number of the 4D application is used.

Under Windows, this key causes the File version and Product version fields of the properties window to be updated.

Under Mac OS, this key causes the CFBundleShortVersionString and CFBundleVersion fields of the "info.plist" file to be updated.

See also: RuntimeVLVersion, ServerVersion, ClientVersion

CommonCopyright

version 2004
/ Preferences4D / BuildApp / Versioning / Common / CommonCopyright
Accepted values

Copyright text

Description

This key contains the text to insert in:

If this key is omitted and if none of the RuntimeVLCopyright, ServerCopyright or ClientCopyright keys are passed, the Copyright information of the 4D application is used.

See also: CommonComment

CommonCreator

version 2004
/ Preferences4D / BuildApp / Versioning / Common / CommonCreator
Accepted values

Creator code (4 characters maximum)

Description

This key can only be used under Mac OS.

This key is used to define the creator for the Mac OS application built. Its maximum size is 4 characters.

If this key is omitted and if none of the RuntimeVLCreator, ServerCreator or ClientCreator keys are passed, the creator of the 4D applications (4D06) is used.

This key does nothing under Windows.

See also: RuntimeVLCreator, ServerCreator, ClientCreator

CommonComment

version 2004
/ Preferences4D / BuildApp / Versioning / Common / CommonComment
Accepted values

Comment (31 characters maximum)

Description

This key is only used under Windows.

This key allows you to update the Comment field in the Properties window under Windows. Its maximum size is 31 characters.

If this key is omitted and if none of the RuntimeVLComment, ServerComment or ClientComment keys are passed, the comments associated with the 4D application are used.

This key does nothing under Mac OS.

See also: CommonCompanyName

CommonCompanyName

version 2004
/ Preferences4D / BuildApp / Versioning / Common / CommonCompanyName
Accepted values

Company name (31 characters maximum)

Description

This key is only used under Windows.

This key allows you to update the Company name field in the Properties window under Windows. Its maximum size is 31 characters.

If this key is omitted and if none of the RuntimeVLCompanyName, ServerCompanyName or ClientCompanyName keys are passed, the company name associated with the 4D application is used.

This key does nothing under Mac OS.

See also: CommonComment

CommonFileDescription

version 2004
/ Preferences4D / BuildApp / Versioning / Common / CommonFileDescription
Accepted values

Description (31 characters maximum)

Description

This key is only used under Windows.

This key allows you to update the Description field in the Properties window under Windows. Its maximum size is 31 characters.

If this key is omitted and if none of the RuntimeVLFileDescription, ServerFileDescription or ClientFileDescription keys are passed, the description associated with the 4D application is used.

This key does nothing under Mac OS.

See also: CommonComment

CommonInternalName

version 2004
/ Preferences4D / BuildApp / Versioning / Common / CommonInternalName
Accepted values

Internal name (31 characters maximum)

Description

This key is only used under Windows.

This key allows you to update the Internal name field in the Properties window under Windows. Its maximum size is 31 characters.

If this key is omitted and if none of the RuntimeVLInternalName, ServerInternalName or ClientInternalName keys are passed, the internal name associated with the 4D application is used.

This key does nothing under Mac OS.

See also: CommonComment

CommonLegalTrademark

version 2004
/ Preferences4D / BuildApp / Versioning / Common / CommonLegalTrademark
Accepted values

Legal trademark (31 characters maximum)

Description

This key is only used under Windows.

This key allows you to update the Legal trademark field in the Properties window under Windows. Its maximum size is 31 characters.

If this key is omitted and if none of the RuntimeVLLegalTrademark, ServerLegalTrademark or ClientLegalTrademark keys are passed, the legal trademarks associated with the 4D application are used.

This key does nothing under Mac OS.

See also: CommonComment

CommonPrivateBuild

version 2004
/ Preferences4D / BuildApp / Versioning / Common / CommonPrivateBuild
Accepted values

Private build (31 characters maximum)

Description

This key is only used under Windows.

This key allows you to update the Private build field in the Properties window under Windows. Its maximum size is 31 characters.

If this key is omitted and if none of the RuntimeVLPrivateBuild, ServerPrivateBuild or ClientPrivateBuild keys are passed, the private builds associated with the 4D application are used.

This key does nothing under Mac OS.

See also: CommonSpecialBuild

CommonSpecialBuild

version 2004
/ Preferences4D / BuildApp / Versioning / Common / CommonSpecialBuild
Accepted values

Special build (31 characters maximum)

Description

This key is only used under Windows.

This key allows you to update the Special build field in the Properties window under Windows. Its maximum size is 31 characters.

If this key is omitted and if none of the RuntimeVLSpecialBuild, ServerSpecialBuild or ClientSpecialBuild keys are passed, the special builds associated with the 4D application are used.

This key does nothing under Mac OS.

See also: CommonPrivateBuild

RuntimeVL

The keys of this subset are specific to application builds using 4D Volume Desktop.

They must be surrounded with <RuntimeVL> and </RuntimeVL> keys.

RuntimeVLVersion

version 2004
/ Preferences4D / BuildApp / Versioning / RuntimeVL / RuntimeVLVersion
Accepted values

Version number

Description

This key contains the version number of the application built. If it is omitted and if the CommonVersion key is also omitted, the 4D Volume Desktop version number is used.

Conversely, if both keys are used, only the value set using the RuntimeVLVersion key is taken into account.

Under Windows, this key causes the File version and Product version fields of the properties window to be updated.
Under Mac OS, this key causes the CFBundleShortVersionString and CFBundleVersion fields of the "info.plist" file to be updated.

See also: CommonVersion

RuntimeVLCopyright

version 2004
/ Preferences4D / BuildApp / Versioning / RuntimeVL / RuntimeVLCopyright
Accepted values

Copyright text

Description

This key contains the text inserted into:

If this key is omitted and if the CommonCopyright key is also omitted, the Copyright information of the 4D Volume Desktop application is used.

Conversely, if both keys are used, only the value set using the RuntimeVLCopyright key is taken into account.

See also: RuntimeVLComment

RuntimeVLCreator

version 2004
/ Preferences4D / BuildApp / Versioning / RuntimeVL / RuntimeVLCreator
Accepted values

Creator code (4 characters maximum)

Description

This key is only used under Mac OS.

This key is used to define the creator for the Mac OS application built. Its maximum size is 4 characters.

If this key is omitted and if the CommonCreator key is not passed, the creator of the 4D Volume Desktop (4D06) is used.

Conversely, if both keys are used, only the value set using the RuntimeVLCreator key is taken into account.

This key does nothing under Windows.

See also: CommonCreator

RuntimeVLComment

version 2004
/ Preferences4D / BuildApp / Versioning / RuntimeVL / RuntimeVLComment
Accepted values

Comment (31 characters maximum)

Description

This key is only used under Windows.

This key allows you to update the Comment field in the Properties window under Windows. Its maximum size is 31 characters.

If this key is omitted and if the CommonComment key is also omitted, the comments associated with the 4D Volume Desktop application are used.

Conversely, if both keys are used, only the value set using the RuntimeVLComment key is taken into account.

This key does nothing under Mac OS.

See also: RuntimeVLCompanyName

RuntimeVLCompanyName

version 2004
/ Preferences4D / BuildApp / Versioning / RuntimeVL / RuntimeVLCompanyName
Accepted values

Company name (31 characters maximum)

Description

This key is only used under Windows.

This key allows you to update the Company name field in the Properties window under Windows. Its maximum size is 31 characters.

If this key is omitted and if the CommonCompanyName key is also omitted, the company name associated with the 4D Volume Desktop application is used.

Conversely, if both keys are used, only the value set using the RuntimeVLCompanyName key is taken into account.

This key does nothing under Mac OS.

See also: RuntimeVLFileDescription

RuntimeVLFileDescription

version 2004
/ Preferences4D / BuildApp / Versioning / RuntimeVL / RuntimeVLFileDescription
Accepted values

Description (31 characters maximum)

Description

This key is only used under Windows.

This key allows you to update the File description field in the Properties window under Windows. Its maximum size is 31 characters.

If this key is omitted and if the CommonFileDescription key is also omitted, the file description associated with the 4D Volume Desktop application is used.

Conversely, if both keys are used, only the value set using the RuntimeVLFileDescription key is taken into account.

This key does nothing under Mac OS.

See also: RuntimeVLInternalName

RuntimeVLInternalName

version 2004
/ Preferences4D / BuildApp / Versioning / RuntimeVL / RuntimeVLInternalName
Accepted values

Internal name (31 characters maximum)

Description

This key is only used under Windows.

This key allows you to update the Internal name field in the Properties window under Windows. Its maximum size is 31 characters.

If this key is omitted and if the CommonInternalName key is also omitted, the internal name associated with the 4D Volume Desktop application is used.

Conversely, if both keys are used, only the value set using the RuntimeVLInternalName key is taken into account.

This key does nothing under Mac OS.

See also: RuntimeVLLegalTrademark

RuntimeVLLegalTrademark

version 2004
/ Preferences4D / BuildApp / Versioning / RuntimeVL / RuntimeVLLegalTrademark
Accepted values

Legal trademark (31 characters maximum)

Description

This key is only used under Windows.

This key allows you to update the Legal trademark field in the Properties window under Windows. Its maximum size is 31 characters.

If this key is omitted and if the CommonLegalTrademark key is also omitted, the legal trademarks associated with the 4D Volume Desktop application are used.

Conversely, if both keys are used, only the value set using the RuntimeVLLegalTrademark key is taken into account.

This key does nothing under Mac OS.

See also: RuntimeVLInternalName

RuntimeVLPrivateBuild

version 2004
/ Preferences4D / BuildApp / Versioning / RuntimeVL / RuntimeVLPrivateBuild
Accepted values

Private build (31 characters maximum)

Description

This key is only used under Windows.

This key allows you to update the Private build field in the Properties window under Windows. Its maximum size is 31 characters.

If this key is omitted and if the CommonPrivateBuild key is also omitted, the private build associated with the 4D Volume Desktop application is used.

Conversely, if both keys are used, only the value set using the RuntimeVLPrivateBuild key is taken into account.

This key does nothing under Mac OS.

See also: RuntimeVLSpecialBuild

RuntimeVLSpecialBuild

version 2004
/ Preferences4D / BuildApp / Versioning / RuntimeVL / RuntimeVLSpecialBuild
Accepted values

Special build (31 characters maximum)

Description

This key is only used under Windows.

This key allows you to update the Special build field in the Properties window under Windows. Its maximum size is 31 characters.

If this key is omitted and if the CommonSpecialBuild key is also omitted, the special build associated with the 4D Volume Desktop application is used.

Conversely, if both keys are used, only the value set using the RuntimeVLSpecialBuild key is taken into account.

This key does nothing under Mac OS.

See also: RuntimeVLPrivateBuild

Server

The keys of this subset are specific to 4D Server application builds.

They must be surrounded with <Server> and </Server> keys.

ServerVersion

version 2004
/ Preferences4D / BuildApp / Versioning / Server / ServerVersion
Accepted values

Version number

Description

This key contains the version number of the application built. If it is omitted and if the CommonVersion key is also omitted, the 4D Server version number is used.

Conversely, if both keys are used, only the value set using the ServerVersion key is taken into account.

Under Windows, this key causes the File version and Product version fields of the properties window to be updated.

Under Mac OS, this key causes the CFBundleShortVersionString and CFBundleVersion field of the "info.plist" file to be updated.

See also: CommonVersion

ServerCopyright

version 2004
/ Preferences4D / BuildApp / Versioning / Server / ServerCopyright
Accepted values

Copyright text

Description

This key contains the text inserted into:

If this key is omitted and if the CommonCopyright key is also omitted, the Copyright information of the 4D Server application is used.

Conversely, if both keys are used, only the value set using the ServerCopyright key is taken into account.

See also: ServerComment

ServerCreator

version 2004
/ Preferences4D / BuildApp / Versioning / Server / ServerCreator
Accepted values

Creator code (4 characters maximum)

Description

This key is only used under Mac OS.

This key is used to define the creator for the Mac OS application built. Its maximum size is 4 characters.

If this key is omitted and if the CommonCreator key is also omitted, the creator of 4D Server (4D06) is used.

Conversely, if both keys are used, only the value set using the ServerCreator key is taken into account.

This key does nothing under Windows.

See also: CommonCreator

ServerComment

version 2004
/ Preferences4D / BuildApp / Versioning / Server / ServerComment
Accepted values

Comment (31 characters maximum)

Description

This key is only used under Windows.

This key allows you to update the Comment field in the Properties window under Windows. Its maximum size is 31 characters.

If this key is omitted and if the CommonComment key is also omitted, the comments associated with the 4D Server application are used.

Conversely, if both keys are used, only the value set using the ServerComment key is taken into account.

This key does nothing under Mac OS.

See also: ServerCompanyName

ServerCompanyName

version 2004
/ Preferences4D / BuildApp / Versioning / Server / ServerCompanyName
Accepted values

Company name (31 characters maximum)

Description

This key is only used under Windows.

This key allows you to update the Company name field in the Properties window under Windows. Its maximum size is 31 characters.

If this key is omitted and if the CommonCompanyName key is also omitted, the company name associated with the 4D Server application is used.

Conversely, if both keys are used, only the value set using the ServerCompanyName key is taken into account.

This key does nothing under Mac OS.

See also: ServerFileDescription

ServerFileDescription

version 2004
/ Preferences4D / BuildApp / Versioning / Server / ServerFileDescription
Accepted values

Description (31 characters maximum)

Description

This key is only used under Windows.

This key allows you to update the File description field in the Properties window under Windows. Its maximum size is 31 characters.

If this key is omitted and if the CommonFileDescription key is also omitted, the description associated with the 4D Server application is used.

Conversely, if both keys are used, only the value set using the ServerFileDescription key is taken into account.

This key does nothing under Mac OS.

See also: ServerInternalName

ServerInternalName

version 2004
/ Preferences4D / BuildApp / Versioning / Server / ServerInternalName
Accepted values

Internal name (31 characters maximum)

Description

This key is only used under Windows.

This key allows you to update the Internal name field in the Properties window under Windows. Its maximum size is 31 characters.

If this key is omitted and if the CommonInternalName key is also omitted, the internal name associated with the 4D Server application is used.

Conversely, if both keys are used, only the value set using the ServerInternalName key is taken into account.

This key does nothing under Mac OS.

See also: ServerLegalTrademark

ServerLegalTrademark

version 2004
/ Preferences4D / BuildApp / Versioning / Server / ServerLegalTrademark
Accepted values

Legal trademark (31 characters maximum)

Description

This key is only used under Windows.

This key allows you to update the Legal trademark field in the Properties window under Windows. Its maximum size is 31 characters.

If this key is omitted and if the CommonLegalTrademark key is also omitted, the legal trademarks associated with the 4D Server application are used.

Conversely, if both keys are used, only the value set using the ServerLegalTrademark key is taken into account.

This key does nothing under Mac OS.

See also: ServerPrivateBuild

ServerPrivateBuild

version 2004
/ Preferences4D / BuildApp / Versioning / Server / ServerPrivateBuild
Accepted values

Private build (31 characters maximum)

Description

This key is only used under Windows.

This key allows you to update the Private build field in the Properties window under Windows. Its maximum size is 31 characters.

If this key is omitted and if the CommonPrivateBuild key is also omitted, the private build associated with the 4D Server application is used.

Conversely, if both keys are used, only the value set using the ServerPrivateBuild key is taken into account.

This key does nothing under Mac OS.

See also: ServerSpecialBuild

ServerSpecialBuild

version 2004
/ Preferences4D / BuildApp / Versioning / Server / ServerSpecialBuild
Accepted values

Special build (31 characters maximum)

Description

This key is only used under Windows.

This key allows you to update the Special build field in the Properties window under Windows. Its maximum size is 31 characters.

If this key is omitted and if the CommonSpecialBuild key is also omitted, the special build associated with the 4D Server application is used.

Conversely, if both keys are used, only the value set using the ServerSpecialBuild key is taken into account.

This key does nothing under Mac OS.

See also: ServerPrivateBuild

Client

The keys of this subset are specific to 4D Volume Desktop client application builds.

They must be surrounded with <Client> and </Client> keys.

ClientVersion

version 2004
/ Preferences4D / BuildApp / Versioning / Client / ClientVersion
Accepted values

Version number

Description

This key contains the version number of the application built. If it is omitted and if the CommonVersion key is also omitted, the 4D Volume Desktop version number is used.

Conversely, if both keys are used, only the value set using the ClientVersion key is taken into account.

Under Windows, this key causes the File version and Product version fields of the properties window to be updated.

Under Mac OS, this key causes the CFBundleShortVersionString and CFBundleVersion fields of the "info.plist" file to be updated.

See also: CommonVersion

ClientCopyright

version 2004
/ Preferences4D / BuildApp / Versioning / Client / ClientCopyright
Accepted values

Copyright text

Description

This key contains the text inserted into:

If this key is omitted and if the CommonCopyright key is also omitted, the Copyright information of the 4D Volume Desktop application is used.

Conversely, if both keys are used, only the value set using the ClientCopyright key is taken into account.

See also: ClientComment

ClientCreator

version 2004
/ Preferences4D / BuildApp / Versioning / Client / ClientCreator
Accepted values

Creator code (4 characters maximum)

Description

This key is only used under Mac OS.

This key is used to define the creator for the Mac OS Client application built. Its maximum size is 4 characters.

If this key is omitted and if the CommonCreator key is not passed, the creator of 4D Volume Desktop (4D06) is used.

Conversely, if both keys are used, only the value set using the ClientCreator key is taken into account.

This key does nothing under Windows.

See also: CommonCreator

ClientComment

version 2004
/ Preferences4D / BuildApp / Versioning / Client / ClientComment
Accepted values

Comment (31 characters maximum)

Description

This key is only used under Windows.

This key allows you to update the Comment field in the Properties window under Windows. Its maximum size is 31 characters.

If this key is omitted and if the CommonComment key is also omitted, the comments associated with the 4D Volume Desktop application are used.

Conversely, if both keys are used, only the value set using the ClientComment key is taken into account.

This key does nothing under Mac OS.

See also: ClientCompanyName

ClientCompanyName

version 2004
/ Preferences4D / BuildApp / Versioning / Client / ClientCompanyName
Accepted values

Company name (31 characters maximum)

Description

This key is only used under Windows.

This key allows you to update the Company name field in the Properties window under Windows. Its maximum size is 31 characters.

If this key is omitted and if the CommonCompanyName key is also omitted, the company name associated with the 4D Volume Desktop application is used.

Conversely, if both keys are used, only the value set using the ClientCompanyName key is taken into account.

This key does nothing under Mac OS.

See also: ClientFileDescription

ClientFileDescription

version 2004
/ Preferences4D / BuildApp / Versioning / Client / ClientFileDescription
Accepted values

Description (31 characters maximum)

Description

This key is only used under Windows.

This key allows you to update the File description field in the Properties window under Windows. Its maximum size is 31 characters.

If this key is omitted and if the CommonFileDescription key is also omitted, the file description associated with the 4D Volume Desktop application is used.

Conversely, if both keys are used, only the value set using the ClientFileDescription key is taken into account.

This key does nothing under Mac OS.

See also: ClientInternalName

ClientInternalName

version 2004
/ Preferences4D / BuildApp / Versioning / Client / ClientInternalName
Accepted values

Internal name (31 characters maximum)

Description

This key is only used under Windows.

This key allows you to update the Internal name field in the Properties window under Windows. Its maximum size is 31 characters.

If this key is omitted and if the CommonInternalName key is also omitted, the internal name associated with the 4D Volume Desktop application is used.

Conversely, if both keys are used, only the value set using the ClientInternalName key is taken into account.

This key does nothing under Mac OS.

See also: ClientLegalTrademark

ClientLegalTrademark

version 2004
/ Preferences4D / BuildApp / Versioning / Client / ClientLegalTrademark
Accepted values

Legal trademark (31 characters maximum)

Description

This key is only used under Windows.

This key allows you to update the Legal trademark field in the Properties window under Windows. Its maximum size is 31 characters.

If this key is omitted and if the CommonLegalTrademark key is also omitted, the legal trademarks associated with the 4D Volume Desktop application are used.

Conversely, if both keys are used, only the value set using the ClientLegalTrademark key is taken into account.

This key does nothing under Mac OS.

See also: ClientInternalName

ClientPrivateBuild

version 2004
/ Preferences4D / BuildApp / Versioning / Client / ClientPrivateBuild
Accepted values

Private build (31 characters maximum)

Description

This key is only used under Windows.

This key allows you to update the Private build field in the Properties window under Windows. Its maximum size is 31 characters.

If this key is omitted and if the CommonPrivateBuild key is also omitted, the private build associated with the 4D Volume Desktop application is used.

Conversely, if both keys are used, only the value set using the ClientPrivateBuild key is taken into account.

This key does nothing under Mac OS.

See also: ClientSpecialBuild

ClientSpecialBuild

version 2004
/ Preferences4D / BuildApp / Versioning / Client / ClientSpecialBuild
Accepted values

Special build (31 characters maximum)

Description

This key is only used under Windows.

This key allows you to update the Special build field in the Properties window under Windows. Its maximum size is 31 characters.

If this key is omitted and if the CommonSpecialBuild key is also omitted, the special build associated with the 4D Volume Desktop application is used.

Conversely, if both keys are used, only the value set using the ClientSpecialBuild key is taken into account.

This key does nothing under Mac OS.

See also: ClientPrivateBuild


4D S.A.
http://www.4D.fr
Tel : 33 (1) 40 87 92 00
Fax : 33 (1) 40 87 92 01
e-mail : info@4d.fr
TOC PREV NEXT INDEX