Jump to content

bobthenob

Member
  • Posts

    118
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    United Kingdom

Everything posted by bobthenob

  1. hi im new to autoit but im trying to learn (looked at a ot of scripts on this forum) im trying to install nero but when i get to the licence agrement screen i cant seem to move to the i agree radio button heres my script sofar ; ---------------------------------------------------------------------------- ; ; 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 ("Nero.exe") winwaitActive("Nero Burning ROM Installation Wizard") Send("{enter}") winwaitActive("Nero Burning ROM Installation Wizard") send ("Nero Burning ROM Installation Wizard",1027) Send("{enter}") hers the autoit window info thanks inadvance
  2. hi ive been trying to install photoshop 8 using autoit (im new to autoit) but the activation window dosnt have a title? heres what i tryed but still dosnt work ; ---------------------------------------------------------------------------- ; ; 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 Installer") ControlClick("Adobe Activation", "introduction""2","Button6") ControlClick("Adobe Activation","2","Button1")
  3. hi thanks well lets burn the dvd and test it i have my graphic card drivers on my unatended cd thanks again
  4. hi this really is a great site ive learnt so much so quickly My unattended cd is coming along just great the only problem im having is the display settings heres my winnt.sif file no mater what screen res I Set its always 640x480 is it becuase im testing on vmware? or am i missing somthing Cheers ;SetupMgrTag [Data] AutoPartition=1 MsDosInitiated="0" UnattendedInstall="Yes" AutomaticUpdates=yes [unattended] UnattendMode=FullUnattended OemSkipEula=Yes OemPreinstall=yes UnattendSwitch=yes TargetPath=\WINDOWS OemPnPDriversPath="Drivers\ATI\2KXP_INF;Drivers\NVIDIA" DriverSigningPolicy=Ignore [GuiUnattended] AdminPassword=* EncryptedAdminPassword=NO OEMSkipRegional=1 TimeZone=85 OemSkipWelcome=1 [userData] ProductKey=xxxxxxxxxxxxxxxxxxxxxxxxxxx FullName="Bobthenob" OrgName="xxx" ComputerName=xxx [TapiLocation] CountryCode=44 [identification] JoinWorkgroup=HOME [Networking] InstallDefaultComponents=Yes [WindowsFirewall] Profiles=WindowsFirewall.TurnOffFirewall [WindowsFirewall.TurnOffFirewall] Mode=0 [iEPopupBlocker] BlockPopups=Yes FilterLevel=Medium ShowInformationBar=Yes Home_Page=http://www.google.com [Components] IEAccess = Off msmsgs=off msnexplr=off freecell=off hearts=off minesweeper=off pinball=off solitaire=off spider=off zonegames=off [RegionalSettings] LanguageGroup=1 SystemLocale=00000809 UserLocale=00000809 InputLocale=0809:00000809 [branding] BrandIEUsingUnattended=Yes [Proxy] Proxy_Enable=0 Use_Same_Proxy=0 [Display] BitsPerPel=24 Xresolution=800 YResolution=600 Vrefresh=60 [GuiRunOnce] %systemdrive%\install\start.cmd
  5. add this toyour your start file DEL "%systemdrive%\Documents and Settings\All Users\Start Menu\Windows Update.lnk" DEL "%systemdrive%\Documents and Settings\All Users\Start Menu\Set Program Access and Defaults.lnk" DEL "%systemdrive%\Documents and Settings\All Users\Start Menu\Windows Catalog.lnk"
  6. Just thought id let you know i sorted it I used a start cmd file to run some stuff then ran wait/ ktool then ran cleanup hope this might help somebody
  7. hi have you tryed add remove programs add remove windows componets
  8. hi i get the same with alcohol minec just times out as well i did move it up the list and think it stoped it from popping up sorry im a bit confused as ive tested my cd with vmware so many times i cant quite rember what im doing
  9. Hi this really is a great bit of software Ive been playiing with it and it dose what it says on the tin the only thing i dont understand is how can i get my cleanup.cmd to run after running ktools any ideas would be great Thanks
  10. thanks kennedy this is just what i was looking for thanks again
  11. hi thanks for all your support the problem is that a shortcut made by the program will work but if i make a shortcut it wont copy it?
  12. thanks for your imput Shark007 id never thought of a vbs script ill bear that in mind any idea why the shortcut wouldnt copy?(whent to the desktop rightclicked create shortcut.then i copied that shortcut into the flashfxp folder) thanks again great forum
  13. hi thanks for your help this is giving me a head ache I thought it would work ive checked the snytax heres a pic of the batch file and a pic of the cmd window if i rename flashfxp.lnk to flashfxp.exe it copys but its not linked to that folder ( its just the exe) so its got be how i made the link, I opened the flashfxp folder rightclicked the flashfxp.exe selected copy whent to the desktop rightclicked create shortcut.then i copied that shortcut into the flashfxp folder thanks again for your help just tryed this installed flashfxp copied the shortcut that it made whren it installed it. to the folder programfiles/flashfxp it worked yahoooooooo but i dont see why the other way didnt work
  14. hi thanks for your reply it will copy any other file but not shortcut
  15. hi ive set up my cd to copy flashfxp to "C:/program files/flashfxp/" how can i copy a short cut on the desktop thats linked to the exe ive been searching and trying everything but cant get it to copy the shortcut. I made a shortcut and put it in the folder "C:/program files/flashfxp/" called it flasfxp.lnk but it says cant find file heres my batch file copy "C:\Program Files\FlashFXP\flasfxp.lnk" "%USERPROFILE%\\Desktop\*.*" thank in advance Bobthenob
  16. hi this is a great app but ive read throug every page of this thread and i cant get it to run nothing runs under the unattended gui tryed a cmd window that wont run. must be somthing missing from my windows cd will try with another when i can borrow one from my son shame this is just what i wanted as for the people wanting animations how about sevral screens ran quickly as you can set the rate to what ever you like
×
×
  • Create New...