Automated deployment of Office not working

K

-Karl

I've created a transform for an administrative installation of Office
2003,
but can't get it to work. The setup string is run from a batch file
with
this string in it:

setup.exe TRANSFORMS=_SilentInstall.MST /qb-

This is similar to the one I've used in the past with earlier Office
versions. When I run it though, I get the following dialog box:

"Windows XP Setup"
"Please go to the control panel to install and configure system
components"

I can't seem to locate anything about this error in the newsgroups or
knowledge base. Any input greatly appreciated.

Thanks...
 
G

glenn fincher

-Karl said:
I've created a transform for an administrative installation of Office
2003,
but can't get it to work. The setup string is run from a batch file
with
this string in it:

setup.exe TRANSFORMS=_SilentInstall.MST /qb-

This is similar to the one I've used in the past with earlier Office
versions. When I run it though, I get the following dialog box:

"Windows XP Setup"
"Please go to the control panel to install and configure system
components"

I can't seem to locate anything about this error in the newsgroups or
knowledge base. Any input greatly appreciated.

Unusual error message, not doubt, but common! What is happening is that you
need to specify the exact path to the setup.exe file as well as the
TRANSFORM in your batch file, such as:

\\servername\sharename\setup.exe
TRANSFORMS=\\servername\sharename\_SilentInstall.MST /qb-

The weird error is generated as XP tries to find a setup.exe to run in your
PATH, and it runs the first one that it finds on the local machine! Also,
for future troubleshooting... leave off the "-" from the "/qb-" and you will
see what errors are being seen by the installer. The "-" represses error
messages that otherwise might have helped you figure it out.

Hope this helps!

Glenn Fincher
 
G

glenn fincher

-Karl said:
I've created a transform for an administrative installation of Office
2003,
but can't get it to work. The setup string is run from a batch file
with
this string in it:

setup.exe TRANSFORMS=_SilentInstall.MST /qb-

This is similar to the one I've used in the past with earlier Office
versions. When I run it though, I get the following dialog box:

"Windows XP Setup"
"Please go to the control panel to install and configure system
components"

I can't seem to locate anything about this error in the newsgroups or
knowledge base. Any input greatly appreciated.

Unusual error message, not doubt, but common! What is happening is that you
need to specify the exact path to the setup.exe file as well as the
TRANSFORM in your batch file, such as:

\\servername\sharename\setup.exe
TRANSFORMS=\\servername\sharename\_SilentInstall.MST /qb-

The weird error is generated as XP tries to find a setup.exe to run in your
PATH, and it runs the first one that it finds on the local machine! Also,
for future troubleshooting... leave off the "-" from the "/qb-" and you will
see what errors are being seen by the installer. The "-" represses error
messages that otherwise might have helped you figure it out.

Hope this helps!

Glenn Fincher
 
G

glenn fincher

-Karl said:
I've created a transform for an administrative installation of Office
2003,
but can't get it to work. The setup string is run from a batch file
with
this string in it:

setup.exe TRANSFORMS=_SilentInstall.MST /qb-

This is similar to the one I've used in the past with earlier Office
versions. When I run it though, I get the following dialog box:

"Windows XP Setup"
"Please go to the control panel to install and configure system
components"

I can't seem to locate anything about this error in the newsgroups or
knowledge base. Any input greatly appreciated.

Unusual error message, not doubt, but common! What is happening is that you
need to specify the exact path to the setup.exe file as well as the
TRANSFORM in your batch file, such as:

\\servername\sharename\setup.exe
TRANSFORMS=\\servername\sharename\_SilentInstall.MST /qb-

The weird error is generated as XP tries to find a setup.exe to run in your
PATH, and it runs the first one that it finds on the local machine! Also,
for future troubleshooting... leave off the "-" from the "/qb-" and you will
see what errors are being seen by the installer. The "-" represses error
messages that otherwise might have helped you figure it out.

Hope this helps!

Glenn Fincher
 
G

glenn fincher

-Karl said:
I've created a transform for an administrative installation of Office
2003,
but can't get it to work. The setup string is run from a batch file
with
this string in it:

setup.exe TRANSFORMS=_SilentInstall.MST /qb-

This is similar to the one I've used in the past with earlier Office
versions. When I run it though, I get the following dialog box:

"Windows XP Setup"
"Please go to the control panel to install and configure system
components"

I can't seem to locate anything about this error in the newsgroups or
knowledge base. Any input greatly appreciated.

Unusual error message, not doubt, but common! What is happening is that you
need to specify the exact path to the setup.exe file as well as the
TRANSFORM in your batch file, such as:

\\servername\sharename\setup.exe
TRANSFORMS=\\servername\sharename\_SilentInstall.MST /qb-

The weird error is generated as XP tries to find a setup.exe to run in your
PATH, and it runs the first one that it finds on the local machine! Also,
for future troubleshooting... leave off the "-" from the "/qb-" and you will
see what errors are being seen by the installer. The "-" represses error
messages that otherwise might have helped you figure it out.

Hope this helps!

Glenn Fincher
 
G

glenn fincher

-Karl said:
I've created a transform for an administrative installation of Office
2003,
but can't get it to work. The setup string is run from a batch file
with
this string in it:

setup.exe TRANSFORMS=_SilentInstall.MST /qb-

This is similar to the one I've used in the past with earlier Office
versions. When I run it though, I get the following dialog box:

"Windows XP Setup"
"Please go to the control panel to install and configure system
components"

I can't seem to locate anything about this error in the newsgroups or
knowledge base. Any input greatly appreciated.

Unusual error message, not doubt, but common! What is happening is that you
need to specify the exact path to the setup.exe file as well as the
TRANSFORM in your batch file, such as:

\\servername\sharename\setup.exe
TRANSFORMS=\\servername\sharename\_SilentInstall.MST /qb-

The weird error is generated as XP tries to find a setup.exe to run in your
PATH, and it runs the first one that it finds on the local machine! Also,
for future troubleshooting... leave off the "-" from the "/qb-" and you will
see what errors are being seen by the installer. The "-" represses error
messages that otherwise might have helped you figure it out.

Hope this helps!

Glenn Fincher
 
G

glenn fincher

-Karl said:
I've created a transform for an administrative installation of Office
2003,
but can't get it to work. The setup string is run from a batch file
with
this string in it:

setup.exe TRANSFORMS=_SilentInstall.MST /qb-

This is similar to the one I've used in the past with earlier Office
versions. When I run it though, I get the following dialog box:

"Windows XP Setup"
"Please go to the control panel to install and configure system
components"

I can't seem to locate anything about this error in the newsgroups or
knowledge base. Any input greatly appreciated.

Unusual error message, not doubt, but common! What is happening is that you
need to specify the exact path to the setup.exe file as well as the
TRANSFORM in your batch file, such as:

\\servername\sharename\setup.exe
TRANSFORMS=\\servername\sharename\_SilentInstall.MST /qb-

The weird error is generated as XP tries to find a setup.exe to run in your
PATH, and it runs the first one that it finds on the local machine! Also,
for future troubleshooting... leave off the "-" from the "/qb-" and you will
see what errors are being seen by the installer. The "-" represses error
messages that otherwise might have helped you figure it out.

Hope this helps!

Glenn Fincher
 
G

glenn fincher

-Karl said:
I've created a transform for an administrative installation of Office
2003,
but can't get it to work. The setup string is run from a batch file
with
this string in it:

setup.exe TRANSFORMS=_SilentInstall.MST /qb-

This is similar to the one I've used in the past with earlier Office
versions. When I run it though, I get the following dialog box:

"Windows XP Setup"
"Please go to the control panel to install and configure system
components"

I can't seem to locate anything about this error in the newsgroups or
knowledge base. Any input greatly appreciated.

Unusual error message, not doubt, but common! What is happening is that you
need to specify the exact path to the setup.exe file as well as the
TRANSFORM in your batch file, such as:

\\servername\sharename\setup.exe
TRANSFORMS=\\servername\sharename\_SilentInstall.MST /qb-

The weird error is generated as XP tries to find a setup.exe to run in your
PATH, and it runs the first one that it finds on the local machine! Also,
for future troubleshooting... leave off the "-" from the "/qb-" and you will
see what errors are being seen by the installer. The "-" represses error
messages that otherwise might have helped you figure it out.

Hope this helps!

Glenn Fincher
 
G

glenn fincher

-Karl said:
I've created a transform for an administrative installation of Office
2003,
but can't get it to work. The setup string is run from a batch file
with
this string in it:

setup.exe TRANSFORMS=_SilentInstall.MST /qb-

This is similar to the one I've used in the past with earlier Office
versions. When I run it though, I get the following dialog box:

"Windows XP Setup"
"Please go to the control panel to install and configure system
components"

I can't seem to locate anything about this error in the newsgroups or
knowledge base. Any input greatly appreciated.

Unusual error message, not doubt, but common! What is happening is that you
need to specify the exact path to the setup.exe file as well as the
TRANSFORM in your batch file, such as:

\\servername\sharename\setup.exe
TRANSFORMS=\\servername\sharename\_SilentInstall.MST /qb-

The weird error is generated as XP tries to find a setup.exe to run in your
PATH, and it runs the first one that it finds on the local machine! Also,
for future troubleshooting... leave off the "-" from the "/qb-" and you will
see what errors are being seen by the installer. The "-" represses error
messages that otherwise might have helped you figure it out.

Hope this helps!

Glenn Fincher
 
G

glenn fincher

-Karl said:
I've created a transform for an administrative installation of Office
2003,
but can't get it to work. The setup string is run from a batch file
with
this string in it:

setup.exe TRANSFORMS=_SilentInstall.MST /qb-

This is similar to the one I've used in the past with earlier Office
versions. When I run it though, I get the following dialog box:

"Windows XP Setup"
"Please go to the control panel to install and configure system
components"

I can't seem to locate anything about this error in the newsgroups or
knowledge base. Any input greatly appreciated.

Unusual error message, not doubt, but common! What is happening is that you
need to specify the exact path to the setup.exe file as well as the
TRANSFORM in your batch file, such as:

\\servername\sharename\setup.exe
TRANSFORMS=\\servername\sharename\_SilentInstall.MST /qb-

The weird error is generated as XP tries to find a setup.exe to run in your
PATH, and it runs the first one that it finds on the local machine! Also,
for future troubleshooting... leave off the "-" from the "/qb-" and you will
see what errors are being seen by the installer. The "-" represses error
messages that otherwise might have helped you figure it out.

Hope this helps!

Glenn Fincher
 
K

-Karl

Thanks! I will try it. Hope this issue gets corrected so it looks 1st
in the same folder that the msi is in BEFORE looking elsewhere.
 
K

-Karl

Thanks! I will try it. Hope this issue gets corrected so it looks 1st
in the same folder that the msi is in BEFORE looking elsewhere.
 
K

-Karl

Thanks! I will try it. Hope this issue gets corrected so it looks 1st
in the same folder that the msi is in BEFORE looking elsewhere.
 
K

-Karl

Thanks! I will try it. Hope this issue gets corrected so it looks 1st
in the same folder that the msi is in BEFORE looking elsewhere.
 
K

-Karl

Thanks! I will try it. Hope this issue gets corrected so it looks 1st
in the same folder that the msi is in BEFORE looking elsewhere.
 
K

-Karl

Thanks! I will try it. Hope this issue gets corrected so it looks 1st
in the same folder that the msi is in BEFORE looking elsewhere.
 
K

-Karl

Thanks! I will try it. Hope this issue gets corrected so it looks 1st
in the same folder that the msi is in BEFORE looking elsewhere.
 
K

-Karl

Thanks! I will try it. Hope this issue gets corrected so it looks 1st
in the same folder that the msi is in BEFORE looking elsewhere.
 
K

-Karl

Thanks! I will try it. Hope this issue gets corrected so it looks 1st
in the same folder that the msi is in BEFORE looking elsewhere.
 

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