possible to sandbox steam with Team Fortress 2 pre-install?

If it doesn't fit elsewhere, it goes here
buppus
Posts: 18
Joined: Wed Mar 07, 2012 3:20 pm

possible to sandbox steam with Team Fortress 2 pre-install?

Post by buppus » Wed Mar 07, 2012 3:31 pm

I am of the firm belief that isntalling Steam bogs down windows pc's.

I have been trying to figure out how to play steam games like TF2 without having to install steam so that it doesn't touch the windows registry.

I've tried making steam a portable app using ThinApp and P-apps, and I can get steam to work that way but it has no ability to interact with the game files, so no go.

Bottom Line
My ideal situation would be to get steam/TF2 installed on a secondary HDD [D:] without touching the windows system on the main SSD [C:]. Is this possible with Sandboxie? How would I accomplish this?

D1G1T@L
Posts: 577
Joined: Sun Apr 17, 2011 7:40 pm
Location: DefaultBox

Post by D1G1T@L » Wed Mar 07, 2012 6:15 pm

SBIE Control > Sandbox > Set container folder

voila
One Program to rule them all, One Program to confine them, One Program to wrest them all and in the sandbox bind them.

buppus
Posts: 18
Joined: Wed Mar 07, 2012 3:20 pm

Post by buppus » Wed Mar 07, 2012 10:32 pm

Could you be a little more specific on how this works?
Set Container Folder > C:
- what does this mean? Does this mean that sandboxes will be written/stored/operated on [C:]? Because that's the opposite of what I want. Or does it mean that the whole [C:] drive will be sandboxed so that when I install Steam/TF2 onto my secondary drive [D:] it won't actually change Windows?

Again, I'm looking for Windows [C:] to be left alone, while Steam/TF2 are allowed to write to [D:]. In other words, how can I get the game files to reside/install on [D:], but have the installation to windows[C:] be virtualized/sandboxed?


If what I asked for is not possible, would it be simpler to make a sandbox for steam and just run the whole thing off of [D:]? (is that what you were suggesting in the first place?)

But then wouldn't file size become a problem? My steam folder with just TF2 installed is like 13GB...

buppus
Posts: 18
Joined: Wed Mar 07, 2012 3:20 pm

Post by buppus » Fri Mar 09, 2012 1:22 am

I had an idea, let me know if I'm on the right track here:

What if I made a backup of my entire current Steam folder, moved it to [D:] on the new system, and then went to run steam.exe sandboxed w/ set container folder [D:] (to make it adjust installation to that location)?

Does that sound like it would work?
Last edited by buppus on Fri Mar 09, 2012 10:59 am, edited 1 time in total.

D1G1T@L
Posts: 577
Joined: Sun Apr 17, 2011 7:40 pm
Location: DefaultBox

Post by D1G1T@L » Fri Mar 09, 2012 10:25 am

The option I described allows you to set Sandboxie to write its sandboxes to the D drive or any other of your choice. You select the drive letter from the list. By running the steam installer sandboxed after that, it'll have it's writes redirected to the custom location specified.
One Program to rule them all, One Program to confine them, One Program to wrest them all and in the sandbox bind them.

buppus
Posts: 18
Joined: Wed Mar 07, 2012 3:20 pm

Post by buppus » Fri Mar 09, 2012 11:05 am

I see, so you're saying it virtualizes in [C:], but is actually taking place in [D:]?

In light of already having a 13GB Steam folder with all of my application data, shouldn't I start by migrating that data to the actual [D:], then running Steam sandboxed w/ set container folder > [D:]?

D1G1T@L
Posts: 577
Joined: Sun Apr 17, 2011 7:40 pm
Location: DefaultBox

Post by D1G1T@L » Fri Mar 09, 2012 11:14 am

buppus wrote:I see, so you're saying it virtualizes in [C:], but is actually taking place in [D:]?
I'm saying that by slecting D you will be virtualizing on D although the folder is located on C.

buppus wrote: In light of already having a 13GB Steam folder with all of my application data, shouldn't I start by migrating that data to the actual [D:], then running Steam sandboxed w/ set container folder > [D:]?
Sure that could work also. I don't know if registry keys related to steam would be a problem however but you could always move it back if thats the case.
One Program to rule them all, One Program to confine them, One Program to wrest them all and in the sandbox bind them.

buppus
Posts: 18
Joined: Wed Mar 07, 2012 3:20 pm

Post by buppus » Fri Mar 09, 2012 11:52 am

Well the standard procedure for moving a Steam installation is to delete everything in the Steam folder except application data and Steam.exe, then move the folder to its new location and open Steam.exe. From there it adjusts itself. This assumes that the Steam client is already installed.

In my case, it seems like it could work if I do the same thing, but first sandbox the whole Steam folder on [D:] and then run the installer out of that folder.

I'll give that a try and let you know if it works.

MichaelS
Posts: 139
Joined: Tue Feb 07, 2012 4:19 am
Location: MeanWhile City

Post by MichaelS » Fri Mar 09, 2012 12:38 pm

I suggest you do the following:

1. move your steamapps folder anywhere you like on D
2. uninstall the steam client from your system
3. create a sandbox for the steamclient (which can be on C, D or anywhere, but I suggest you keep it on C- the SSD)
4. after the client successfully installed in the sandbox use folder junctions to link Program Files (x86)\Steam\steamapps to the steamapps folder on D

this way the client can still profit from SSD read speed without downloading/updating games on C. So the client will consume around 140MBs on the SSD, but all your games will run from D.

buppus
Posts: 18
Joined: Wed Mar 07, 2012 3:20 pm

Post by buppus » Fri Mar 09, 2012 2:11 pm

Perfect, this is exactly the solution I was looking for!

By junctioning the folders, will that allow the sandboxed Steam client on [C:] to forward permanent updates to D:/...steamapps? If not I would be worried that all future updates, etc will continue to be written to the sandbox on [C:], and then the 140mb sandbox would continue to grow - I don't want that!

Can you give me some info on how to implement the folder junction?

MichaelS
Posts: 139
Joined: Tue Feb 07, 2012 4:19 am
Location: MeanWhile City

Post by MichaelS » Sat Mar 10, 2012 5:33 am

buppus wrote:By junctioning the folders, will that allow the sandboxed Steam client on [C:] to forward permanent updates to D:/...steamapps?
That's correct.
If game updates are not programmed to go outside the steamapps folder, then the client folder size will never increase (unless the client itself is updated and requires more space).
buppus wrote:Can you give me some info on how to implement the folder junction?
I recommend Link Shell Extension for junction management (create/delete junctions).

The method I described is the one I'm using and it's working.

buppus
Posts: 18
Joined: Wed Mar 07, 2012 3:20 pm

Post by buppus » Sat Mar 10, 2012 11:59 am

This is great, thanks so much for the help!

I just realized how incredibly useful this junction tool is - can also forward (to the recycle bin) steam's html cache and cookies from the stupid server splash screens that are currently taking up ~300mb in my steam folder...

So with the LSE utility, just select "Pink Link Source" on C:/....steamapps and then "Drop Here > Junction" on D:/...steamapps ... is that right?




As for the sandbox on Steam, are there any particular settings I should change (like restrictions or resource access?), or should I just use the default?

I was thinking allowing hardware changes, making steam a forced program, and making shortcuts, but I don't know about all those other settings...

MichaelS
Posts: 139
Joined: Tue Feb 07, 2012 4:19 am
Location: MeanWhile City

Post by MichaelS » Sat Mar 10, 2012 12:43 pm

buppus wrote:I just realized how incredibly useful this junction tool is
Yeah. First time I used it was to junction folders on RAM Disks.
buppus wrote:So with the LSE utility, just select "Pink Link Source" on C:/....steamapps and then "Drop Here > Junction" on D:/...steamapps ... is that right?
No. You need to create the junction from D to C, from source to destination. So, you first move the steamapps folder to some location on D, then select Pick Link Source on steamapps from D and Drop as junction where steamapps used to be on C. I guess you already know that the junction needs to have the same name as the original source (steamapps), but the steamapps folder you moved on D can be called anything else, it doesn't matter (for example, you move steamapps to D and call it steamapppppzzzzz, then pick link source on it and drop it as a junction in the steam client folder- the junction will be called steamapppppzzzzz, but then you rename the junction as steamapps for things to work as expected).
buppus wrote:As for the sandbox on Steam, are there any particular settings I should change (like restrictions or resource access?), or should I just use the default?
The use of junctions within a sandbox doesn't require special sandbox settings, just the settings that games would need to run properly (because games run under steam's sandbox).
You should know though that the spurce folder (the one you moved on D) is not under sandboxie's control if something/someone launches files directly from it and not using the sandboxed client's path, but that's hardly an issue- you can optionally sandbox the source if you're concerned with security problems.

buppus
Posts: 18
Joined: Wed Mar 07, 2012 3:20 pm

Post by buppus » Sat Mar 10, 2012 1:45 pm

MichaelS wrote:No. You need to create the junction from D to C, from source to destination.
OK got it; I was thinking of C as source, since changes/updates are [kind of] moving from C to D, but I realize that the actual files, and therefore source, are on D.

Do I have to remove the original steamapps folder from C:/...Steam before creating the junction? (just right click inside the steam folder to drop as junction?)
MichaelS wrote:Yeah. First time I used it was to junction folders on RAM Disks.
Interesting that you bring up Ram disks - I was thinking of setting one up but it seems like there wouldn't be much real benefit for it on my setup, and it would require a lot of additional configuration that could easily become a source of conflict (imaging/restoring cache on startup, etc...).

I've got 16GB DDR3 2133 on Win7x64, driven by an i5-2500k @ 4.5gHz.

Do you think it's worth it to set up a RAM disk for internet cache and temp? or is it unneccesary with the new capabilites of this generation SSD?

MichaelS
Posts: 139
Joined: Tue Feb 07, 2012 4:19 am
Location: MeanWhile City

Post by MichaelS » Sat Mar 10, 2012 4:26 pm

buppus wrote:Do I have to remove the original steamapps folder from C:/...Steam before creating the junction? (just right click inside the steam folder to drop as junction?)
Normally there should be no steamapps folder left on C, you're supposed to have it moved somewhere on D. And, yes, a steamapps folder should not be there if you intend to create a junction with the same name. Applications regard junctions as folders, so an app can't distinguish a junction from a folder (unless it compares atributes, but not path-wise).
buppus wrote:Do you think it's worth it to set up a RAM disk for internet cache and temp? or is it unneccesary with the new capabilites of this generation SSD?
I permanently keep 1 GB RAM dedicated for the browser (profile files and cache), but I also use temporary RAM Disks for temp files of other applications (like Photoshop's temp files, etc) and you get the best read/write speed possible without bothering your SSD controller and tearing cells.
Unless you do heavy video/photo editing, I'm pretty sure you won't get to use more than 30% of your RAM, so RAM disks bring value to your buy. You can even store an entire game installation in RAM if you play it often and then discard it when you're done with it. For RAM DIsk software, I recommend Romex's VSuite Ramdisk or Primo Ramdisk- performs wonderfully and has plenty management options. I have ram disks loading up at boot time and set to auto-save their images every 15 minutes (saves only differences, not the size of the ram disk every time) and auto-save at shutdown, so the chances to lose data are small.

Post Reply

Who is online

Users browsing this forum: No registered users and 1 guest