Jump to content

seco

Member
  • Posts

    13
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    United States

Everything posted by seco

  1. seco

    Windows XP

    how can i move it to another section? and yea it was the administrator i cant get into the computer at all
  2. seco

    Windows XP

    yea it was an admin password, whats cain?
  3. seco

    Windows XP

    Ok i forgot my windows xp password and i ran a program from a floppy and i got the hash for it how can i convert it to the actual password?
  4. is there any registry edit or something i can do to remove the "open file - security warning" window from popping up again?
  5. i forgot to say but no the control is not hidden, but i finally figured it out here it is for whoever might need it Opt("WinTitleMatchMode", 4) Run("setup.exe") WinWait("Adobe Photoshop CS2 - Setup","The InstallShield(R) Wizard wi") ControlClick("Adobe Photoshop CS2 - Setup","The InstallShield(R) Wizard wi","Button1") WinWait("Adobe Photoshop CS2 - License Agreement","&Decline") ControlClick("Adobe Photoshop CS2 - License Agreement","&Decline","Button5") WinWait("Adobe Photoshop CS2 - Setup","&Next >") ControlClick("Adobe Photoshop CS2 - Setup","&Next >","Button1") WinWait("Adobe Photoshop CS2 - Setup","NewBinary12") ControlClick("Adobe Photoshop CS2 - Setup","NewBinary12","Button1") WinWait("Adobe Photoshop CS2 - Setup","All to PS") ControlClick("Adobe Photoshop CS2 - Setup","All to PS","Button1") WinWait("Adobe Photoshop CS2 - Setup","Click Install to begin the ins") ControlClick("Adobe Photoshop CS2 - Setup","Click Install to begin the ins","Button1") WinWait("Adobe Photoshop Installer","To activate by telephone via a") ControlClick("Adobe Photoshop Installer","To activate by telephone via a","Button6") WinWait("Adobe Activation","The 30-day grace period during") ControlClick("Adobe Activation","The 30-day grace period during","Button1") WinWait("Adobe Photoshop CS2 - Setup","InstallShield Wizard Completed") ControlClick("Adobe Photoshop CS2 - Setup","InstallShield Wizard Completed","Static2") ControlCommand("Adobe Photoshop CS2 - Setup","InstallShield Wizard Completed","Button4","UnCheck","") ControlClick("Adobe Photoshop CS2 - Setup","InstallShield Wizard Completed","Button3") i used the autoitmacro generator as mhz said and it finally worked. Thanks to MHZ and bobthenob for helping me on this.
  6. i tried fixing my quotes and it didn't work. I tried the way mhz said and it doesn't work i also tried a script generated by script writer and it doesn't work either, im goin nuts trying to figure it out. any other ideas?
  7. i tried that too for some reason it doesn't detect when the window is active.
  8. For some reason i cant get it to uncheck the read-me file and click finish can someone help me here's what i've tried and i also tried this none of the two work, what am i doing wrong?
  9. ; ---------------------------------------------------------------------------- ; ; AutoIt Version: 3.1.0 ; Author: A.N.Other <myemail@nowhere.com> ; ; Script Function: ; Template AutoIt script. ; ; ---------------------------------------------------------------------------- ; Script Start - Add your code below here run ("setup.exe") winwaitactive("Adobe Photoshop CS2 - Setup") send('{ENter}') winwaitactive("Adobe Photoshop CS2 - License Agreement") send('{tab 4}') send('{ENter}') winwaitactive("Adobe Photoshop CS2 - Setup") send('{ENter}') winwaitactive("Adobe Photoshop CS2 - Setup","Change to install to a different folder") send('{ENter}') winwaitactive("Adobe Photoshop CS2 - Setup","Select the file types you would like") send('{ENter}') winwaitactive("Adobe Photoshop CS2 - Setup","The wizard is ready to begin installation") send('{ENter}') winwaitactive("Adobe Photoshop Installer") send('{tab}') send('{ENter}') winwaitactive("Adobe Activation") send('{tab}') send('{ENter}') winwaitactive("Adobe Photoshop CS2 - Setup"," want to cancel Adobe Photoshop") send('{tab}') send('{ENter}') winwaitactive("Adobe Photoshop CS2 - Setup","Wizard has successfully installed")) send('{ENter}') EXIT thanks this works expect for the end it doesn't click finish, also where do you get the highlighted parts from?
  10. Has anyone made a working autoit script for photoshop cs2 that will install and cancel activation so it can be done later? If you have please post it so i can use it , i have searched the forums for like 2 days now and i haven't found anything and i also tried to make the script myself but i couldn't figure it out. Attached is what i came up with but don't work. I am new at it so you will probably find errors and that probably why it doesn't work. photoshop.txt
  11. i got this problem too , and its annoying cause my custom setup background looks retarded.
  12. Does anyone have some type of script or sumthing i can run to clean up all shortcuts on my desktop. Somehting like *.ink
  13. Hey waz up, im new here and i need some help. I've been doing alot of reading and i started to make an unattended windows xp setup and i've come across a problem and here it is. I created runonceex.cmd telling it to install all my programs, but now i dont how to make it run from the cd. Is this possible to do? Will this work? [GuiRunOnce] %cdrom%\RunOnceEx.cmd ^ that is in my winnt.sif file
×
×
  • Create New...