5.0

Table Of Contents
ThinApp User’s Guide
40 VMware, Inc.
InthefollowingPackage.inientry,App1andApp2inheritPermittedGroupsvalues.
[BuildOptions]
PermittedGroups=Administrators;OfficeUsers
[App1.exe]
...
..
[App2.exe]
...
...
Inthefollowingentry,onlyusersbelongingtotheApp1usersgroupcanusetheApp1.exefile,andmembers
oftheEveryonegroupcanusetheApp2.exefile.The defaultmessagefordenieduserschangesforApp1.
[BuildOptions]
PermittedGroups=Everyone
[App1.exe]
PermittedGroups=App1Users
AccessDeniedMsg=Sorry, you can’t run this application
..
[App2.exe]
...
...
PermittedComputers Parameter
Whencapturedapplicationisstarted,thePermittedComputersparameterverifieswhetherthecomputerisa
memberofaspecifiedActiveDirectorygroup.IfthecomputerisnotamemberofActiveDirectorygroup,
Thinappdoesnotstarttheapplication.Thisparametercanbeusedas:
PermittedComputers=xpsystemgroup;win7systems
ThePackage.inientryforapplicationPDCoverridestheglobalsettingsandallentrypointswillinheritthese
settingsfromPDC.
ForExample:
[BuildOptions]
PermittedComputers=OfficeComputers
[Microsoft Office 2010.dat]
PermittedComputers=xpsystemgroup;
[Microsoft Word 2010.exe]
...
...
[Microsoft excel 2010.exe]
...
...
Intheaboveexample,PermittedComputerssettingsfor[MicrosoftOffice2010.dat]willoverridetheglobal
optionprovidedin[BuildOptions]asthisfileisthePDC.WordandExcelapplicationswillinheritsettings
from[MicrosoftOffice2010.dat].
Starting and Stopping Virtual Services
WhenyoucaptureanddeployapackagethatcontainsaWindowsservice,suchastheSQLServerservice,any
usercanrunthepackageandstartandstoptheservice.Unlikenativeapplications,virtualapplicationsdonot
requireadministratorrightsfortheseoperations.
Automatic Startup for Virtual Services
Youcaninstallavirtualserviceasaphysicalservice,sothatitstartswhenthephysicalmachineisstarted.The
virtualserviceremainsinitsThinAppprojectpackage,butisregisteredonthephysicalmachineand
controlledusingthenativelyinstalledservicemanagementtools.