Jump to content

shafaet

Member
  • Posts

    2
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Bangladesh

Posts posted by shafaet

  1. AutoIt3 script OK

    Except the last windows called Enregistrement:

    Hi

    You can try ControlClick on the all buttons. Just place the mouse pointer in the middle of button and read the coordinates.

    Example:

    WinWait("DivX for Windows Setup", "&Next >")
    WinActivate("DivX for Windows Setup", "&Next >")
    ControlClick("DivX for Windows Setup", "", "Button2", "left", 1, 35, 9)

    Look into the screenshot where is write ControlClick Coords: 35, 9

    94733134qt7.jpg

    Hi I'm trying to deploy Adobe Master Collection from a removable media (OS install DVD) source. I can run a silent install from a network location. However when i try to do the installation from aDVD, I get error code 7

    I installed Photoshop CS3 from USB pendrive. How? Very simple: repack installer with 7-Zip with sfx module from here

    and use a Config.txt like this:

    ;!@Install@!UTF-8!
    InstallPath="%temp%\\Photoshop"
    RunProgram="Photoshop.exe"
    Delete="%temp%\\Photoshop"
    GUIMode="2"
    ;!@InstallEnd@!

    The idea is to extract archive somewhere on the hard disk and begin installation from that folder. Once installation is done that folder will be deleted.

    hi i can install silent adobe photoshop cs3 from my hdd, but i tried to installed it from my OS DVD which is failed, im using WPI, please assist me.

×
×
  • Create New...