skavenger Posted June 10, 2009 Posted June 10, 2009 (edited) Hi folks,for all who want install Sandboxie silent in specific language and registered.SandboxieInstall338.exe /LANG=1031 /Install /SThe 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 followingcopy %programfiles%\Sandboxie\Start.exe %programfiles%\Sandboxie\Start2.exe%programfiles%\Sandboxie\Start2.exe /register local xxxxxxx Licensee IndustriesExample: %programfiles%\Sandboxie\Start2.exe /register local ABCDEFG User companyHint: 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 June 10, 2009 by skavenger
b-man Posted June 12, 2009 Posted June 12, 2009 (edited) 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 June 12, 2009 by b-man
skavenger Posted June 12, 2009 Author Posted June 12, 2009 (edited) I've just use a Batch-script to silent install.install.cmd@echo offstart /wait SandboxieInstall338.exe /LANG=1031 /Install /Scopy %programfiles%\Sandboxie\Start.exe %programfiles%\Sandboxie\Start2.exe%programfiles%\Sandboxie\Start2.exe /register local xxxxxxx Licensee Industriesthen 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 June 12, 2009 by skavenger
b-man Posted June 13, 2009 Posted June 13, 2009 to get it to run for me i had to do this@echo offstart /wait %systemdrive%\Install\SandboxieInstall.exe /Install /S /D=%programfiles%\Sandboxie\start /"%programfiles%\Sandboxie\Start.exe /register local (serial) (user)"exitthats for running silent and running silent through runonce just on computer testing in virtual machine using this run once cmdREG ADD %KEY%\066 /VE /D "Sandboxie" /fREG ADD %KEY%\066 /V 1 /D "%Systemdrive%\install\Sandboxie.cmd" /fand then for run once off the cd i have changed to this hopefully it worksREG ADD %KEY%\066 /VE /D "Sandboxie" /fREG ADD %KEY%\066 /V 1 /D "%CDROM%\install\Sandboxie.cmd" /f@echo offSetLocal enableextensionsSET CDROM=%~d0start /wait %CDROM%\Install\SandboxieInstall.exe /Install /S /D=%programfiles%\Sandboxie\start /"%programfiles%\Sandboxie\Start.exe /register local (serial) (user)"EndLocalexit
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now