Jump to content

kappakai

Member
  • Posts

    3
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    United States

About kappakai

Contact Methods

  • Website URL
    http://

kappakai's Achievements

0

Reputation

  1. Is there anyway to slipstream these drivers? It comes as an install package on a CD with all of the drivers for the different Microsoft Wirless Keyboards and Mice, I'm only able to find the drivers in this big package. I'm looking for the drivers for Microsoft Wireless Optical Mouse 2.0 and Microsoft Wireless Comfort Keyboard 1.0A . Can anyone help me figure this out?
  2. Thanks for the tips, but I still cant get it to work.
  3. I watched the video tutorial and have also tried following a text tutorial explaining how to use Scite and both ways I've gotten the same result on multiple programs now. First when I opened the compiled exe it would just continue to open over and over again so I then added a script to stop that, but when I open the exe the autoit icon appears in the tray and nothing happens. Here is what I've got ;Script to silently install TTPack $SF_1 = "TTPack.exe" If WinExists ( $SF_1 ) Then Exit AutoItWinSetTitle ( $SF_1) Run("TTpack.exe") ; Welcome WinWaitActive ("TTPack Setup" , "Welcome") ControlClick ("TTPack Setup" , "Button2") ; Components WinWaitActive ("TTPack Setup" , "Components") Send ("{SPACE}") Send ("{DOWN}") Send ("{SPACE}") Send ("{DOWN}") Send ("{SPACE}") Send ("{DOWN}") Send ("{DOWN}") Send ("{DOWN}") Send ("{DOWN}") Send ("{DOWN}") Send ("{DOWN}") Send ("{DOWN}") Send ("{SPACE}") ControlClick ("TTPack Setup" , "Button2") ; Destination Location WinWaitActive ("TTPack Setup" , "Destination Location") Send ( @ProgramFilesDir & "\TTPack" ) ControlClick ("TTPack Setup" , "Button2") ; RealLite Options WinWaitActive ("TTPack Setup" , "RealLite Options") Send ("C:\Program Files\Media Player Classic\mplayerc.exe") ControlClick ("TTPack Setup" , "Button2") ; Browser Options WinWaitActive ("TTPack Setup" , "Browser Options") ControlClick ("TTPack Setup" , "Button2") ; Start Menu WinWaitActive ("TTPack Setup" , "Start Menu Options") Send ("{TAB}") Send ("{TAB}") Send ("{SPACE}") ControlClick ("TTPack Setup" , "Button2") ; Installation Complete WinWaitActive ("TTPack Setup" , "Installation Complete") ControlClick ("TTPack Setup" , "Button2") ; Completing Setup WinWaitActive ("TTPack Setup" , "Completing Setup") ControlClick ("TTPack Setup" , "Button2") Could someone please help me? What am I doing wrong?
×
×
  • Create New...