Jump to content

Sandboxie silent


skavenger

Recommended Posts

Hi folks,

for all who want install Sandboxie silent in specific language and registered.

SandboxieInstall338.exe /LANG=1031 /Install /S

The switch /LANG must be the first switch. In this case 1031 is for german.

Other LANG-Codes can be found in: SbieMsg.dll

If you want to register silently to, you must add the following

copy %programfiles%\Sandboxie\Start.exe %programfiles%\Sandboxie\Start2.exe
%programfiles%\Sandboxie\Start2.exe /register local xxxxxxx Licensee Industries

Example: %programfiles%\Sandboxie\Start2.exe /register local ABCDEFG User company

Hint: The first line copies the "start.exe" from Sandboxie to "start2.exe", because "start.exe" exists in XP-installation directly and if you want use "start.exe" for the registratios it causes in an error.

greetz

Edited by skavenger
Link to comment
Share on other sites


how do u do the last bit to copy and register with run once and is it /register local (serial) (user) (company)? and is company needed?

Edited by b-man
Link to comment
Share on other sites

I've just use a Batch-script to silent install.

install.cmd

@echo off
start /wait SandboxieInstall338.exe /LANG=1031 /Install /S
copy %programfiles%\Sandboxie\Start.exe %programfiles%\Sandboxie\Start2.exe
%programfiles%\Sandboxie\Start2.exe /register local xxxxxxx Licensee Industries

then puttet the "install.cmd" in the same path like the "SandboxieInstall338.exe" and let it run from WIHU.

I'm not using this for unattendet install in a XP-Setup-CD.

In the last line after your license-code u must write in the name, the program is licensed for, i thing the last thing is obselete and not requiered.

Try it and let us know your results.

Greetz

Edited by skavenger
Link to comment
Share on other sites

to get it to run for me i had to do this

@echo off

start /wait %systemdrive%\Install\SandboxieInstall.exe /Install /S /D=%programfiles%\Sandboxie\
start /"%programfiles%\Sandboxie\Start.exe /register local (serial) (user)"

exit

thats for running silent and running silent through runonce just on computer testing in virtual machine using this run once cmd

REG ADD %KEY%\066 /VE /D "Sandboxie" /f
REG ADD %KEY%\066 /V 1 /D "%Systemdrive%\install\Sandboxie.cmd" /f

and then for run once off the cd i have changed to this hopefully it works

REG ADD %KEY%\066 /VE /D "Sandboxie" /f
REG ADD %KEY%\066 /V 1 /D "%CDROM%\install\Sandboxie.cmd" /f

@echo off
SetLocal enableextensions
SET CDROM=%~d0

start /wait %CDROM%\Install\SandboxieInstall.exe /Install /S /D=%programfiles%\Sandboxie\
start /"%programfiles%\Sandboxie\Start.exe /register local (serial) (user)"

EndLocal

exit

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...