On Mar 26, 2009, at 2:01 PM, Jason Holowchak wrote:

> i read your article in linux journal last night and then spent the 
> rest of the night at home setting up unattended in a a virtual 
> network.  I was very happy to see it work well.  
>  
> 2 problems i am having. 
>  
> 1)  Cant understand how to get office2007 to install.  I copied it 
> into  /unattended/install/packages/office2007  ,  then i went and 
> copied the /scripts/office2003.bat to office2007.bat.   i then ripped 
> out all the guts and trying to get it to just simply install and not 
> worry about any updates for now.
>  
> 2)  the whole process works nearly flawless as it suppose to.  only 
> problem is i have to hit "next" when the local user account and 
> password are entered.  I am sure this is something in the unattended 
> script i need to flag.  any idea's would be appreciated.  
>  
> Is there a forum by chance?
>  

You can use a config.xml file to do an unattended install of Office2k7. 
The command in my office2k7.bat file is:

todo.pl ".reboot-on 194 %Z%\packages\office2k7\oem\setup.exe /config 
%SYSTEMDRIVE%\netinst\config.xml"

I use a separate script to generate the config.xml file (which gets 
saved to %SYSTEMDRIVE%\netinst\ config.xml) from a CSV file that 
contains information about which edition of Office 2k7 to install 
(Standard, Basic, Small Business) as well as the appropriate license 
key for that edition and computer. It's similar to using a CSV file for 
unattended (http://unattended.sourceforge.net/dynamic.php)


Some resources for how to build a config.xml file:

http://technet.microsoft.com/en-us/library/cc179195.aspx
http://www.appdeploy.com/packages/detail.asp?id=860


------------------------------------------------------------------------------
_______________________________________________
unattended-info mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/unattended-info

Reply via email to