Jump to content

Adding Office Pro to multiboot DVD


batson0974

Recommended Posts

Is there anyway that I can have the serial number automatically install itself into Office Professional 2003

by adding a batch or .Inf file. I am also using Autoplay media Studio 6 maybe it could be integrated through it.

My copy is Volume Licenced and I tried a Administrative Installation, but it makes my ISO file become to large to burn.

Thank you, for any advise at all.

Link to comment
Share on other sites


try to google for Office Resource KIT, download and use it.

you will get a commandline like this (my cmd file):

FOR %%i IN (D E F G H I J K L M N O P Q R S T U V W X Y Z) DO IF EXIST %%i:\win51ip.SP2 SET CDROM=%%i:

start /wait "%cdrom%\OEM\Office\setup.exe TRANSFORMS=Unattended.MST /qb-"

and Unattended.MST have you created with Office Resource KIT it contains your install configuration, productkey and a lot more...

or your autoplay mediastudio command:

File.Run("OEM\\OFFICE\\setup.exe", "TRANSFORMS=Unattended.MST /qb-", "", SW_MINIMIZE, true);

greetz..

Edited by 5128
Link to comment
Share on other sites

  • 2 weeks later...
  • 2 weeks later...

To have the Office serial number automagically enter itself into the installer, it's much simpler than 5128 says. Just open \FILES\SETUP\setup.ini. Find this section and change it to suit your liking:

[Options]
; The option section is used for specifying individual Installer Properties.
USERNAME=Me
PIDKEY=YourProductCodeHereNoDashes

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...