Jump to content

Pinnacle Plus 9.3 & TMPEG XPRESS 3.0.4.24


Recommended Posts

Posted

Request for switches and help pls

Pinnacle 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

  • 2 weeks later...

Posted

great it worked.

Here is the locations where your lic code is stored

C:\Documents and Settings\%User%\Application Data\Pegasys Inc\TMPGEnc3XP

mine is stored in

C:\Documents and Settings\Administrator\Application Data\Pegasys Inc\TMPGEnc3XP

file name is TMPGEnc3XP.lic

Posted

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")
exit

instead of the xxxxx you have to put a valid serial.... script works fine

Posted

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

Posted
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, :thumbup:w00t:

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