MSFN Forum: Office XP Built-In Product Key - MSFN Forum

Jump to content



Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

Office XP Built-In Product Key Rate Topic: -----

#1 User is offline   Spyder2k 

  • Member
  • PipPip
  • Group: Members
  • Posts: 144
  • Joined: 07-July 04

Posted 13 August 2004 - 09:51 AM

Here's my scenario; I've got a network environment where Office XP is deployed through group policy. When it is deployed everything is installed automatically, except for one thing; it prompts the user for the product key.

Is there anyway I can modify the installation so that the product key is built-in to the installation, so the entire installation is automatic.


#2 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 13 August 2004 - 10:26 AM

You have 3 options: :D

1. Either use the guide here: Official unattended guide
That's the best option. But that will modify your install source. If you want to use the same set of files as you've been using all along, see the options below.


2. Specify a property at command-line:
You would already be carrying out a command which installs Office XP (thru group policy). Just add this property to the switches:
PIDKEY=[string, your key without spaces]
For example, you'd get it working by running this command (its all one line):
\\network_drive\directoryname\OXP_install_folder\setup.exe /QB PIDKEY=1234512345123451234512345




3. Edit setup.ini (the simplest option)
Edit the file "setup.ini" found in Office XP's directory, look in the folder structure "\FILES\SETUP\setup.ini"
You will see this section:
[Options]
; The option section is used for specifying individual Installer Properties.
;USERNAME=Customer
;COMPANYNAME=my company
;INSTALLLOCATION=C:\Program Files\MyApp
OWC10EXISTS=1

Add the PIDKEY to it - that is, after adding it you will see that section is like this:
[Options]
; The option section is used for specifying individual Installer Properties.
;USERNAME=Customer
;COMPANYNAME=my company
;INSTALLLOCATION=C:\Program Files\MyApp
OWC10EXISTS=1
PIDKEY=1234512345123451234512345


Do post back on how it goes. :)

#3 User is offline   Spyder2k 

  • Member
  • PipPip
  • Group: Members
  • Posts: 144
  • Joined: 07-July 04

Posted 13 August 2004 - 11:19 AM

First things first, WOW, so much info so fast, thanks alot. It's going to take me awhile to go through some of it, as there's so much I wanna do now but thanks

Share this topic:


Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

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



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