MSFN Forum: Babylon Professional v7.0.1.4 - MSFN Forum

Jump to content



Unattended CD/DVD Guide Homepage · MSFN Forum Rules

Welcome to the Applications Installs forum. Make sure you read the forum rules before you start posting.

Links/Requests to warez and/or any illegal material (porn, cracks, serials, etc..) will not be tolerated. Discussion of circumventing WGA/activation/timebombs/keygens or any other illegal activity will also not be tolerated.

We try our best to keep this forum clean of illegal content. If you see any illegal activity use the "report" button you find in every post to report the specific post to the moderators. If you ignore any of the rules you will be banned without notice.

Read Forum Rules
Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

Babylon Professional v7.0.1.4 Silent Install .... Rate Topic: -----

#1 User is offline   NaDer_GenKO 

  • Member
  • PipPip
  • Group: Members
  • Posts: 180
  • Joined: 17-January 07

Posted 24 October 2007 - 10:53 AM

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 ?

This post has been edited by NaDer_GenKO: 31 December 2007 - 12:20 PM



#2 User is offline   radix 

  • Friend of MSFN
  • PipPipPipPipPip
  • Group: Members
  • Posts: 715
  • Joined: 08-February 07

Posted 24 October 2007 - 03:10 PM

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

This post has been edited by radix: 24 October 2007 - 03:11 PM


#3 User is offline   NaDer_GenKO 

  • Member
  • PipPip
  • Group: Members
  • Posts: 180
  • Joined: 17-January 07

Posted 24 October 2007 - 06:22 PM

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

This post has been edited by NaDer_GenKO: 25 October 2007 - 04:23 AM


#4 User is offline   radix 

  • Friend of MSFN
  • PipPipPipPipPip
  • Group: Members
  • Posts: 715
  • Joined: 08-February 07

Posted 25 October 2007 - 06:25 AM

My script install the trial version.
http://www.msfn.org/board/index.php?showto...st&p=704603

This post has been edited by radix: 25 October 2007 - 06:26 AM


#5 User is offline   NaDer_GenKO 

  • Member
  • PipPip
  • Group: Members
  • Posts: 180
  • Joined: 17-January 07

Posted 26 October 2007 - 02:10 PM

thank you very much radix

your script work perfectly :thumbup

But how install Glossaries silently ?

#6 User is offline   radix 

  • Friend of MSFN
  • PipPipPipPipPip
  • Group: Members
  • Posts: 715
  • Joined: 08-February 07

Posted 26 October 2007 - 03:49 PM

View PostNaDer_GenKO, on Oct 26 2007, 11:10 PM, said:

thank you very much radix

your script work perfectly :thumbup

But how install Glossaries silently ?

Where can be found Glossaries?

#7 User is offline   NaDer_GenKO 

  • Member
  • PipPip
  • Group: Members
  • Posts: 180
  • Joined: 17-January 07

Posted 26 October 2007 - 04:36 PM

View Postradix, on Oct 26 2007, 11:49 PM, said:

View PostNaDer_GenKO, on Oct 26 2007, 11:10 PM, said:

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 :)

#8 User is offline   radix 

  • Friend of MSFN
  • PipPipPipPipPip
  • Group: Members
  • Posts: 715
  • Joined: 08-February 07

Posted 27 October 2007 - 04:55 AM

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)

#9 User is offline   NaDer_GenKO 

  • Member
  • PipPip
  • Group: Members
  • Posts: 180
  • Joined: 17-January 07

Posted 27 October 2007 - 11:49 AM

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

This post has been edited by NaDer_GenKO: 27 October 2007 - 01:53 PM


#10 User is offline   radix 

  • Friend of MSFN
  • PipPipPipPipPip
  • Group: Members
  • Posts: 715
  • Joined: 08-February 07

Posted 27 October 2007 - 02:38 PM

View PostNaDer_GenKO, on Oct 27 2007, 08:49 PM, said:

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.

#11 User is offline   Inferi0r 

  • Little dude
  • PipPip
  • Group: Members
  • Posts: 180
  • Joined: 28-July 06

Posted 28 October 2007 - 06:54 AM

Quote

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.

#12 User is offline   NaDer_GenKO 

  • Member
  • PipPip
  • Group: Members
  • Posts: 180
  • Joined: 17-January 07

Posted 28 October 2007 - 07:24 AM

View Postradix, on Oct 27 2007, 10:38 PM, said:

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.

View PostInferi0r, on Oct 28 2007, 02:54 PM, said:

Quote

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

This post has been edited by NaDer_GenKO: 31 October 2007 - 09:32 PM


#13 User is offline   mevhum 

  • Group: Members
  • Posts: 7
  • Joined: 24-September 07

Posted 04 December 2007 - 07:38 AM

Please RADIX can you add au3 script for Babylon Professional v7.0.0 r16 (Latest Version) :rolleyes: :hello:

#14 User is offline   radix 

  • Friend of MSFN
  • PipPipPipPipPip
  • Group: Members
  • Posts: 715
  • Joined: 08-February 07

Posted 31 December 2007 - 04:34 AM

Script updated for version 7.0.1.4 http://www.msfn.org/board/index.php?s=&...st&p=704603
Oh... and happy new year to all MSFN members! :)

This post has been edited by radix: 31 December 2007 - 04:41 AM


Share this topic:


Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users



All trademarks mentioned on this page are the property of their respective owners
Copyright © 2001 - 2011 msfn.org
Privacy Policy