5.1

Table Of Contents
VMware, Inc. 65
Chapter 4 Updating and Linking Applications
Sandbox Considerations for Upgraded Applications
When you upgrade an application, you can control whether users continue to use their previous settings by
keeping the sandbox name consistent in the Package.ini file. You can prevent users from using an older
sandbox with an upgraded application by packaging the upgraded application with a new name for the
sandbox. Starting the upgraded application the first time creates the sandbox with the new name.
Updating the ThinApp Version of Packages
You can use the relink.exe utility to update an existing package or tree of packages to the latest version of
ThinApp. Although you can install the latest version of ThinApp and run the build.bat utility to rebuild each
target package with the latest ThinApp version, the relink.exe utility is a faster method to upgrade the
ThinApp version of existing packages. You might want to update your package to benefit from the latest
ThinApp features or support enhancements.
relink Examples
The relink.exe utility has an optional -Recursive flag and can target a single package or multiple packages.
relink [-Recursive] <target> [<target> ...]
For example, you can update an Adobe Reader package to the latest installed ThinApp version.
relink AdobeReader.exe
The relink.exe utility can use a wildcard pattern.
relink *.exe *.dat
The relink.exe utility can use directory names to process all ThinApp files in that directory.
relink C:MyPackages
If you specify the -Recursive flag, the relink.exe utility processes all ThinApp files in the directory and all
subdirectories. This flag is intended for use only with directory names.
If the target name contains spaces, you must use double quotes.
relink "Microsoft Office Professional 2007.dat"