5.1
Table Of Contents
- ThinApp Package.ini Parameters Reference Guide
- Contents
- About This Guide
- Configuring Package Parameters
- Package.ini File Structure
- Package.ini or ##Attributes.ini Files That Override Package.ini Settings
- Configuring the ThinApp Runtime
- Configuring Isolation
- Configuring File and Protocol Associations
- Configuring Build Output
- Configuring Permissions
- Configuring Objects and DLL Files
- ExternalCOMObjects Parameter
- ExternalDLLs Parameter
- ForcedVirtualLoadPaths Parameter
- IsolatedMemoryObjects Parameter
- IsolatedSynchronizationObjects Parameter
- NotificationDLLs Parameter
- NotificationDLLSignature Parameter
- ObjectTypes Parameter
- SandboxCOMObjects Parameter
- VirtualizeExternalOutOfProcessCOM Parameter
- Configuring File Storage
- Configuring Processes and Services
- Configuring Sizes
- Configuring Logging
- Configuring Versions
- Configuring Locales
- Configuring Individual Applications
- Configuring Dependent Applications Using the Application Utility
- Configuring Application Updates with the Application Sync Utility
- Configuring MSI Files
- Configuring Sandbox Storage and Inventory Names
- Other Configuration Parameters
- DisableCutPaste Parameter
- LoadDotNetFromSystem Parameter
- PermittedComputers Parameter
- Services Parameter
- StatusbarDisplayName Parameter
- DisableTransactionRegistry Parameter
- PreventDLLInjection
- ProcessExternalNameBehavior Parameter
- PreventDllInjectionExceptions Parameter
- LargeAddressAware Parameter
- PermittedComputers Parameter
- PermittedComputersAccessDeniedMsg Parameter
- PermittedComputersOfflineAccess Parameter
- IgnoreDDEMessages Parameter
- Locating the ThinApp Sandbox
- Controlling the Sandbox Location
- Sandbox Structure
- Creating ThinApp Snapshots and Projects from the Command Line
- Index
AppSyncURL=https://<site.com>/<path>/<primary_data_container_name>
You can specify local and network drive paths. A primary data container can be either a .exe or .dat file.
file:///C:/<path>/<primary_data_container_name>
You can use a UNC path and access locations of network resources.
file://<server>/<share>/<path>/<primary_data_container_name>
AppSyncUpdateFrequency Parameter
The AppSyncUpdateFrequency parameter specifies how often ThinApp checks the Web server for application
updates. You can set the update frequency in minutes (m), hours (h), or days (d).
ThinApp sets an initial value of 1d that connects a package to the Web server once a day to check for
updates. ThinApp does not check for an update when another running application shares the same sandbox.
Example: Modifying AppSyncUpdateFrequency Parameter
You can modify the AppSyncUpdateFrequency parameter with a value of 0 to set the application to check for
updates every time you start it.
AppSyncUpdateFrequency=0
AppSyncUpdatedMessage Parameter
The AppSyncUpdatedMessage parameter sets the message that appears when an updated package first starts.
Viewing Updated AppSyncUpdatedMessage Parameter
You can use the AppSyncUpdatedMessage parameter to confirm that the application is updated.
AppSyncUpdatedMessage=Your application has been updated.
AppSyncWarningFrequency Parameter
The AppSyncWarningFrequency parameter specifies how often a warning appears before the package expires.
You can specify minutes (m), hours (h), or days (d).
ThinApp sets an initial value of 1d that sets the warning message to appear once a day.
Example: Modifying AppSyncWarningFrequency Parameter
You can modify the AppSyncWarningFrequency parameter to configure the warning to appear each time the
application starts.
AppSyncWarningFrequency=0
Chapter 19 Configuring Application Updates with the Application Sync Utility
VMware, Inc. 67










