When captured application is started, the PermittedComputers parameter verifies whether the computer is a member of a specified Active Directory group. If the computer is not a member of Active Directory group, Thinapp does not start the application.

This parameter can be used as:
PermittedComputers=xpsystemgroup;win7systems

The Package.ini entry for application PDC overrides the global settings and all entry points will inherit these settings from PDC. For example:

[BuildOptions]
PermittedComputers=OfficeComputers

[Microsoft Office 2010.dat]
PermittedComputers=xpsystemgroup;

[Microsoft Word 2010.exe]
...
...
[Microsoft excel 2010.exe]
...
...

In the above example, PermittedComputers settings for [Microsoft Office 2010.dat] will override the global option provided in [BuildOptions] as this file is the PDC. Word and Excel applications will inherit settings from [Microsoft Office 2010.dat].