Creates and deploys an Agentry application with a package.
void createApplication (String appID, String displayName, String description,CLIENT_SDK_TYPE type,Boolean enable,String appPackage,Boolean immediate,Date time) throws SUPAdminException;
If successful, returns silently. If unsuccessful, returns SUPAdminException.
createApplication(“agentryapp1”, “agentryapp1Display”, “DescribeAgentry”,”c:\\app.agentry2.agp”,true,null)