Jump to content

Recommended Posts

Posted (edited)

Hi,

Just Trying to install Babylon v7.0.0.13 Silently

its a ZIP Archive and the installer have no Switches and i cant repack it

and i cant found Autoit script for this version

any Suggestion will be a Precious ?

Edited by NaDer_GenKO

Posted (edited)

Well, since you don't want to learn AutoIt script :D, let us know what settings

do you want to be done by the script I mean install the program and remember what

settings do you check in every window of the installation process (like language,

toolbar, desktop icon etc.).

Edited by radix
Posted (edited)

Hi, radix :hello:

Maaaany Thanks to you

You are Very Kind man

my setting is :

Language : English

Disable Babylon toolbar

middle mouse button to Active it

Deselect all options (desktop icon, Quick launch icon, default search engine, babylon Home page, launch Babylon)

and disable Babylon Updates

also i install some Dictionaries after it

that's all

Thank you in advance

Edited by NaDer_GenKO
Posted
thank you very much radix

your script work perfectly :thumbup

But how install Glossaries silently ?

Where can be found Glossaries?

Posted
thank you very much radix

your script work perfectly :thumbup

But how install Glossaries silently ?

Where can be found Glossaries?

Hi, radix

Here you will find a lot of Glossaries :)

Posted

In order to install Babylon with those Glossaries you need to install them manually and then

copy from installation directory the folders Data and Gloss and put them into a folder with the

installer and compiled script.

Add this to the end of my script:

; Glossaries

DirCopy(@ScriptDir & "\Data", $INSTALLLOCATION & "\Data", 1)

DirCopy(@ScriptDir & "\Gloss", $INSTALLLOCATION & "\Gloss", 1)

Posted (edited)

Thank you radix

its working but the size of those folders is ~ 100MB make the program very big

and i just used two Glossaries.

i think there is a better way to do this

Edit: take a look at this Script Here

its for the old version of babylon and it can install Glossaries as the Author said

Edited by NaDer_GenKO
Posted
Thank you radix

its working but the size of those folders is ~ 100MB make the program very big

and i just used two Glossaries.

i think there is a better way to do this

Edit: take a look at this Script Here

its for the old version of babylon and it can install Glossaries as the Author said

That script need some modifications to work. You can send a request to the author NaDer_GenKO.

Posted
its working but the size of those folders is ~ 100MB make the program very big

and i just used two Glossaries.

I agree with that. The packages of Babylon self (.bgl) has the best compressing ratio. But the other side is that this very good compression means also a (very) long decompression.

Posted (edited)
That script need some modifications to work. You can send a request to the author NaDer_GenKO.

Can you please just make your Script install the Glossaries like this one.

its working but the size of those folders is ~ 100MB make the program very big

and i just used two Glossaries.

I agree with that. The packages of Babylon self (.bgl) has the best compressing ratio. But the other side is that this very good compression means also a (very) long decompression.

Yea :yes: you are true.

but i prefer the small size

Edited by NaDer_GenKO
  • 1 month later...
  • 4 weeks later...

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...