MSFN Forum: SYSTRAN premium ? - 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

SYSTRAN premium ? Rate Topic: -----

#1 User is offline   MICHELLIN 

  • Newbie
  • Group: Members
  • Posts: 36
  • Joined: 27-June 06

Posted 02 July 2006 - 06:52 PM

hello people...

has anyone found a way to silently install

SYSTRAN_Premium_405.exe

This post has been edited by MICHELLIN: 02 July 2006 - 06:54 PM



#2 User is offline   T D 

  • Go MSFN!
  • PipPipPipPipPip
  • Group: Members
  • Posts: 940
  • Joined: 05-April 06

Posted 04 July 2006 - 03:24 PM

Do you know what installer it uses?

#3 User is offline   MICHELLIN 

  • Newbie
  • Group: Members
  • Posts: 36
  • Joined: 27-June 06

Posted 06 July 2006 - 12:02 AM

View PostT D, on Jul 5 2006, 12:24 AM, said:

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

#4 User is offline   velos 

  • Group: Members
  • Posts: 9
  • Joined: 16-September 05

Posted 06 July 2006 - 12:58 AM

To send Alt+F4 try this

Set WshShell = WScript.CreateObject("WScript.Shell")
WshShell.SendKeys "%{F4}"


#5 User is offline   MICHELLIN 

  • Newbie
  • Group: Members
  • Posts: 36
  • Joined: 27-June 06

Posted 06 July 2006 - 07:40 AM

View Postvelos, on Jul 6 2006, 09:58 AM, said:

To send Alt+F4 try this

Set WshShell = WScript.CreateObject("WScript.Shell")
WshShell.SendKeys "%{F4}"


thankyou my friend

#6 User is offline   aalyasseri 

  • Group: Members
  • Posts: 1
  • Joined: 12-March 06

Posted 11 July 2006 - 09:59 AM

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


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