jasirw Posted January 19, 2006 Posted January 19, 2006 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
kotlas Posted January 20, 2006 Posted January 20, 2006 hi my friendsthank youi use a Setap.exe /admin and i created a setup.mspand run setp.mspbut this messeng viewed
Shahram Posted March 6, 2006 Posted March 6, 2006 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") ThenSend("{SPACE}")EndIf(attached the compiled Autoit code)Install.rar
prathapml Posted April 14, 2006 Posted April 14, 2006 Solution to office2k7 automation - http://www.msfn.org/board/index.php?showtopic=72392
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now