Jump to content

SYSTRAN premium ?


Recommended Posts


Do you know what installer it uses?

yes i do actually

VISE installer

i managed an unattended install using a script which simulates keystrokes...

i saw this type of script in this forum a couple of days ago

it was made for AD-AWARE. (credit goes to --=ddSHADOW=--he's done a fine job)

==================================

i modified it (it took me some time to get the timing right)

SYSTRAN.vbs

----------------

CODE

Set WshShell = WScript.CreateObject("WScript.Shell")

'To Simulate Keystrokes

WshShell.Run app & "%systemdrive%\install\systran\SYSTRAN_Premium_405.exe"

WScript.Sleep 5000

WshShell.SendKeys "{ENTER}"

WScript.Sleep 5000

WshShell.SendKeys "{ENTER}"

WScript.Sleep 500

WshShell.SendKeys "{TAB}"

WScript.Sleep 500

WshShell.SendKeys "{TAB}"

WScript.Sleep 500

WshShell.SendKeys "{TAB}"

WScript.Sleep 500

WshShell.SendKeys "{ENTER}"

WScript.Sleep 500

WshShell.SendKeys "<YOUR NAME>"

WScript.Sleep 500

WshShell.SendKeys "{TAB}"

WScript.Sleep 500

WshShell.SendKeys "<YOUR ORGANIZATION>"

WScript.Sleep 500

WshShell.SendKeys "{TAB}"

WScript.Sleep 500

WshShell.SendKeys "<YOUR SERIAL>"

WScript.Sleep 500

WshShell.SendKeys "{TAB}"

WScript.Sleep 500

WshShell.SendKeys "{ENTER}"

WScript.Sleep 500

WshShell.SendKeys "{ENTER}"

WScript.Sleep 52000

WshShell.SendKeys "{ENTER}"

WScript.Sleep 500

WshShell.SendKeys "{TAB}"

WScript.Sleep 500

WshShell.SendKeys "{ENTER}"

WScript.quit

and this is the code in ...

START.cmd

--------------

CODE

ECHO.

ECHO INSTALLING..... SYSTRAN 4.0.5 premium

start /wait %systemdrive%\install\systran\SYSTRAN.vbs

-----------------------------------------------------------------

It's pretty slow but it does the job

i do have a problem though..!!!!

after the end of the installation three windows pop up and show me where SYSTRAN put

all its files.

I could enter three more keystrokes to the script but I couldn't find what to use for ALT+F4

ANYBODY know ????????????????????

Link to comment
Share on other sites

i use this code to install SYSTRAN Professional Premium v5.0 English-Arabic

and i think its work for version 4.5 u need to change lang code /L0x0409 for English

cmdow @ /HID

ECHO.

ECHO Please wait..

ECHO .............Installing

ECHO .........................SYSTRAN Professional Premium 5.0 English-Arabic

start /wait %cdrom%\WPI\Install\SYSTRAN\SYSTRAN.exe /L0x0409 /S /v/passive

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