App-V FAQ: How do I configure the App-V Client in stand-alone mode?

Stand-alone mode in App-V is useful where you are deploying App-V applications via Group Policy or a 3rd party ESD (using the MSI file), or you have the App-V packages available on a file share and import them with the SFTMIME command.

There are a couple of properties that you’ll need to set to allow the App-V Client to run in stand-alone mode, which you can set at install time, or configure in the registry post-install:

ParameterValuesDescription
ALLOWINDEPENDENTFILESTREAMINGTRUE / FALSEIndicates whether streaming from file will be enabled regardless of how the client has been configured with the APPLICATIONSOURCEROOT parameter. If set to FALSE, the transport will not enable streaming from files even if the OSD HREF or the APPLICATIONSOURCEROOT parameter contains a file path.
REQUIREAUTHORIZATIONIFCACHEDTRUE / FALSEIndicates whether authorization is always required, whether or not an application is already in cache.

Importing a Package in Stand-Alone mode

A common scenario for stand-alone mode is to test packages. To import a package in this mode, you can use the SFTMIME ADD PACKAGE command.

The simplest way to use this command is to copy your package to the local computer and using an elevated Command Prompt, change to the folder were the package is located. For example, I have a Mozilla Firefox package stored locally - I can use the following commands to import the package:

CD C:\Common\Packages\MozillaFirefox4_US
SFTMIME /ADD PACKAGE:"Mozilla Firefox 4" /MANIFEST MozillaFirefox4\_US\_manifest.xml /OVERRIDEURL MozillaFirefox4_US.sft /CONSOLE

Resources

There are plenty of resources on the Internet that discuss the configuration of the App-V Client in stand-alone mode: