4

A while ago, I saw a program that basically created a sort of "sandbox" for a program before it was installed. The main benefit of using this programs to install other programs was that it allowed for the complete removal of that program after it was installed. I think it may have also basically sandboxed the program being installed, but I am not sure about that. I can't remember what the name of this program was. Does anyone know what it is?

bwDraco
  • 46,683

2 Answers2

3

There are many sandboxing programs, here are some of them:

Sandboxie, Avira and BufferZone Pro (it is free). Note that sandboxing and installing really do not go together. Sandboxing means allow no changes to presist, and that is the whole purpose of installing. Avira sends warnings when it thinks the program is doing something fishy, but the others just do not not allow changes to presist.

If you are so worried about viruses, it may be worthwhile to use a VM as the "ultimate sandbox" and wipe it if you think there are viruses.

soandos
  • 24,600
  • 29
  • 105
  • 136
2

Are you talking about Sandboxie? It's the only program I've used that does what you describe, although I'm sure there are others.

John H
  • 986