Reply
Old July 12th, 2004 Top | #1
 
Glaanieboy's Avatar
OSNN Veteran Addict
Joined: March 2002
Location: The Netherlands
Posts: 2,626
Reputation: 270
Power: 150

Default Unattended Office XP installation question

I am currently building my own slipstreamed Windows XP Pro CD, using this guide on MSFN.org. I have reached the point where you can integrate a silent install of Office XP into the installation of Windows, but I have a problem. It appears you can't silent install and/or slipstream Office XP, you need the Enterprise edition for that and I have the retail version (PRORET.msi). But I am sure there must be some way of doing it? My search on the internet and newsgroups has provided me with no solution or answer so far.
Glaanieboy is offline   Reply With Quote
Old July 12th, 2004 Top | #2
 
tdinc's Avatar
█▄█ ▀█▄ █
Joined: December 2003
Location: Sterling Heights, MICHIGAN
Posts: 3,505
Blog Entries: 19
Reputation: 2905
Power: 164

Default

I found some info, I hope it helps,

XPCREATE

eldergeek/slipstream xp cd

office xp slipstream

tdinc is offline   Reply With Quote
Old July 12th, 2004 Top | #3
 
Glaanieboy's Avatar
OSNN Veteran Addict
Joined: March 2002
Location: The Netherlands
Posts: 2,626
Reputation: 270
Power: 150

Default

That is only for Windows XP. I am talking about initiating an (silenced) Office XP setup during the Windows XP installation.
Glaanieboy is offline   Reply With Quote
Old July 12th, 2004 Top | #4
 
Petros's Avatar
Thief IV
Joined: May 2003
Location: Pacific Northwest
Posts: 3,038
Reputation: 1647
Power: 153

Default

Copy the Office XP cd to a folder called office2003 in your $1\Install, and add a line to your RunOnceEx (assuming you're doing it that way) that goes like this:


REG ADD %KEY%\001 /VE /D "Installing Office 2003" /f
REG ADD %KEY%\001 /V 1 /D "install\office2k3.cmd" /f
then put a cmd file called office 2003.cmd in your $1\Install folder that goes like this: (a similar CMD file will work if you're doing your unattended stuff by means of a batch)

Originally Posted by office2k3.cmd
office2003\setup.exe TRANSFORMS="Unattended.MST" /qb-
exit
If you haven't made a MST file, learn how on the unattended Office section of MSFN.
Petros is offline   Reply With Quote
Old July 12th, 2004 Top | #5
 
Glaanieboy's Avatar
OSNN Veteran Addict
Joined: March 2002
Location: The Netherlands
Posts: 2,626
Reputation: 270
Power: 150

Default

To make the unattended.mst file, you must use the setup.exe /a switch, but I can't do that, since you need the Enterprise version of Office XP to use that switch.
Glaanieboy is offline   Reply With Quote
Old July 12th, 2004 Top | #6
 
Petros's Avatar
Thief IV
Joined: May 2003
Location: Pacific Northwest
Posts: 3,038
Reputation: 1647
Power: 153

Default

I'd offer you mine, but it wouldn't work. What version of Office do you have?

Check out the Microsoft KB article about it. Maybe it might help?

/q<option> Selects the user-interface level. Valid options are

n None - No user interface is displayed.

b Basic - Only simple progress indicators and errors
are displayed.

r Reduced - No user information is collected, and
no progress indicators are displayed.

f Full - All indicators with a modal dialog box at
the end of Setup.

+ Adds a completion message to the /n or /b
option. The message is displayed only if Setup
does not need to restart after the installation
is complete.

- Added after the b, f, n, or r option to
suppress all modal dialogs.

NOTE: You can only use this switch with an
Enterprise edition of Office.

Example: /qb-
--------------------------------------------------------------------------
/settings file Specifies a Setup settings file for customizing
Setup actions. If the file is not located in the
same folder as Setup.exe, include the path;
however, it is recommended the file be in the same
directory as Setup.exe. Specifying a
settings file forces Setup to use the referenced
file in place of Setup.ini.

Example:
/settings MyApp.ini
Petros is offline   Reply With Quote
Old July 12th, 2004 Top | #7
 
Glaanieboy's Avatar
OSNN Veteran Addict
Joined: March 2002
Location: The Netherlands
Posts: 2,626
Reputation: 270
Power: 150

Default

I use Office XP (I already mentioned that, right?), it's the first retail build, since I got it the day it was released. Anyway, the /qx switch (x being any letter described in your post) doesn't work either, it's complaing about it needs the administrative version etc.
Glaanieboy is offline   Reply With Quote
Old July 12th, 2004 Top | #8
 
Glaanieboy's Avatar
OSNN Veteran Addict
Joined: March 2002
Location: The Netherlands
Posts: 2,626
Reputation: 270
Power: 150

Default

This is the error I get (I added a rough translation underneath the Dutch error text)
Attached Thumbnails
Unattended Office XP installation question-office-xp-setup.png  
Glaanieboy is offline   Reply With Quote
Old July 12th, 2004 Top | #9
 
Petros's Avatar
Thief IV
Joined: May 2003
Location: Pacific Northwest
Posts: 3,038
Reputation: 1647
Power: 153

Default

A-HA! I think I may have found it.

Originally Posted by Unattended.sourceforge.net
Note: To create an Administrative Installation Point, you must have the Retail or Enterprise edition of Office 2000, not the OEM edition. And for Office XP, only the Enterprise edition will do. If you try to use the OEM edition, the setup.exe /a process will appear to work, but it will actually just scribble uselessly over the root directory of the current drive. (Hint: You can correct this behavior by using the Office Resource Kit to create a transform file which changes the OEMRelease property from 1 to 0. But you did not hear this from me.)
Hmm...very nice. This idea is for 2000, but maybe the Office XP ORK might do it as well. Let me know if you try it out.
Petros is offline   Reply With Quote
Old July 12th, 2004 Top | #10
 
Glaanieboy's Avatar
OSNN Veteran Addict
Joined: March 2002
Location: The Netherlands
Posts: 2,626
Reputation: 270
Power: 150

Default

Nope, still cannot create a MST file
Attached Thumbnails
Unattended Office XP installation question-office-xp-ork.png  
Glaanieboy is offline   Reply With Quote
Old July 12th, 2004 Top | #11
 
Petros's Avatar
Thief IV
Joined: May 2003
Location: Pacific Northwest
Posts: 3,038
Reputation: 1647
Power: 153

Default

Then it's time to don the ol' eyepatch and parrot. Arr, me hearty.
Petros is offline   Reply With Quote
Old July 12th, 2004 Top | #12
 
Glaanieboy's Avatar
OSNN Veteran Addict
Joined: March 2002
Location: The Netherlands
Posts: 2,626
Reputation: 270
Power: 150

Default

I guess... I got a 'eyepatch and parrot' version of Office 2003 running now, but that's English and I have a perfectly good legal version of Office XP Professional Dutch gathering dust. It's not a must to use the administrative version, I'll install it manually afterwards then. Thanks for trying though
Glaanieboy is offline   Reply With Quote
Old July 13th, 2004 Top | #13
 
Petros's Avatar
Thief IV
Joined: May 2003
Location: Pacific Northwest
Posts: 3,038
Reputation: 1647
Power: 153

Default

Ok Glaaniboy, I found what you need. Heh...heh...HEH

AutoIT3

I use this program and forgot all about it. I got enamored with making a true unattended file that this didn't come to mind until I was perusing MSFN. It's really easy to use, and will do all that you want.
Petros is offline   Reply With Quote
Old July 13th, 2004 Top | #14
 
Glaanieboy's Avatar
OSNN Veteran Addict
Joined: March 2002
Location: The Netherlands
Posts: 2,626
Reputation: 270
Power: 150

Default

Oh man, this looks very good! Consider your rep points upped by 1 (I know, I never hand out rep points, but since I have seen people giving me rep points, I want to give some back )
Glaanieboy is offline   Reply With Quote
Old July 13th, 2004 Top | #15
 
Petros's Avatar
Thief IV
Joined: May 2003
Location: Pacific Northwest
Posts: 3,038
Reputation: 1647
Power: 153

Default

Why, thank you! Now you've put me over the edge...two dots!
Petros is offline   Reply With Quote
Old May 27th, 2006 Top | #16
 
dheathorn's Avatar
OSNN One Post Wonder
Joined: May 2006
Posts: 1
Reputation: 0
Power: 0

Default Re: Unattended Office XP installation question

I need to do the same thing: slipstream OfficeXP into my WinXP CD, I have a legal version in english. I see you mention the "AutoIT3" program, but I got no idea how to use this program.. Can anybody help me?
dheathorn is offline   Reply With Quote

Reply

Bookmarks

Thread Tools

Posting Rules

Similar Threads
Thread Thread Starter Forum Replies Last Post
Some troubles with unattended installation Punkrulz Windows Desktop Systems 1 March 26th, 2004 11:09pm
Unattended Installation straight from CD? Punkrulz Windows Desktop Systems 7 January 1st, 2004 10:59am
unattended installation win98 GeorgGG Windows Desktop Systems 5 October 9th, 2003 11:59am
looking for info on unattended installation of xp guru Windows Desktop Systems 8 November 27th, 2002 8:09am
Creating an unattended installation file Lukas Windows Desktop Systems 2 February 20th, 2002 1:34pm