SandboxPath |
Previous Top Next |
|
Examples:
|
|
This creates the default Sandbox in the same directory as the
EXE |
[BuildOptions]
|
SandboxPath=.
|
|
This creates the default Sandbox in a subdirectory under where
the EXE is located |
[BuildOptions]
|
SandboxPath=LocalSandbox\Subdir1
|
|
This creates the default Sandbox in the user's AppData folder
under the subdirectory Thinstall |
[BuildOptions]
|
SandboxPath=%AppData%\Thinstall
|
|
This creates the default Sandbox on a network mapped
drive |
[BuildOptions]
|
SandboxPath=Z:\Sandboxes
|
|
|
If an
application is meant to run only from portable media such as USB
Flash devices, SandboxPath= can be used to force the application to
use a local sandbox. It is also possible to control the default
location of the Sandbox using environment variables or by creating
a "Thinstall" directory. Environment variables and a local
"Thinstall" directory will take precendence over the path specified
by SandboxPath. |
|
See
Sandbox Overview for more details
on Sandbox creation and probing works. |
|
|