Jump to content

PX_Darkness

Member
  • Posts

    10
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    United States

Everything posted by PX_Darkness

  1. Im attempting to create an autoit script for Screen Print 32. This is what i have so far: Run("setup.exe") WinWaitActive("Install") WinWaitActive("ScreenPrint32 v3.5 Setup", "Setup cannot install") Send("{ENTER}") WinWaitActive("ScreenPrint32 v3.5 Setup", "Click this button") Send("{ENTER}") WinWaitActive("ScreenPrint32 v3.5 - Choose Program Group") Send("!c") WinWaitActive("ScreenPrint32 v3.5 Setup", "was completed successfully") Send("{ENTER}") exe for Screen Print 32 can be found here: http://www.download.com/Screen-Print-Captu...tml?tag=lst-0-1 So I compile the script and run it. It will run the correct exe file but then it doesnt do anything else. It wont continue with the script. Ive double checked all of my active window titles and they all seem to be correct. Any ideas? Thanks for your help
  2. How do I disable windows fire protection? I didnt mess with the ntoskrnl file i left it alone and kept the file name newboot.exe. I created the iso with the steps you have provided about. I burned it to a CD, installed windows and it ran fine. I rebooted AFTER the batch file finished and then it couldnt boot into windows anymore. It doesnt even get to the booting screen, it just loops from the bios screen over and over without loading windows.
  3. And your version of creating a custom bootscreen doesnt work for me. I did everything you said and when I restarted the machine after the script ran windows wouldnt boot anymore, it would just keep looping. Im assuming the boot.ini file you said doesnt work. Any ideas?
  4. I want to replace the boot screen on my XPCD. I seem to be having trouble with it tho. I make the bootscreen, I take the NewBoot.exe file and rename it to ntoskrnl.exe and then I makecab it then I take the ntoskrnle.exe and throw it into SP2.CAB. So far I seem to be having trouble with it. Can you make a CLEAR step by step of that cause the documentation on that isnt very clear to me
  5. No one has ANY ideas as to why my OEM folder i created isnt getting copied??
  6. hmmmm still no luck, i just tested it and it still doesnt copy OEM to my HD.
  7. ahhhhhhhhhh ok that slipped by my eyes, i didnt even notice that option. Thanks for your help!!
  8. There is no $OEM$ folder on my windows XP SP2 CD. I tried searching for the answer but I didnt have any luck so sorry if this is a commonly asked question. I created the OEM folder and threw a firefox.exe in there and this is my batch script: CLS @echo off TITLE Windows XP SP2 - Unattended Installation ECHO. ECHO Over the next few minutes you will see automated installations ECHO of various sofware applications, windows updates, and registry ECHO tweaks being implemented. The computer will restart automatically ECHO once the whole process has finished! ECHO. ECHO Removing useless shortcuts... 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" ECHO. ECHO Starting installation of Applications ECHO. ECHO Installing Mozilla Firefox ECHO Please wait... start /wait %systemdrive%\install\Applications\Firefox\firefox.exe -ms ECHO. ECHO Restarting the PC in 1 minute... shutdown.exe -r -f -t 60 -c "Windows XP will now restart in 1 minute, this will give enough time for the shortcuts to update and for the shell to fully load before its ready to restart!" ECHO. ECHO Deleting Temp Installation Files... RD /S /Q %systemdrive%\Drivers RD /S /Q %systemdrive%\install EXIT Heres my WINNT.SIF file: ;SetupMgrTag [Data] AutoPartition=0 MsDosInitiated="0" UnattendedInstall="Yes" [Unattended] UnattendMode=FullUnattended OemSkipEula=Yes OemPreinstall=No TargetPath=\WINDOWS [GuiUnattended] AdminPassword= EncryptedAdminPassword=Yes OEMSkipRegional=1 TimeZone=15 OemSkipWelcome=1 [UserData] ProductKey= FullName="administrator" OrgName="Arizona Respiratory Center" ComputerName=* [GuiRunOnce] %systemdrive%\install\batch_file.cmd [Identification] JoinWorkgroup=ARC.ARIZONA.EDU [Networking] InstallDefaultComponents=Yes The windows install will attempt to run my batch script but it says it cannot find it becuase the OEM folder isnt being copied to the HD. Anyone know why my OEM folder isnt being copied to the HD? Is it becuase I created it by hand? Thanks for your help.
×
×
  • Create New...