Search found 43 matches

by Carl Colijn
Tue Mar 13, 2012 9:14 am
Forum: Contributed Utilities & Templates
Topic: SandboxieReflector - cross-sandbox execution
Replies: 20
Views: 23928

Update: I've ignored my own advise, and added simple DDE support to SandboxieReflector. This will allow you to also reflect file and protocol associations which rely on DDE to transfer the correct data to the receiving app. Note that setting this up will not be as easy as setting up simple command l...
by Carl Colijn
Sun Mar 11, 2012 7:40 am
Forum: Contributed Utilities & Templates
Topic: SandboxieReflector - cross-sandbox execution
Replies: 20
Views: 23928

Re: Small command I would like

Messmer wrote:Can you add /min to the Effectuator so it go small on start.
Hi Messmer,

It's already there ;) It's the /s switch.
by Carl Colijn
Fri Mar 02, 2012 5:47 am
Forum: Contributed Utilities & Templates
Topic: SandboxieReflector - cross-sandbox execution
Replies: 20
Views: 23928

But I still do think my solution will also help you; [...] Does this do what I think you meant? It is a (potentially) useful and quick-to-add addition in it's own right, though, so I'd probably add it anyway. Another use case would be to consolidate multiple almost-similar cmdlines into one profile...
by Carl Colijn
Thu Mar 01, 2012 6:02 am
Forum: Contributed Utilities & Templates
Topic: SandboxieReflector - cross-sandbox execution
Replies: 20
Views: 23928

Hello! Thank you for considering the suggestion. Your approach is good, but the command would still depend on the CmdLine from the INI file, while a raw interpretation wouldn't. Hi MichaelS, I get what you're after, but I do not want to add a "raw" interpretation to SandboxieReflector - if such an ...
by Carl Colijn
Wed Feb 29, 2012 10:31 am
Forum: Contributed Utilities & Templates
Topic: SandboxieReflector - cross-sandbox execution
Replies: 20
Views: 23928

Carl, I know you said you do not wish to improve or further extend your application, unless it's a bug-fix or vulnerability issue, and I completely understand if you do not want to implement the following suggestion: Add an alternative version of the Reflector and/or Effectuator that allows the Ref...
by Carl Colijn
Mon Feb 27, 2012 7:35 am
Forum: Contributed Utilities & Templates
Topic: SandboxieReflector - cross-sandbox execution
Replies: 20
Views: 23928

This is great! I thought about something similar , but didn't get the time to work on it. Funny how this seems to work sometimes - first there is nothing and then all of a sudden a few people get the same idea all at the same time... Maybe this is a hint to Tzuk the time is right for this feature? ...
by Carl Colijn
Mon Feb 27, 2012 4:42 am
Forum: Contributed Utilities & Templates
Topic: SandboxieReflector - cross-sandbox execution
Replies: 20
Views: 23928

SandboxieReflector - cross-sandbox execution

Hi all! {update: The current version is 12.3.19 (from March 19, 2012) } I've created my own contributed utility called SandboxieReflector. SandboxieReflector allows you to define commands that force designated applications to always run in a certain sandbox, also when called from inside another one....
by Carl Colijn
Thu Feb 16, 2012 5:02 am
Forum: Problem Reports
Topic: Allow full file access apart from subfolder
Replies: 2
Views: 1252

How about -- OpenPipePath=notepad++.exe,*.TXT OpenPipePath=notepad++.exe,*.HTML Repeat for other file types. Assuming you don't need to edit .DLL or .LNK files (for DLLs and start menu shortcut, respectively), and that you don't need to create new folders from the editor, then this might work reaso...
by Carl Colijn
Tue Feb 14, 2012 7:31 am
Forum: Problem Reports
Topic: Allow full file access apart from subfolder
Replies: 2
Views: 1252

Allow full file access apart from subfolder

Hi all, I've installed Notepad++ in it's own Sandbox, and use it regularly to edit lots of files on my PC. I only installed it in a sandbox because I want to be able to remove it easily if I get charmed enough by another editor, and to keep my real system as lean and mean as possible (I also install...
by Carl Colijn
Fri Dec 30, 2011 1:10 pm
Forum: Anything Else
Topic: Advanced use case - inspiration needed
Replies: 17
Views: 9106

You can combine both programs to achieve what you want; with Sandbxie inside a VM, you have the partitioned instances of you apps you need isolated to prevent conflicts which are all inside a guest OS consisting of one file for easy portability. If you want to experiment with the multiple vm approa...
by Carl Colijn
Fri Dec 30, 2011 11:56 am
Forum: Anything Else
Topic: Advanced use case - inspiration needed
Replies: 17
Views: 9106

What you want to accomplish should certainly be possible to some extent but obviously sandbox isolation is going to get in the way of some cross application features. I think you should probably be able to find some middle ground approach. For example you mentioned TortoiseSVN and WinDiff, you migh...
by Carl Colijn
Fri Dec 30, 2011 10:18 am
Forum: Anything Else
Topic: Advanced use case - inspiration needed
Replies: 17
Views: 9106

Frankly, I think using Sanboxie they way you are suggesting will prove to be worse then what you are trying to avoid. Your Rollback idea of moving a sandbox to an archive won't work. Hello Peter, Always keep pushing the limits; who knows where you'll end up ;) But e.g. SandboxieTools (found in the ...
by Carl Colijn
Fri Dec 30, 2011 7:32 am
Forum: Anything Else
Topic: Advanced use case - inspiration needed
Replies: 17
Views: 9106

Advanced use case - inspiration needed

Hi all, A long post, but I'm sure it'll raise some interesting insights (at least for me ;) ). I am in the process of setting up my PC's again due to win-rot, and wanted to do it more future-proof this time. Since I am familiar with virtualization (VirtualBox) and saw some nice opportunities there, ...