Page 2 of 2

Posted: Thu Oct 27, 2011 8:04 am
by DSAnd
tzuk
After you install Sandboxie in portable mode (SBP), there is no line in the context menu "Run Sandboxed".
The string is visible after the transition to the main menu: Configure> Windows Shell Integration after clicking on the "Ok" button or "Cancel"

Posted: Thu Oct 27, 2011 8:18 am
by tzuk
Shortcuts can be created/adjusted/removed by Sandboxie Control when it starts, but only if you give the parameter /sync.

So at the end of your installation, you need to run SbieCtrl.exe /sync to force the creation of the shortcuts.

* * *

You may also have the problem then when the SBP installer is elevated in order to install, then at the end of the installation, you will be launching SbieCtrl also as administrator.

If you want to run SbieCtrl under the standard user account, even if the installer itself was elevated, then use this command instead:

C:\Program Files\Sandboxie\Start.exe run_sbie_ctrl

Note that when you invoke Sandboxie Control this way, it will be launched with both the /sync and /open options.

Posted: Thu Oct 27, 2011 11:56 pm
by DSAnd
Thank you tzuk, that I need

SBIE2331

Posted: Sun Nov 13, 2011 11:21 am
by daeins
After that I start the first portable Sandboxie the second time I get this error : SBIE2331

Then to restart it I have reboot winxp or install Sandboxie in another folder.
Do it possibile to avoid this?

Posted: Mon Nov 14, 2011 2:03 pm
by DSAnd

Posted: Mon Nov 14, 2011 4:41 pm
by daeins
This is the explanation of the error but no solution of the problem in portable version .

Posted: Mon Nov 14, 2011 11:04 pm
by DSAnd
daeins
I can not simulate your problem

Posted: Tue Nov 22, 2011 4:45 am
by DSAnd
tzuk
Whether it is possible for any application installed in the sandbox, create a shortcut on the desktop, by analogy with SbieCtrl_AddDesktopIcon=y?

Posted: Tue Nov 22, 2011 6:56 am
by tzuk
There isn't a shortcut to make shortcuts appear on the desktop. (Pardon the pun.)
What Sandboxie Control does is actually create new shortcut files on the desktop.
I think you would have to do something similar.

Posted: Thu Nov 29, 2012 1:16 am
by DSAnd
Hi, Ronen!
Is it possible to set a folder for storage from the command line (FileRootPath)?

Posted: Thu Nov 29, 2012 5:53 am
by tzuk
Yes, check out the SbieIni utility in the Sandboxie program files folder. This is a console application so start it from cmd.exe.

Posted: Thu Nov 29, 2012 8:27 am
by Guest10
[Edit] I originally had my own revised help file for SbieIni.exe in this thread, but it's not really a good place to post it.
So, I've moved it to my Dropbox folder and have included a link to it, below.

There are also a number of other files there, for use with SbieIni.exe.
You should read the file in Notepad, to get an idea of what it will do, if you rename it with a .cmd extension.
For the most part, these files are intended as examples, to show how to do something.
In a couple of cases, you can use the file as a template and add your own commands to the file before running it.

IN ALL CASES: The .cmd file must be placed in the 'Program Files\Sandboxie' folder, in the same folder as SbieIni.exe, before it will run correctly. That's because the files do not include a Path to the SbieIni.exe file.

YOU MAY WANT TO USE RIGHT-CLICK > SAVE LINK AS... , or SAVE TARGET AS... to download the file.
My expanded help file:
SbieIni command line parameters.txt
https://dl.dropbox.com/u/16046062/Sandb ... meters.txt
------
Other files:
Sbieini List all sections.cmd.txt
https://dl.dropbox.com/u/16046062/Sandb ... ns.cmd.txt

Sbieini List and sort boxes.cmd.txt
https://dl.dropbox.com/u/16046062/Sandb ... es.cmd.txt

Sbieini Query list of settings from [UserSetting].cmd.txt
https://dl.dropbox.com/u/16046062/Sandb ... 5D.cmd.txt

Sbieini Query settings from a specified [UserSetting].cmd.txt
https://dl.dropbox.com/u/16046062/Sandb ... 5D.cmd.txt

Sbieini UnApply a local template.cmd.txt
https://dl.dropbox.com/u/16046062/Sandb ... te.cmd.txt

SBieini Create Sandbox.cmd.txt
https://dl.dropbox.com/u/16046062/Sandb ... ox.cmd.txt

Sbieini Delete a RecoverFolder setting.cmd.txt
https://dl.dropbox.com/u/16046062/Sandb ... ng.cmd.txt

Sbieini Delete value from all UserSettings.cmd.txt
https://dl.dropbox.com/u/16046062/Sandb ... gs.cmd.txt

Sbieini Find UserSettings sections.cmd.txt
https://dl.dropbox.com/u/16046062/Sandb ... ns.cmd.txt

Sbieini Modify template settings in GlobalSettings.cmd.txt
https://dl.dropbox.com/u/16046062/Sandb ... gs.cmd.txt

Posted: Thu Nov 29, 2012 1:01 pm
by DSAnd
tzuk, Guest10
Thank you, guys!