Auto Installing Office 2003

G

Guest

Guest
Archived from groups: microsoft.public.windowsxp.general (More info?)

I'm trying to setup a batch file that executes the Office 2003 Standard
installation when a user logs in for the first time. Can someone tell me how
I can automate the insertion of the product key without any user interaction?

Thanks for anybody's help,

Jason
 
G

Guest

Guest
Archived from groups: microsoft.public.windowsxp.general (More info?)

You need to modify the setup.ini file that is located in the files/setup
folder of your source disk. You need to add the line
PIDKEY=xxxxxxxxxxxxxxxxxxxxxxxxx to the bottom of the options section. It
should look 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=XXXXXXXXXXXXXXXXXXXXXXXXX

--


The best live web video on the internet http://www.seedsv.com/webdemo.htm
NEW Embedded system W/Linux. We now sell DVR cards.
See it all at http://www.seedsv.com/products.htm
Sharpvision simply the best http://www.seedsv.com



"Jangles2005" <Jangles2005@discussions.microsoft.com> wrote in message
news:9C4414FE-329D-4575-BCBC-3C5AC28690DB@microsoft.com...
> I'm trying to setup a batch file that executes the Office 2003 Standard
> installation when a user logs in for the first time. Can someone tell me
> how
> I can automate the insertion of the product key without any user
> interaction?
>
> Thanks for anybody's help,
>
> Jason
 
G

Guest

Guest
Archived from groups: microsoft.public.windowsxp.general (More info?)

Where XXXXXXXXXXXXXXXXXXX is your product key.

--


The best live web video on the internet http://www.seedsv.com/webdemo.htm
NEW Embedded system W/Linux. We now sell DVR cards.
See it all at http://www.seedsv.com/products.htm
Sharpvision simply the best http://www.seedsv.com



"pcbutts1" <pcbutts1@seedsv.com> wrote in message
news:ergHe.8785$_%4.7224@newssvr14.news.prodigy.com...
> You need to modify the setup.ini file that is located in the files/setup
> folder of your source disk. You need to add the line
> PIDKEY=xxxxxxxxxxxxxxxxxxxxxxxxx to the bottom of the options section. It
> should look 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=XXXXXXXXXXXXXXXXXXXXXXXXX
>
> --
>
>
> The best live web video on the internet http://www.seedsv.com/webdemo.htm
> NEW Embedded system W/Linux. We now sell DVR cards.
> See it all at http://www.seedsv.com/products.htm
> Sharpvision simply the best http://www.seedsv.com
>
>
>
> "Jangles2005" <Jangles2005@discussions.microsoft.com> wrote in message
> news:9C4414FE-329D-4575-BCBC-3C5AC28690DB@microsoft.com...
>> I'm trying to setup a batch file that executes the Office 2003 Standard
>> installation when a user logs in for the first time. Can someone tell me
>> how
>> I can automate the insertion of the product key without any user
>> interaction?
>>
>> Thanks for anybody's help,
>>
>> Jason
>
>