Jump to content

Auto install


Recommended Posts

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>

Link to comment
Share on other sites

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

Link to comment
Share on other sites

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>

Link to comment
Share on other sites

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
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...