MSFN Forum: Office 2007, Unattended Setup & Fine-tuning - MSFN Forum

Jump to content



  • 17 Pages +
  • « First
  • 12
  • 13
  • 14
  • 15
  • 16
  • Last »
  • You cannot start a new topic
  • You cannot reply to this topic

Office 2007, Unattended Setup & Fine-tuning its very easy & simple! Rate Topic: -----

#261 User is offline   bkohary 

  • Group: Members
  • Posts: 1
  • Joined: 06-May 08

Posted 07 May 2008 - 04:50 PM

Hi everyone.

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 User is offline   ykchanaed 

  • Junior
  • Pip
  • Group: Members
  • Posts: 71
  • Joined: 18-January 07

Posted 13 May 2008 - 08:17 PM

View Postbkohary, on May 8 2008, 06:50 AM, said:

<Configuration Product="ProPlus">

<!-- <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 User is offline   dmkory 

  • Group: Members
  • Posts: 1
  • Joined: 21-August 08

Posted 21 August 2008 - 09:26 AM

View Postfollia, on Feb 28 2008, 08:21 PM, said:

Hello.
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 :wacko: :
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 User is offline   SubV 

  • Group: Members
  • Posts: 1
  • Joined: 06-August 08

Posted 11 October 2008 - 06:20 AM

Hello everybody,

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 User is offline   mich 

  • Group: Members
  • Posts: 1
  • Joined: 06-October 08

Posted 23 October 2008 - 02:22 AM

got a bit of a weird problem with my silent install..
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 User is offline   clair 

  • Newbie
  • Group: Members
  • Posts: 47
  • Joined: 11-August 04

Posted 23 October 2008 - 03:56 AM

hello and thanks for nice guide..

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 User is offline   Glaedr 

  • Newbie
  • Group: Members
  • Posts: 22
  • Joined: 22-October 08

Posted 25 October 2008 - 09:45 AM

Hi guys,

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 User is offline   oioldman 

  • Friend of MSFN
  • PipPipPipPipPip
  • Group: Members
  • Posts: 967
  • Joined: 16-April 04
  • OS:Windows 7 x64

Posted 25 October 2008 - 09:45 AM

i'd also like to add that the guide on page1 was great and easy to follow - i'm confused how some people managed to find rather difficult but hay ho.

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 User is offline   Jackie Moon 

  • Group: Members
  • Posts: 9
  • Joined: 03-October 08

Posted 27 October 2008 - 10:49 AM

View Post70runner, on Jan 10 2008, 12:46 AM, said:

Thx for reply. I found a thread which listed the individual msp files. For some reason my extraction missed a couple. I tried it again and, as you say, the updates installed at the end of the office install. Version updated as well.

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?
Attached File  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!
Attached File  mspfiles.jpg (91.33K)
Number of downloads: 23

This post has been edited by Jackie Moon: 28 October 2008 - 11:15 PM


#270 User is offline   neuropass 

  • Member
  • Group: Supreme Sponsor
  • Posts: 124
  • Joined: 09-September 08
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 14 November 2008 - 03:16 PM

hello every one... it's kind of difficult to understand it to me... i'll explain to you what i want to do... i want to make office silent but i want to have only word installed... and delete the other stuff, so it will be lighter... is it possible? what do you suggest me guys? thanks a million in advance for your answer, and sorry again for bothered you with this simple question...

#271 User is offline   hamohd70 

  • Junior
  • Pip
  • Group: Members
  • Posts: 53
  • Joined: 24-March 05

Posted 25 November 2008 - 07:32 AM

can i get help please?
i created a custom msp file and placed it with the setup file then when i run this :
start /wait setup.exe /adminfile custom.msp


through a patch file i get a window asking me to wait while preparing the installation files and then setup just terminates !?

i face no problems at all when i only run the setup.exe directly.

Can anyone please explain to me what went wrong?

i'm trying this on a vm with winxp sp3 installed.

#272 User is offline   neuropass 

  • Member
  • Group: Supreme Sponsor
  • Posts: 124
  • Joined: 09-September 08
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 26 November 2008 - 03:36 PM

yep you can dream about answer here... or maybe you'll be lucky... who knows... look at my post date... no answer yet... and thankfully this is the website "where go to know..." ya right...

#273 User is offline   prathapml 

  • Follow the rules please :-)
  • Group: Patrons
  • Posts: 6,791
  • Joined: 14-November 03
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 27 November 2008 - 01:34 AM

@hamohd
Chances are that there is some error message coming up and so setup is erroring out.
Have you followed Step 6 from the OptionA ?
Please do that, take note of the error dialog, and then you would know what to do. Or else we could help.
Also, are you sure you are using a volume licensed version (non-pirated?) that supports using MSPs ?
If you're using a retail edition, use Option B.




View Postmich, on Oct 23 2008, 02:52 PM, said:

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..
Hi mich, is this an upgrade by any chance? If Office 2003 is installed, you might need to uninstall it first, through scripts or manually. Does the install run fine when run manually? Also, have you tried this in a VM with nothing else installed?







@neuropass
Yes you can make Office install silently. Yes you can choose to install only word. And by "delete the other stuff, so it will be lighter" if you mean that you don't want to install anything else, thats possible. But if you mean that you want to reduce the size of the installer itself, so as to retain only files related to installing MS Word, then that isn't possible (as far as I know), maybe someone can find out how it can be done.

But I think one possible solution in your case is, to use the MS Word disc (MS Office is sold in different versions - editions that bundle a lot of apps, as well as individual apps in a standalone form). Atleast those companies with volume licensing can get access to individual apps. But don't expect very much size reduction, because MS-Office apps are quite small by themselves, but they all have dependencies on shared components that make up the majority of space occupied. In other words, MSO 2007 Std Edn may be 320 MB by itself, and Word 2007 might be 200 MB by itself.
Also you might want to take a look at this thread - http://www.msfn.org/...showtopic=39016

#274 User is offline   hamohd70 

  • Junior
  • Pip
  • Group: Members
  • Posts: 53
  • Joined: 24-March 05

Posted 27 November 2008 - 02:41 PM

@prathapml
thanks you but i managed to solve it.

the problem was that i tried to share the custom.msp created in my VM somewhere else but it gave it that error.
it seem that custom.msp has to be used only where created.

#275 User is offline   prathapml 

  • Follow the rules please :-)
  • Group: Patrons
  • Posts: 6,791
  • Joined: 14-November 03
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 28 November 2008 - 03:54 AM

Considering that I've verified that an MSP created on one machine works just fine across hundreds of machines, I'd say "sharing it to somewhere else" is not a cause for error. Provided it is tested well while being made, and you keep the software environment uniform when deploying it, it should install just fine.

#276 User is offline   RBCC 

  • Senior Member
  • PipPipPipPip
  • Group: Members
  • Posts: 621
  • Joined: 09-July 04

  Posted 02 January 2009 - 12:39 PM

I can't get the this to give the user the above screen, what's wrong? John

#277 User is offline   oioldman 

  • Friend of MSFN
  • PipPipPipPipPip
  • Group: Members
  • Posts: 967
  • Joined: 16-April 04
  • OS:Windows 7 x64

Posted 03 January 2009 - 04:38 PM

RBCC
I can see that all line seem to have been commented out.
i.e they all look like this::
<!--
<Display Level="full" CompletionNotice="yes" SuppressModal="no" AcceptEula="no" />
-->

remove the::
<!--
&
-->

try again and see what goes

#278 User is offline   RBCC 

  • Senior Member
  • PipPipPipPip
  • Group: Members
  • Posts: 621
  • Joined: 09-July 04

Posted 07 January 2009 - 12:41 AM

so the <!-- & --!> are comments??? John

#279 User is offline   PC_LOAD_LETTER 

  • Well, I stole something else
  • Group: Super Moderator
  • Posts: 1,829
  • Joined: 13-October 07
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 07 January 2009 - 01:20 AM

View PostRBCC, on Jan 7 2009, 12:41 AM, said:

so the <!-- & --!> are comments??? John

well technically <!-- and --> (no exclamations on close brackets) but yeah anything in coment markers is ignored.

#280 User is offline   Black Diamond 

  • Group: Members
  • Posts: 1
  • Joined: 06-January 09

Posted 07 January 2009 - 08:24 AM

My apologies, I tried to read through many of the posts in this thread before posting and did not see an answer.

Is there anyway to get this to work with users not having admin rights?

I can get it to work fine as an admin but we would like to do the silent install via a login script if it is possible.

Share this topic:


  • 17 Pages +
  • « First
  • 12
  • 13
  • 14
  • 15
  • 16
  • Last »
  • You cannot start a new topic
  • You cannot reply to this topic

2 User(s) are reading this topic
0 members, 2 guests, 0 anonymous users



All trademarks mentioned on this page are the property of their respective owners
Copyright © 2001 - 2011 msfn.org
Privacy Policy