How to create silent install of Office 2000 using a batchfile

S

sbanik79

Hello Mick,

Thank you for your reply I got the batch file to work but have a
different issue now. I am using /qn+ and in the command window it is
asking to to "Press any key.." after pressing anykey it is terminating
the command prompt window. Although, it is closing the command window
it is actually installing it in the background. Could you please tell
me how can I keep the command prompt window up and running and have the
product registered automatically? I am trying to avoide of activating
the product each time I installed on a machine. Is there a way to
write the script so that it automatically takes the product key?
Please advise.

Thank you

use:

msiexec /i and not /jm

and don't use REINSTALL=ALL when you havent installed Office 2000 in the
first place.
--
Mickman [MCSA 2003]

If you think this post is helpful to you, press ''Yes'' below.


Hello Gerry,
I have a new issue now..I have figured out how to do this and
everything was working fine until I started to run it from a bathc
file. Now everytime I am trying to run the .bat file. a Wndow XP window
pops up and it is telling me "Please fo to the control Panel to install
and configure system components". One change that I have made in
creating the .MST file is, In the the "Set Feature Installation States"
I clicked on the the Microsoft Office tab and selected run all from my
computer. Then I made the Outlook unavailable. ANy clue on this?

Please advise.

Deep
 
G

Gerry Hickman

Hi,
Thank you for your reply I got the batch file to work but have a
different issue now. I am using /qn+ and in the command window it is
asking to to "Press any key.." after pressing anykey it is terminating
the command prompt window. Although, it is closing the command window
it is actually installing it in the background. Could you please tell
me how can I keep the command prompt window up and running and have the
product registered automatically?

Yes, this is a common mistake when running a batch file; don't double
click the *.BAT file, instead open a CMD window _first_, then type in
the path to the BAT file, run it and the console window will stay open.
I am trying to avoide of activating
the product each time I installed on a machine. Is there a way to
write the script so that it automatically takes the product key?

The way it usually works is that you create an Administrative
Installation Point, the product key is entered at that point then you
run the silent install pointing to the AIP and it doesn't need the
product key for each install.

I've done quite a few installs without Outlook (using a TRANSFORM) and
never had any problems.
 
G

Gerry Hickman

Hi,
Thank you for your reply I got the batch file to work but have a
different issue now. I am using /qn+ and in the command window it is
asking to to "Press any key.." after pressing anykey it is terminating
the command prompt window. Although, it is closing the command window
it is actually installing it in the background. Could you please tell
me how can I keep the command prompt window up and running and have the
product registered automatically?

Yes, this is a common mistake when running a batch file; don't double
click the *.BAT file, instead open a CMD window _first_, then type in
the path to the BAT file, run it and the console window will stay open.
I am trying to avoide of activating
the product each time I installed on a machine. Is there a way to
write the script so that it automatically takes the product key?

The way it usually works is that you create an Administrative
Installation Point, the product key is entered at that point then you
run the silent install pointing to the AIP and it doesn't need the
product key for each install.

I've done quite a few installs without Outlook (using a TRANSFORM) and
never had any problems.
 
G

Gerry Hickman

Hi,
Thank you for your reply I got the batch file to work but have a
different issue now. I am using /qn+ and in the command window it is
asking to to "Press any key.." after pressing anykey it is terminating
the command prompt window. Although, it is closing the command window
it is actually installing it in the background. Could you please tell
me how can I keep the command prompt window up and running and have the
product registered automatically?

Yes, this is a common mistake when running a batch file; don't double
click the *.BAT file, instead open a CMD window _first_, then type in
the path to the BAT file, run it and the console window will stay open.
I am trying to avoide of activating
the product each time I installed on a machine. Is there a way to
write the script so that it automatically takes the product key?

The way it usually works is that you create an Administrative
Installation Point, the product key is entered at that point then you
run the silent install pointing to the AIP and it doesn't need the
product key for each install.

I've done quite a few installs without Outlook (using a TRANSFORM) and
never had any problems.
 
G

Gerry Hickman

Hi,
Thank you for your reply I got the batch file to work but have a
different issue now. I am using /qn+ and in the command window it is
asking to to "Press any key.." after pressing anykey it is terminating
the command prompt window. Although, it is closing the command window
it is actually installing it in the background. Could you please tell
me how can I keep the command prompt window up and running and have the
product registered automatically?

Yes, this is a common mistake when running a batch file; don't double
click the *.BAT file, instead open a CMD window _first_, then type in
the path to the BAT file, run it and the console window will stay open.
I am trying to avoide of activating
the product each time I installed on a machine. Is there a way to
write the script so that it automatically takes the product key?

The way it usually works is that you create an Administrative
Installation Point, the product key is entered at that point then you
run the silent install pointing to the AIP and it doesn't need the
product key for each install.

I've done quite a few installs without Outlook (using a TRANSFORM) and
never had any problems.
 
G

Gerry Hickman

Hi,
Thank you for your reply I got the batch file to work but have a
different issue now. I am using /qn+ and in the command window it is
asking to to "Press any key.." after pressing anykey it is terminating
the command prompt window. Although, it is closing the command window
it is actually installing it in the background. Could you please tell
me how can I keep the command prompt window up and running and have the
product registered automatically?

Yes, this is a common mistake when running a batch file; don't double
click the *.BAT file, instead open a CMD window _first_, then type in
the path to the BAT file, run it and the console window will stay open.
I am trying to avoide of activating
the product each time I installed on a machine. Is there a way to
write the script so that it automatically takes the product key?

The way it usually works is that you create an Administrative
Installation Point, the product key is entered at that point then you
run the silent install pointing to the AIP and it doesn't need the
product key for each install.

I've done quite a few installs without Outlook (using a TRANSFORM) and
never had any problems.
 
G

Gerry Hickman

Hi,
Thank you for your reply I got the batch file to work but have a
different issue now. I am using /qn+ and in the command window it is
asking to to "Press any key.." after pressing anykey it is terminating
the command prompt window. Although, it is closing the command window
it is actually installing it in the background. Could you please tell
me how can I keep the command prompt window up and running and have the
product registered automatically?

Yes, this is a common mistake when running a batch file; don't double
click the *.BAT file, instead open a CMD window _first_, then type in
the path to the BAT file, run it and the console window will stay open.
I am trying to avoide of activating
the product each time I installed on a machine. Is there a way to
write the script so that it automatically takes the product key?

The way it usually works is that you create an Administrative
Installation Point, the product key is entered at that point then you
run the silent install pointing to the AIP and it doesn't need the
product key for each install.

I've done quite a few installs without Outlook (using a TRANSFORM) and
never had any problems.
 
G

Gerry Hickman

Hi,
Thank you for your reply I got the batch file to work but have a
different issue now. I am using /qn+ and in the command window it is
asking to to "Press any key.." after pressing anykey it is terminating
the command prompt window. Although, it is closing the command window
it is actually installing it in the background. Could you please tell
me how can I keep the command prompt window up and running and have the
product registered automatically?

Yes, this is a common mistake when running a batch file; don't double
click the *.BAT file, instead open a CMD window _first_, then type in
the path to the BAT file, run it and the console window will stay open.
I am trying to avoide of activating
the product each time I installed on a machine. Is there a way to
write the script so that it automatically takes the product key?

The way it usually works is that you create an Administrative
Installation Point, the product key is entered at that point then you
run the silent install pointing to the AIP and it doesn't need the
product key for each install.

I've done quite a few installs without Outlook (using a TRANSFORM) and
never had any problems.
 
G

Gerry Hickman

Hi,
Thank you for your reply I got the batch file to work but have a
different issue now. I am using /qn+ and in the command window it is
asking to to "Press any key.." after pressing anykey it is terminating
the command prompt window. Although, it is closing the command window
it is actually installing it in the background. Could you please tell
me how can I keep the command prompt window up and running and have the
product registered automatically?

Yes, this is a common mistake when running a batch file; don't double
click the *.BAT file, instead open a CMD window _first_, then type in
the path to the BAT file, run it and the console window will stay open.
I am trying to avoide of activating
the product each time I installed on a machine. Is there a way to
write the script so that it automatically takes the product key?

The way it usually works is that you create an Administrative
Installation Point, the product key is entered at that point then you
run the silent install pointing to the AIP and it doesn't need the
product key for each install.

I've done quite a few installs without Outlook (using a TRANSFORM) and
never had any problems.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top