Astalavista Posted December 3, 2004 Posted December 3, 2004 Request for switches and help plsPinnacle is a installshield but i can't figure out how to enter the serial.tmpeg I tried different methods and switch i can't get it.thanks
nfm Posted December 11, 2004 Posted December 11, 2004 Yep, i would also like to know the same thing. If anybody know, post it
1chaoticadult Posted December 11, 2004 Posted December 11, 2004 (edited) @Astalavista/qn REBOOT=ReallySuppress worked for me with TMPGEnc Xpress Edited December 11, 2004 by drthawhizkid
Astalavista Posted December 18, 2004 Author Posted December 18, 2004 great it worked.Here is the locations where your lic code is storedC:\Documents and Settings\%User%\Application Data\Pegasys Inc\TMPGEnc3XPmine is stored in C:\Documents and Settings\Administrator\Application Data\Pegasys Inc\TMPGEnc3XPfile name is TMPGEnc3XP.lic
spachtler Posted December 18, 2004 Posted December 18, 2004 this is my autoit-script for the german pinnacle plus 9.3:DirRemove("C:\Dokumente und Einstellungen\All Users\Anwendungsdaten\Pinnacle", 1)run("setup.exe")winwait("Studio 9 Plus - InstallShield Wizard", "Sprache")controlclick("Studio 9 Plus - InstallShield Wizard", "Sprache", "Button3")winwait("Studio 9", "Seriennummer")ControlSetText("Studio 9", "Seriennummer", "Edit1", "PC")sleep(300)ControlSetText("Studio 9", "Seriennummer", "Edit2", "PC")sleep(300)ControlCommand("Studio 9", "Seriennummer", "Button3", "UnCheck", "")sleep(300)ControlSetText("Studio 9", "Seriennummer", "Edit4", "xxxxx")sleep(300)ControlSetText("Studio 9", "Seriennummer", "Edit5", "xxxxx")sleep(300)ControlSetText("Studio 9", "Seriennummer", "Edit6", "xxxxx")sleep(300)ControlSetText("Studio 9", "Seriennummer", "Edit7", "xxxxx")sleep(300)ControlSetText("Studio 9", "Seriennummer", "Edit8", "xxxxx")sleep(300)Controlclick("Studio 9", "Seriennummer", "Button1")sleep(2000)processclose("PixieTool.exe")winwait("Windows XP Installation, Version 9.3", "Lizenzvereinbarung")controlclick("Windows XP Installation, Version 9.3", "Lizenzvereinbarung", "Button5")controlclick("Windows XP Installation, Version 9.3", "Lizenzvereinbarung", "Button2")winwait("Windows XP Installation, Version 9.3", "Setup-Typ")controlclick("Windows XP Installation, Version 9.3", "Setup-Typ", "Button3")controlclick("Windows XP Installation, Version 9.3", "Setup-Typ", "Button6")winwait("Windows XP Installation, Version 9.3", "Komponenten")winmove("Windows XP Installation, Version 9.3", "Komponenten", 0, 0)mouseclick("left", 35, 151, 1, 0)mouseclick("left", 36, 168, 1, 0)mouseclick("left", 35, 185, 1, 0)sleep(1000)controlclick("Windows XP Installation, Version 9.3", "Komponenten", "Button2")winwait("Windows XP Installation, Version 9.3", "Kopiervorgang")controlclick("Windows XP Installation, Version 9.3", "Kopiervorgang", "Button1")winwait("Frage", "Shortcut")controlclick("Frage", "Shortcut", "Button1")winwait("Windows XP Installation, Version 9.3", "Fertig stellen")controlclick("Windows XP Installation, Version 9.3", "Fertig stellen", "Button2")controlclick("Windows XP Installation, Version 9.3", "Fertig stellen", "Button4")RegDelete("HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run", "LaunchList")RegDelete("HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run", "PinnacleDriverCheck")exitinstead of the xxxxx you have to put a valid serial.... script works fine
Nologic Posted December 19, 2004 Posted December 19, 2004 spachtler -I see a script here but not up in the AutoIt thread...hint hint wink wink. I've attached a file with some suggested changes...its up to you if you wish to accept such changes...and also if you are up to expanding on such changes.Feel free to raid my scripts for sample code.
Astalavista Posted December 19, 2004 Author Posted December 19, 2004 Ich spricht dont Deutsch... how am i going to understand that?where do i put my serial?
spachtler Posted December 19, 2004 Posted December 19, 2004 spachtler -I see a script here but not up in the AutoIt thread...hint hint wink wink. I've attached a file with some suggested changes...its up to you if you wish to accept such changes...and also if you are up to expanding on such changes.Feel free to raid my scripts for sample code. cool made script,
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