September 3, 200322 yr Just wanted to share a really cool prog i found to help in unattended installations (escpecially for installations that don't support it). What it does is write scripts that can simulate mouse-clicks or send Keyboard keys!AutoIt download page and documentation...Haven't really mastered it, but it's pretty simple to use.
September 3, 200322 yr How does simulating mouse clicks or keyboard strokes help with automating Unattended XP Install CDs ?
September 3, 200322 yr Author For example, programs that u can't install with switches for whatever reasons, u can send key presses to the installation program just to press the "next" button or to fill in installation directories or serial nº's...
September 3, 200322 yr I see. That's rather handy. With that you can automate literally any program you want.
September 3, 200322 yr Author I think so, i even automatically install Medal of Honor (game) using AutoIt. Had problems installing C&C Generals though...
September 3, 200322 yr In order to use that program with an unattended XP CD, you'd first need to install AutoIt without attention, and then be able to call different point and click macros at will, all without a reboot.
September 3, 200322 yr You could put a reboot in after installing autoit and before installing anything else...
September 3, 200322 yr There is also Symantec's AI Snapshot (included in Ghost) that takes a snapshot of the registry and disk before and after an installation. It creates an exe to make the necessary changes as shown in the snapshots. The exe install is silent by default.
September 3, 200322 yr http://www.ntutility.com/arm/?from=prog_armThis also seems to compare the registry.Cheers.Jeremy
September 5, 200322 yr Autoit setup is a msi file so I install it first (autoit.msi /qb-) then run all my .aut files. Neat program been using it for awhile.
December 11, 200322 yr I began using AutoIt last summer, long before stumbling upon this forum. Most of the AutoIt builds I had painstakingly created where trounced by the automation genius found here, but I still use it for a few things, for example to configure TweakUI after the setup is complete and run batch files to configure the Quick Launch toolbar. I also use it to present dialog boxes asking whether the user wants to rename the PC, install additional drivers for specific hardware items, defragment the hard drive when the whole mess is completed, etc. Not "pure unattended" to be sure, but the little proggy has it's place in the unattended world, IMHO. Remember, too, that you can compile those .aut scripts as executables, negating any need to install AutoIt itself on the target machine. Any operation that can be accomplished with a keyboard and mouse can be done with AutoIt, in my experience. Want to install MusicMatch, MS Money, etc. and fully configure them to your tastes? AutoIt! And it's a gas watching it work!
December 11, 200322 yr @blinkdtThanks for the info, but is it possible for you to post some tutorials (with examples on how, where and what) for complete beginners. The help files included in the prog, seems a little confusing. Just a little help in the right direction, would be most appreciated.
Create an account or sign in to comment