Has anyone tried using BoxedApp SDK? What are your thoughts on this product?

Has anyone tried using BoxedApp SDK? What are your thoughts on this product? 

Developer's Description:
"BoxedApp SDK is a developer library that provides a set of functions for emulating a file system and a system registry for an application. Using these functions, you can create virtual files, fake registry entries, keys and values. You can launch processes from memory directly, use ActiveX without registration, embed runtimes like .Net, Flash and VC++ redistributable."
http://www.boxedapp.com/boxedappsdk/index.html

Comments

  1. You can for example use it to prevent deployment problems in hardened environments or where deployment of specific dll versions your product might rely on is not allowed because they are not the corporate "standard", or where users are not allowed to write to the registry but your app is making a lot of use of the registry and you do not want to totally rewrite it.
    It further allows to overcome "Highlander" ("There can be only one") situations in SCCM (or whatever deployment mechanism) settings by boxing your app DLL dependencies with the environment do not matter anymore.

    ReplyDelete
  2. Roland Kossow Have you used this product in your own applications?

    ReplyDelete
  3. No - not with my own applications. With foreign applications in the deployment scenarios described - with InstallAware Virtualization. It was somewhat clumsy.
    If you use the real thing ("BoxedApp SDK itself) you have probably better control and it won't feel clumsy but complicated ;-)

    ReplyDelete
  4. Jeroen Wiert Pluimers does that mean you use this product? My concern is anti-virus false positives from the use of such a component.

    ReplyDelete
  5. Michael Riley Such false positives are highly probable with such a product since it brings everything with it that would make up virus infrastructure. So probably a lot of AV engines will detect it with their generic detection allgorithms.

    ReplyDelete

Post a Comment