prathapml Posted February 8, 2007 Author Posted February 8, 2007 (edited) I configured my config.xml file. Now when I launch setup, it takes about 30 seconds for Office to install However when I check in All Programs, Office isn't there. I knew it wasn't installing because the process wouldn't take 30 seconds (+)(-)Is there something I'm doing wrong?Apparently your setup is encountering an error & rolling back.Change the display level to full, to find out where the error is. Also, keep the original config.xml & change one setting at a time to identify where it goes wrong.I have an AIO Office 2k7 install.To optimize space I would like to know the files/folders only for Office 2k7 Enterprise Edition, is it possible??? Which one are???This would be a warez question.In any case, reply REMOVED Edited February 8, 2007 by Shark007
Shark007 Posted February 8, 2007 Posted February 8, 2007 This would be a warez question.In any case, ....Please refrain from offering support for obviously warez'd software.shark
Annita Posted February 8, 2007 Posted February 8, 2007 Sorry, but I don't know why do you think it's warez just asking for which files or folders to use in an installation.... I'm not asking for serials or nothing like that, just a bunch of names of files and folders...
another user Posted February 8, 2007 Posted February 8, 2007 (edited) Hi All,I have made a unattended XPSP2 CD using nlite plus addons, DriverPacks which include a script created and compiled with AutoHotKey (script below) that installs Office2007 which in turn runs from the CD using a custom.msp which is placed in the updates folder, but when it goes through it's process at 12min all installs properly untill the big Install Now button from O2K7 comes up. Is ther a way to make the install completely silent giving no prompts thus making a true unattended install. Any help would be greatly recieved.; <COMPILER: v1.0.46.7>Runwait, OFFICE12\setup.exeRegardsM Edited February 8, 2007 by another user
prathapml Posted February 8, 2007 Author Posted February 8, 2007 all installs properly untill the big Install Now button from O2K7 comes up.You can make it take all responses from the MSP by default, by changing DisplayLevel to none.Of course, test it atleast once manually, before starting with unattended setup.
another user Posted February 8, 2007 Posted February 8, 2007 all installs properly untill the big Install Now button from O2K7 comes up.You can make it take all responses from the MSP by default, by changing DisplayLevel to none.Of course, test it atleast once manually, before starting with unattended setup.Cheers prathapml will give a try.M
Annita Posted February 9, 2007 Posted February 9, 2007 prathapml I used the first method on Office 2k7 Enterprise Spanish and I keep getting this screens:I would like to do all the installation silently.Thnx,Annita
Annita Posted February 9, 2007 Posted February 9, 2007 I solved it using your instruction: "You can make it take all responses from the MSP by default, by changing DisplayLevel to none."Annita
HeadHunter2 Posted February 10, 2007 Posted February 10, 2007 Its cool to read that everybody here seems to have the very expensive Enterprise Edition!!!I don't think that you have the money to buy it!
prathapml Posted February 10, 2007 Author Posted February 10, 2007 flame bait, ignore post (headhunter2).or if it gets out of hand, it'll get deleted anyway...lets get back on topic.
Triel Posted February 11, 2007 Posted February 11, 2007 I for one hav not had any luck with the plan B. I found plan A to be very easy once I understood what the OCT wanted.
mighty_falcon Posted February 17, 2007 Posted February 17, 2007 I keep receiving one of those report error to microsoft messages when WPI tried to launch the setup.exeI have an enterprise edition from MSDN. I am trying this over a vmware virtual session, has anyone else gotten the same error?Do i need to install anything before hand maybe? .net framework?thanks alot
prathapml Posted February 17, 2007 Author Posted February 17, 2007 Hmmm, need more details, maybe a screenshot, & a text-file of the exact data that it is asking u to send to MS.But mostly, its prolly due to a corrupted DLL in System32 folder, or that MSI v3.1 is not installed?
mighty_falcon Posted February 19, 2007 Posted February 19, 2007 Hmmm, need more details, maybe a screenshot, & a text-file of the exact data that it is asking u to send to MS.But mostly, its prolly due to a corrupted DLL in System32 folder, or that MSI v3.1 is not installed?hey thanks for the reply, it seemed i had a syntax error it works ok nowbut i still do get a screen similiar to the user above (annita) I get only the install screen. my config xml looks like this<Configuration Product="Enterprise"><Display Level="none" CompletionNotice="no" SuppressModal="yes" AcceptEula="yes" /><PIDKEY Value="MYKEY" /><USERNAME Value="NAME" /><COMPANYNAME Value="COMPNAY" /><OptionState Id="ACCESSFiles" State="absent" Children="force" /> //access<OptionState Id="OUTLOOKFiles" State="absent" Children="force" /> //outlook<OptionState Id="PubPrimary" State="absent" Children="force" /> //publisher<OptionState Id="AceRepl" State="absent" Children="force" /> //access db Engine replication<OptionState Id="CAGFiles" State="Local" Children="force" /> //Clip Organizer<OptionState Id="MSSOAP3" State="absent" Children="force" /> //SOAP toolkit<OptionState Id="OsaNonBoot" State="Local" Children="force" /> //new,open office docu lnks<OptionState Id="ProofingTools_1036" State="absent" Children="force" /> //french<OptionState Id="ProofingTools_3082" State="absent" Children="force" /> //spanish<OptionState Id="WISPFiles" State="absent" Children="force" /> //handwriting<OptionState Id="DocServicesFiles" State="absent" Children="force" /> //docu update util<OptionState Id="HTMLSourceEditing" State="absent" Children="force" /> //script editor<OptionState Id="DocumentImagingUtils" State="absent" Children="force" /> //scanning,ocr,indexing<OptionState Id="OISFiles" State="absent" Children="force" /> //picture manager<OptionState Id="OSESupp" State="absent" Children="force" /> //sharepoint support<OptionState Id="QueryFiles" State="absent" Children="force" /> //msQuery<OptionState Id="VisioPreviewerFiles" State="absent" Children="force" /> //visio viewer<OptionState Id="XDOCSFiles" State="absent" Children="force" /> //infopath<!-- These are additionals from Enterprise RTM<OptionState Id="GrooveFiles" State="absent" Children="force" /> //groove<OptionState Id="OneNoteFiles" State="absent" Children="force" /> //onenote<OptionState Id="RefIEBarFiles" State="absent" Children="force" /> //research explorer bar<OptionState Id="WebDriveFiles" State="absent" Children="force" /> //hosted webs<OptionState Id="VBAFiles" State="absent" Children="force" /> //VB for applications<OptionState Id="OfficeDigitalSFiles" State="absent" Children="force" /> //vba certificates--></Configuration>please advise
mighty_falcon Posted February 19, 2007 Posted February 19, 2007 got it to work with the custom.exe file attached previouslythank you!
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