Jump to content

Recommended Posts

Posted

Are there any beta testers here that have successfully used the office customization tool (using /admin) to create an unattended setup. i have used it to create a msp file but after that i am lost. thanks


  • 1 month later...
Posted

For a full unattended installation config.xml should be enough,

<Display Level="full" CompletionNotice="no" SuppressModal="no" AcceptEula="yes" />
<PIDKEY Value="*************************" />
<USERNAME Value="Customer" />
<COMPANYNAME Value="MyCompany" />

and a little Autoit script should take care of the install button, :

Run	( @ScriptDir & "\" & "setup.exe" )
If WinWait("Microsoft Office Professional Enterprise Edition 12 [pre-release]", "NUIDocumentWindow") Then
Send("{SPACE}")
EndIf

(attached the compiled Autoit code)

Install.rar

  • 1 month later...

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
  • Recently Browsing   0 members

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