Jump to content

OmYcroN

Member
  • Posts

    5
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Romania

Everything posted by OmYcroN

  1. This is my code for auto installing photoshop : #Region ;**** Directives created by AutoIt3Wrapper_GUI **** #AutoIt3Wrapper_icon=Icon.ico #EndRegion ;**** Directives created by AutoIt3Wrapper_GUI **** ; Script for AdobePhotoshop CS5 Extended AutoItSetOption("MouseCoordMode", 2) AutoItSetOption("PixelCoordMode", 2) AutoItSetOption("SendKeyDelay", 250) Run("Set-up.exe.exe") WinWait("Adobe Photoshop CS5") WinActivate("Adobe Photoshop CS5") ; WELCOME While True $PixelGetColor = Hex(PixelGetColor(150, 175), 6) If $PixelGetColor == "243E59" Then ExitLoop WEnd MouseClick("left", 735, 525) ; SERIAL NUMBER While True $PixelGetColor = Hex(PixelGetColor(150, 200), 6) If $PixelGetColor == "243E58" Then ExitLoop WEnd Send("{TAB 7}") Send("{DOWN}") Send("{TAB}") Send("{DOWN}") MouseClick("left", 735, 525) ; OPTIONS While True $PixelGetColor = Hex(PixelGetColor(150, 250), 6) If $PixelGetColor == "243C55" Then ExitLoop WEnd MouseClick("left", 735, 525) ; FINISH While True $PixelGetColor = Hex(PixelGetColor(150, 300), 6) If $PixelGetColor == "243B52" Then ExitLoop Sleep(10000) WEnd MouseClick("left", 735, 525) FileCreateShortcut(@ProgramFilesDir & "\Adobe\Adobe Photoshop CS5\Photoshop.exe", @DesktopCommonDir & "\Adobe Photoshop CS5", @ProgramFilesDir & "\Adobe\Adobe Photoshop CS5") Exit Hope it's good for someone.
  2. Let's say i want to know how nlite works, how it "integrates". When i extract updates i find this update_SP3GDR.inf and there are the commands for update.exe no ? So i want to know what all the entries from that ini are.
  3. Ok but how can i see if the update is installed (ex: KB952069) ?. This key is for WMP9 : HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\KB952069_WM9 with values [DisplayName/Security Update for Windows Media Player (KB952069)] so i know that this update is installed for WMP9. But for WMP11 i can't find such key so how do i tell ? I need the info from the registry and not from comparing files versions.
  4. I've seen your updates and i have some questions : 1. If I install IE8 must i restart the PC before installing it's updates ? 2. If I install IE8 over IE6 i have to reinstall legitcheckcontrol.cab and windowsupdateagent30-x86.exe again ? 3. (off-topic) Can u "link" me somewhere i can find how integration of updates works ? Can it be generalized ? I mean each update updates only files/registry no ? I've seen those ini's but i don't know what the section/keys/values represent. 4. I installed some updates for WMP9&11 and then installed WMP11 and i had to install those updates again but i didn't see the registry keys changing. Example : WindowsXP-WindowsMedia-KB973540-x86-ENU.exe, WindowsXP-WindowsMedia-KB968816-x86-ENU.exe, WindowsXP-WindowsMedia-KB954155-x86-ENU.exe and WindowsXP-WindowsMedia-KB952069-v2-x86-ENU.exe. Thank u for the above. I'll run those tomorrow and see how it goes.
  5. Hi guys. I have a question about Windows Update. I've read some articles on the forums but i don'd understand this : When i install a fresh XP SP3 Windows before i cand download&install updates i need first to install some activex and some updates, one of theme some wga that i can't find it anywhere. Where can i find this files/updates so i can install them from my pc and not from IE ?I found some but i dont't know exactly what they do : windowsupdateagent30-x86.exe, legitcheckcontrol.cab, iuctl.cab and wuredist.cab.
×
×
  • Create New...