Jump to content

Recommended Posts

Posted

I was wondering if there was a quick guide on how to use the window info tool, and using that to click, send keys, and add text to fields.

It does not sound too complicated, but if I could get some information on this, that would be great.

As always, thanks!

Posted

You can make unattended installs with click and sending keys, but there is a better way most of the time:

http://unattended.sourceforge.net/installers.php

Most installers are created with Inno Setup, ISIS, or Installshield. An example would be:

Run ("installer.exe /silent")

Fully automated with one line.

#include <ByteMe.au3>

Posted

Thanks for the info!

it doesnt seem that office 2010 works that way, im not sure what kind of packaging system it uses.

But I am making a script that installs all of our base software automatically, so I think

http://www.technibble.com/automation-with-autoit-tutorial-part-1/

will work for now

Posted

I have been creating automated Office installations for years. I don't have 2010 version, but Office 2007 was the easiest one I ever created. To do it, you need the Office Customization Tool:

http://www.microsoft.com/download/en/details.aspx?displaylang=en&id=22666

Run through a wizard and set all your options the way you want (very customizable). Then it creates a file (usually called custom.msp). Then when you go to install it, you use command line options pointing to the .msp file.

#include <ByteMe.au3>

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...