Office 2007, Unattended Setup & Fine-tuning its very easy & simple!
#251
Posted 26 February 2008 - 11:03 AM
I primarily used the OCT tool to chain everything. Office would chain to Project, and Project to Visio. The command line argument I used at the time would direct the install to go to the PrjPro.WW folder and use the config.xml. From there, I had nothing in the .xml files... it would read the .msp files for the info and would read that after install to run Visio installer. But I can't get anything to chain in any subsequent dvd I burned. It there a command or anything I should double check?
Any help would be great. Thanks.
Zac
#252
Posted 27 February 2008 - 12:18 PM
Would anyone know off hand what is configure in Vista to prevent my disc from working?
#253
Posted 28 February 2008 - 04:21 AM
Is it possible to create installation-point for the MS Project without sources for excel, word, access and so on?
Can somebody tell me: which folders should I use to create separate installation-point for the MS project.
At this moment, root folder contains following directories:
ACCESS.DE-DE\ Access.en-us\ Admin\ CATALOG\ EXCEL.DE-DE\ Excel.en-us\ GROOVE.DE-DE\ INFOPATH.DE-DE\ InfoPath.en-us\ OFFICE.DE-DE\ Office.en-us\ OFFICE64.DE-DE\ Office64.en-us\ OMUI.DE-DE\ ONENOTE.DE-DE\ OneNote.en-us\ OneNote.WW\ OUTLOOK.DE-DE\ Outlook.en-us\ PMUI.DE-DE\ POWERPOINT.DE-DE\ PowerPoint.en-us\ PrjPro.WW\ PROJECT.DE-DE\ Project.en-us\ PROOFING.DE-DE\ Proofing.en-us\ ProPlus.WW\ PUBLISHER.DE-DE\ Publisher.en-us\ ROSEBUD.DE-DE\ Rosebud.en-us\ SHAREPOINTDESIGNER.DE-DE\ SharePointDesigner.en-us\ SharePointDesigner.WW\ UPDATES\ VISIO.DE-DE\ Visio.en-us\ VISMUI.DE-DE\ VisPro.WW\ WORD.DE-DE\ Word.en-us\ XMUI.DE-DE\
PS: Actually, I must split this source to a 3 separate installation-points
1. MS Office
2. MS Visio
3. MS Projects
#254
Posted 06 March 2008 - 12:36 PM
I have tried all night to reduce size of Office installation and to slipstream.
I have reduced the size of SP1 by only keeping 1 essential msp update which is required for Excell/Word/Ppt deployment.
It seems that problem of reducing size of Installation lies in setup installer, which cheks for files and folders. If i remove even 1 essential it failes right away. (some folders as Updates and Admin can be removed without getting any errrors at setup run).
It seems that we need someone to decompile setup.exe and recompile it in image we want, or tonight I will try to trick it with blank install files (make file named same as un original you dont want to install and replace it)
See ya tommorow with progress update.
#255
Posted 15 March 2008 - 07:16 AM
Zacreth, on Feb 26 2008, 07:03 PM, said:
Plz give me that tool`s download link
#256
Posted 19 March 2008 - 09:53 AM
This truly exceedes my computer skills.
Will try to contact a college in Microsoft for pointers, but dont think it will help much, cause it seems this was made to be used the way it is now.
#257
Posted 11 April 2008 - 07:15 AM
#258
Posted 13 April 2008 - 08:12 AM
At first, thanks for this thread because it solves many of my doubts about Office 2007 Unatended installation!!!!
The problem I have now is that:
I have a compresed auto-self extracting office2007 installation of other guys and i want to change the modal.msp file for mine. Its possible to view what options they choose or I have to create a new one and replace. I have done this and the installation doesnt work. What can i Do?
I dont know if i have explained it well!!
Thanks again!
#259
Posted 26 April 2008 - 01:40 PM
Sanjay, on May 21 2007, 06:54 AM, said:
ECHO. ECHO Installing 'Microsoft Office 2007 Add-Ins' ECHO Please wait... ECHO Microsoft Office Outlook Connector start /wait %systemdrive%\Install\Office2007\Add-Ins\msnolcon.msi /q ECHO Outlook Personal Folders Backup start /wait %systemdrive%\Install\Office2007\Add-Ins\pfbackup.msi /q ECHO Office 2007 Add-in Microsoft Save as PDF or XPS start /wait %systemdrive%\Install\Office2007\Add-Ins\SaveAsPDFandXPS.exe /q
PS: You have to extract 'pfbackup.exe' to get 'pfbackup.msi'.
Sorry about this noobie question guys.
But is this part of a RunOnceEx .cmd or can it be used from an Office 2007 install DVD?
Also a BIG THANK YOU to Prathapml and the other posters here.
You helped me move from a 500mb download .exe to a Fully Unattended Office2007 SP1 install DVD
Thanks Guys
#260
Posted 29 April 2008 - 03:00 PM
I'm trying to use the following config.xml file to run some uninstallers (mainly Office 2003 apps) after my Office 2007 Small Business installation. However, the setup.exe file complains that the following XML is not valid. Can anyone tell my why this won't work?
Thanks.
<Configuration Product="SmallBusiness"> <Command Path="msiexec.exe" Args="/x \\<servername>\deploy$\Office2003\Office\PRO11.MSI" QuietArg="/qn" ChainPosition="after" Execute="install" Wait="-1" /> <Command Path="msiexec.exe" Args="/x \\<servername>\deploy$\Office2003\FrontPage\FP11.MSI" QuietArg="/qn" ChainPosition="after" Execute="install" Wait="-1" /> <Command Path="msiexec.exe" Args="/x \\<servername>\deploy$\Office2003\OneNote\ONOTE11.MSI" QuietArg="/qn" ChainPosition="after" Execute="install" Wait="-1" /> <Command Path="msiexec.exe" Args="/x \\<servername>\deploy$\Office2003\Project\PRJPROE.MSI" QuietArg="/qn" ChainPosition="after" Execute="install" Wait="-1" /> <Command Path="msiexec.exe" Args="/x \\<servername>\deploy$\Office2003\Visio\VISPRO.MSI" QuietArg="/qn" ChainPosition="after" Execute="install" Wait="-1" /> <Command Path="msiexec.exe" Args="/x \\<servername>\deploy$\Office2007CompatPack\O12Conv.msi" QuietArg="/qn" ChainPosition="after" Execute="install" Wait="-1" /> </Configuration>
#261
Posted 07 May 2008 - 04:50 PM
I have checked this forum and tried the suggestions but I still have a small problem.
After removing Office 2003 and installing 2007, my pc reboots.
I have Office Enterprise on a network drive but I'm only installing Pro plus for the users.
I'm using Option A, so I have an MSP.
The MSP is fully silent and I have selected everything that ProPlus allows
I have placed the MSP in the ProPlus.WW folders and the setup.exe as well.
I run the setup files from there using the command (note I haven't included the full path to each file):
start /wait setup.exe /adminfile "OfficePro.msp" /config "norestart.xml"
where norestart.xml contains:
<Configuration Product="ProPlus">
<!-- <Setting Id="Setup_Reboot" Value="NEVER" /> -->
</Configuration>
But it still restarts.
I'd like to avoid option B, but any suggestions appreciated.
#262
Posted 13 May 2008 - 08:17 PM
bkohary, on May 8 2008, 06:50 AM, said:
<!-- <Setting Id="Setup_Reboot" Value="NEVER" /> -->
</Configuration>
I think you should delete the exclamation mark in your xml file. It would be like this:
<Configuration Product="ProPlus">
<Setting Id="Setup_Reboot" Value="NEVER" />
</Configuration>
#263
Posted 21 August 2008 - 09:26 AM
follia, on Feb 28 2008, 08:21 PM, said:
Is it possible to create installation-point for the MS Project without sources for excel, word, access and so on?
Can somebody tell me: which folders should I use to create separate installation-point for the MS project.
At this moment, root folder contains following directories:
ACCESS.DE-DE\ Access.en-us\ Admin\ CATALOG\ EXCEL.DE-DE\ ... ... ... VISMUI.DE-DE\ VisPro.WW\ WORD.DE-DE\ Word.en-us\ XMUI.DE-DE\
PS: Actually, I must split this source to a 3 separate installation-points
1. MS Office
2. MS Visio
3. MS Projects
Hi
I am having the same issue here. I would like to achieve what "Follia" was trying to do. I only want to create an unattened install for Visio 2007 only, and i dont need the rest of the folders. If i try to delete the other folders, such as WORD, EXCEL, it will not work. Is there any way to slim down the installation source??
Also, regarding reboot after install, if i set the display as "basic" and enable "supress modal", does this mean, if a reboot is required, it will do a force reboot? I think this is what has happened to me, so i disabled "supress modal", and modified the XML file, to do a NEVER reboot. However, now i am getting this error in the logs:
Error: Type: MsiRecordSetInteger call failed.. MsiAPICallFailure ErrorCode: 87(0x57).
MSI(UNKNOWN_MESSAGE) terminating install : MsgType='167772160', Msg='1: 2: 3: 4: 5:
Any ideas?
Also, lets say i want to install project and visio, from the same installation source. I have included various updates and Service packs of project and visio into the "updates" folder. When i install Visio, will it attempt to install, all of the updates in the "updates" folder? Or is this smart enough to detect and install only the required updates?
And finally, i noticed that when i extracted the Visio 2007 SP1 update, it produced about 6 MSP's. Only 1 seems to be the SP1 for Visio. Can i just put the VisioSp1 MSP into the "updates" folder, or should i put all the MSP's into the "updates" folder?
Thanks for listening!!
DMKory
#264
Posted 11 October 2008 - 06:20 AM
I'm trying to make Nlite addon of Ofiice 2007, as small as possible.
Is there any way to unpack all the office .cabs to some administrative install folder, to reduce size of resulting .7z archive?
Thanks in advance.
#265
Posted 23 October 2008 - 02:22 AM
so i'm using the first method with the MST file..
I set it to install all components except office groove.
save the .MST and execute it
The install goes without errors but afterwards it seems only word, excel, outlook and powerpoint are installed though I've marked publisher, onenote, access, infopath, etc to be installed too..
Am I missing something?
tnx in advance
#266
Posted 23 October 2008 - 03:56 AM
can someone tell me how to make outlook to get exchange server settings automaticly. i mean all users that log on pc
like username, exchange name, when user logs on domain pc
#267
Posted 25 October 2008 - 09:45 AM
I tried this with Option A and i can't get it to work. I keep getting the following error message:
Setup could not find any available products to install. Please contact your system administrator
Hope someone can help,
Cheers
#268
Posted 25 October 2008 - 09:45 AM
clair,
same as yourself, OCT says you can add exchange info, but i can;t see where you can do this.
it does mention a prf can be imported to add this stiff, but need to understand how to create that prf file from existing install before all wiped off...
#269
Posted 27 October 2008 - 10:49 AM
70runner, on Jan 10 2008, 12:46 AM, said:
Now, if I could only figure out how to merge the unattended office2K7 install with an unattended XP Pro install - one DVD - life would be good.
Where is that thread? I'm having the same problem with sp1 installing. Otherwise, option b worked great for me! I have Office 2007 Ultimate downloaded as X12-30307.exe. I found another guide to be very helpfull here. The pic below shows the msp's that were extracted from sp1. Is that complete?
sp1mspfiles.jpg (84.74K)
Number of downloads: 32
Edit:My extraction missed a few files too. I downloaded the service pack again, extracted again, and came up with the files I needed (shown in pic). Now everything's workin great!
mspfiles.jpg (91.33K)
Number of downloads: 23
This post has been edited by Jackie Moon: 28 October 2008 - 11:15 PM
#270
Posted 14 November 2008 - 03:16 PM



Help

Back to top









