Jump to content

stebro

Member
  • Posts

    7
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    United Kingdom

Posts posted by stebro

  1. Hi Colin,

    I use AutoIT with a script to run the control panel applet ncpa.cpl.

    As the script is very hardware dependent my script won't work for you but if you are intrested in it for reference let me know and I will post a copy.

    The best option is to get yourself a copy of AutoIT and work through making a recording then you will be able to adjust it when things change.

    Cheers

    SteBro

  2. Hi ArmyDoc,

    1) If you are trying to install all the OfficeXP applications then you would need all the previous office exe files, if I remember correctly I tried to remove some and it failed. However I didn't need access or outlook from the previous version even though I am installing OfficeXP professional, I guess 3 is enough for MS :D .

    2) I use autoIT to install OfficeXP so when the install fails because it cannot find the previous office I have mapped a drive on my unattended DVD to B: drive so autoIT then tells officeXP to look in B: for the files. As long as you can tell OfficeXP where the previous version files are you can put them anywhere you want but this method was easiest for me.

    3) See above, files don't need to be on the system drive.

    Cheers

    SteBro

  3. Hi Tinywoods,

    The different drive letters in not a problem, the script checks all the cd/dvd drives for the file uADVD.here, this is an empty text file placed at the root of the unattended DVD. When the script finds the file it uses the drive letter where it finds the file for the install.

    If you want to sometimes install Office 2k and other times Office XP you would need a software selection tool how are you planning to do this?

    Cheers

    SteBro

  4. Hi Tinywoods,

    I have a working solution for this using AutoIT.

    I have the Office 2000 program files Excel.exe, Powerpoint.exe and Winword.exe (get these from your Office 2K disk) in a folder that I map to B: drive then when Office XP fails to find a previous version in my AutoIt script I direct it to look in B: and it then installs. The might be a more elegant solution to this but my way does work. If you are interested the script is attached. Since I install from a DVD the script uses a folder on my DVD as the B drive, I also copy over an activation file from a previously activated office XP to automatically activate after installing.

    Cheers

    SteBro

    InstallMSOffice.au3

×
×
  • Create New...