5.1

Table Of Contents
ThinApp User’s Guide
60 VMware, Inc.
Not Configured. If you do not configure this setting, then ThinApp will perform AppLink using the AppLink
parameters defined in the package. If the package does not contain any AppLink parameters, the runtime will
not perform AppLink.
Enabled. If you enable this setting, then ThinApp performs AppLink even if the package does not contain any
AppLink parameters. When there are no AppLink parameters in the package, then the runtime uses the
parameters configured in Configure AppLink dialog, this overrides the AppLink parameters set in the
package.
Disable. If you disable this setting, the ThinApp will not perform AppLink, even if the package contains
AppLink parameters.
Updating Applications with Runtime Changes
The sbmerge.exe utility merges runtime changes recorded in the application sandbox back into a ThinApp
project. A typical workflow for this utility involves the following tasks:
Capturing an application.
Building the application with the build.bat file.
Running a captured application and customizing the settings and virtual environment. ThinApp stores
the changes in the sandbox.
Running the sbmerge.exe utility to merge registry and file system changes from the sandbox into the
ThinApp project.
Rebuilding the captured application with the build.bat file
Deploying the updated application.
Merge Sandbox Changes with Firefox
This procedure for the sbmerge.exe utility uses Firefox 2.0.0.3 as an example of a captured application.
Merge sandbox changes with Firefox 2.0.0.3
1 Capture Firefox 2.0.0.3.
2 Double-click the build.bat file in the captured application folder to rebuild the application package.
For example, a Firefox 2.0.0.3 path to the build.bat file might be C:\Program Files\VMware\VMware
ThinApp\Captures\Mozilla Firefox 2.0.0.3\build.bat.
3 Create a Thinstall directory in the bin directory for the sandbox location.
4 Start Firefox and make a change to the settings.
For example, change the home page.
5 From the command line, navigate to the directory where the ThinApp project folder resides.
For example, navigate to C:\Program Files\VMware\VMware ThinApp\Captures\Mozilla
Firefox 2.0.0.3.
6 From the command line, type the "C:\Program Files\VMware\VMware ThinApp\sbmerge" Print
command.
ThinApp prints the changes that affected the sandbox folder when using the captured application.
7 From the command line, type the "C:\Program Files\VMware\VMware ThinApp\sbmerge" Apply
command.
ThinApp empties the Thinstall folder and merges the sandbox changes with the application.