batson0974 Posted June 19, 2006 Posted June 19, 2006 Is there anyway that I can have the serial number automatically install itself into Office Professional 2003by 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.
HJW Posted June 19, 2006 Posted June 19, 2006 (edited) 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 June 19, 2006 by 5128
batson0974 Posted June 19, 2006 Author Posted June 19, 2006 Thank you, I will try that outYou've been a big help.Thank you
The008 Posted June 30, 2006 Posted June 30, 2006 maybe you can create a Administrative Installation by running setup /athen you can make an auto-extractor to auto-install it
vaporE Posted July 13, 2006 Posted July 13, 2006 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=MePIDKEY=YourProductCodeHereNoDashes
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now