Skip to content
View in the app

A better way to browse. Learn more.

MSFN

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

SYSTRAN premium ?

Featured Replies

hello people...

has anyone found a way to silently install

SYSTRAN_Premium_405.exe

Edited by MICHELLIN

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

To send Alt+F4 try this

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

  • Author
To send Alt+F4 try this

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

thankyou my friend

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

Create an account or sign in to comment

Recently Browsing 0

  • No registered users viewing this page.

Account

Navigation

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.