4.5

Table Of Contents
ThinApp User’s Guide
84 VMware, Inc.
AppSyncExpireMessage
TheAppSyncExpireMessageparametersetsthemessagethatappearswhentheconnectiontotheWebserver
failsaftertheexpirationperiodendsandavirtualapplicationstarts.Theapplicationquitswhenthemessage
appears.
Examples
ThinAppprovidesadefaultmessagefortheAppSyncExpireMessageparameter.
AppSyncExpireMessage=This application has been unable to contact its update server for
<AppSyncExpirePeriod_value> days, so it is unavailable for use. Check your network connection and
try again.
IfthevalueoftheAppSyncExpirePeriodparameterisinhoursorminutes,changethemessagetoindicate
hoursorminutesratherthandays.
AppSyncExpirePeriod
TheAppSyncExpirePeriodpara meter setstheexpirationofthepackage inminutes (m),hours (h),ordays (d).
IfThinAppcannotreachtheWebservertocheckforupdates,thepackagecontinuestoworkuntilthe
expirationperiodendsandtheuserclosesit.Evenaftertheexpirationperiodends,ThinApptriestoreachthe
Webserverateachsubsequentstartupattempt.
Examples
Youcanpreventthepackagefromexpiringwiththedefaultnevervalue.
AppSyncExpirePeriod=never
AppSyncURL
TheAppSyncURLparametersetstheWebserverURLorfilesharelocationthatstorestheupdatedversionofan
application.ThinAppchecksthislocationanddownloadstheupdatedpackage.
ApplicationSyncworksovertheHTTP(unsecure),HTTPS(secure),andFileprotocols.PartoftheHTTPS
protocolinvolvescheckingtheidentityofthe
Webserver.Youcanincludeausernameandapasswordinthe
AppSyncURLparameterforbasicauthentication.ThinAppadherestothestandardInternetExplorerproxy
setting.
YoumustuncommenttheAppSyncURLparametertoactivateallApplicationSyncparameters.
Examples
YoucanassignanHTTPorHTTPSvaluetotheAppSyncURLparameteraccordingtothefollowingformat.
AppSyncURL=https://<site.com>/<path>/<package_name>.exe
Youcanspecifylocalandnetworkdrivepaths.
file:///C:/<path>/<package_name>.exe
YoucanuseaUNCpathandaccesslocationsofnetworkresources.
file://<server>/<share>/<path>/<package_name>.exe