MICHELLIN Posted July 3, 2006 Posted July 3, 2006 (edited) hello people...has anyone found a way to silently installSYSTRAN_Premium_405.exe Edited July 3, 2006 by MICHELLIN
MICHELLIN Posted July 6, 2006 Author Posted July 6, 2006 Do you know what installer it uses?yes i do actually VISE installeri managed an unattended install using a script which simulates keystrokes...i saw this type of script in this forum a couple of days agoit 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----------------CODESet WshShell = WScript.CreateObject("WScript.Shell")'To Simulate Keystrokes WshShell.Run app & "%systemdrive%\install\systran\SYSTRAN_Premium_405.exe"WScript.Sleep 5000WshShell.SendKeys "{ENTER}"WScript.Sleep 5000WshShell.SendKeys "{ENTER}"WScript.Sleep 500WshShell.SendKeys "{TAB}"WScript.Sleep 500WshShell.SendKeys "{TAB}"WScript.Sleep 500WshShell.SendKeys "{TAB}"WScript.Sleep 500WshShell.SendKeys "{ENTER}"WScript.Sleep 500WshShell.SendKeys "<YOUR NAME>"WScript.Sleep 500WshShell.SendKeys "{TAB}"WScript.Sleep 500WshShell.SendKeys "<YOUR ORGANIZATION>"WScript.Sleep 500WshShell.SendKeys "{TAB}"WScript.Sleep 500WshShell.SendKeys "<YOUR SERIAL>"WScript.Sleep 500WshShell.SendKeys "{TAB}"WScript.Sleep 500WshShell.SendKeys "{ENTER}"WScript.Sleep 500WshShell.SendKeys "{ENTER}"WScript.Sleep 52000WshShell.SendKeys "{ENTER}"WScript.Sleep 500WshShell.SendKeys "{TAB}"WScript.Sleep 500WshShell.SendKeys "{ENTER}"WScript.quit and this is the code in ...START.cmd--------------CODEECHO.ECHO INSTALLING..... SYSTRAN 4.0.5 premium start /wait %systemdrive%\install\systran\SYSTRAN.vbs-----------------------------------------------------------------It's pretty slow but it does the jobi do have a problem though..!!!!after the end of the installation three windows pop up and show me where SYSTRAN putall its files.I could enter three more keystrokes to the script but I couldn't find what to use for ALT+F4ANYBODY know ????????????????????
velos Posted July 6, 2006 Posted July 6, 2006 To send Alt+F4 try thisSet WshShell = WScript.CreateObject("WScript.Shell")WshShell.SendKeys "%{F4}"
MICHELLIN Posted July 6, 2006 Author Posted July 6, 2006 To send Alt+F4 try thisSet WshShell = WScript.CreateObject("WScript.Shell")WshShell.SendKeys "%{F4}"thankyou my friend
aalyasseri Posted July 11, 2006 Posted July 11, 2006 i use this code to install SYSTRAN Professional Premium v5.0 English-Arabicand i think its work for version 4.5 u need to change lang code /L0x0409 for English cmdow @ /HIDECHO. ECHO Please wait..ECHO .............InstallingECHO .........................SYSTRAN Professional Premium 5.0 English-Arabicstart /wait %cdrom%\WPI\Install\SYSTRAN\SYSTRAN.exe /L0x0409 /S /v/passive Exit
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now