Jump to content

cyber77

Member
  • Posts

    18
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Pakistan

About cyber77

Profile Information

  • OS
    Windows 7 x86

cyber77's Achievements

0

Reputation

  1. how to change the version2002 in sysdm.cpl ?
  2. how to remove the progressbar from winntbbu.dll screen?
  3. have u tweak for disable "don'tsend" error
  4. What is the best software for testing customizing o.s.? vmware?, virtual box? , or virtual p.c. 2007?
  5. i want to make explode . xplode is done coreectly. all software are also installed correctly. but i want to change the position of xplode. means my explode is installed in left side but its not look better i want to set the position in right side so how to do this. and how to remove the statusbar of winntbbu.dll? thnks.
  6. how to find the key from registry editior.. suppose i have a software like total video converter, power iso etc. its all have to insert serial key. but i want to make them as silent install so i find to reg. key from registry editor. so how to find?for find the registry i use software name is "Registry Crawler" its shows many keys but i dont know which file i want to export.thnks.
  7. want to make autoit script for adobedreamweaver cs3.. all scriting r complete for installation but when installation complete i want to lunch adobe dreamweaver cs3.exe from programfile. so which control i want to use? run() or controlclick(). thnks. script is here for install abobedreamweaver cs3. #cs ---------------------------------------------------------------------------- AutoIt Version: 3.3.0.0 Author: myName Script Function: Template AutoIt script. #ce ---------------------------------------------------------------------------- ; Script Start - Add your code below here #region --- ScriptWriter generated code Start --- Opt("WinWaitDelay",100) Opt("WinTitleMatchMode",4) Opt("WinDetectHiddenText",1) Opt("MouseCoordMode",0) Run('Setup.exe') WinWait("Adobe Dreamweaver CS3 Installer: License Agreement","") If Not WinActive("Adobe Dreamweaver CS3 Installer: License Agreement","") Then WinActivate("Adobe Dreamweaver CS3 Installer: License Agreement","") WinWaitActive("Adobe Dreamweaver CS3 Installer: License Agreement","") MouseMove(318,294) MouseDown("left") MouseUp("left") Send("{TAB}{TAB}{TAB}{TAB}{TAB}{TAB}{TAB}{TAB}{TAB}{TAB}{TAB}{TAB}{TAB}{ENTER}") WinWait("Adobe Dreamweaver CS3 Installer: Installation Location","") If Not WinActive("Adobe Dreamweaver CS3 Installer: Installation Location","") Then WinActivate("Adobe Dreamweaver CS3 Installer: Installation Location","") WinWaitActive("Adobe Dreamweaver CS3 Installer: Installation Location","") Send("{TAB}{TAB}{TAB}{ENTER}") WinWait("Adobe Dreamweaver CS3 Installer: Summary","") If Not WinActive("Adobe Dreamweaver CS3 Installer: Summary","") Then WinActivate("Adobe Dreamweaver CS3 Installer: Summary","") WinWaitActive("Adobe Dreamweaver CS3 Installer: Summary","") Send("{TAB}{TAB}{TAB}{ENTER}") WinWait("Adobe Dreamweaver CS3 Installer: Install","") If Not WinActive("Adobe Dreamweaver CS3 Installer: Install","") Then WinActivate("Adobe Dreamweaver CS3 Installer: Install","") WinWaitActive("Adobe Dreamweaver CS3 Installer: Install","") Send("{TAB}") WinWait("Adobe Dreamweaver CS3 Installer: Done","") If Not WinActive("Adobe Dreamweaver CS3 Installer: Done","") Then WinActivate("Adobe Dreamweaver CS3 Installer: Done","") WinWaitActive("Adobe Dreamweaver CS3 Installer: Done","") MouseMove(521,519) MouseDown("left") MouseUp("left") this script is for installing dreamweaver cs3. but after this complete i want to add code for lunch dreamweaver cs3 from programmefile so which coding i want to use for lunch dreamweaver cs3 from programmefile.
  8. thnks mate. lets try it now. and how to build .exe. i know how to build i alredy bulded a simple setup by au3 recorder but when i tried to install via wpi its not installed.. at that time only run script in systemtray software does not installed. any idea about this.
  9. You can do it without auto it look herealso Creative Suite 4 Deployment Toolkit no bro. adobecs4 is just for example main purpose is learn about autoit and i want to make my own automatic install software. i think for make this type of software install use micro generator m i right. if u have any tutorial about it?
  10. i m new in this forums. i have basic knowledge of auto it v3 script. but i saw in some software whch is create by auto it. i know without serial keys how to make automatic softare install but i dont know how to make automatic software install which have serial key. like i want to make install software with autoit is adobephotoshop cs4 so how to make this installation with auto it?
×
×
  • Create New...