Trying to deploy SP1 for Office 2003?!?

Z

Zack

Just to clarify--I'm talking about a *compressed CD image* (ie copy of the
CD), *not* an administrative installation point (created with setup.exe
/a). With your method here I still get an error message relating to the
key... Hmm.

-Z-

A workaround I've found for this is to do the patch this way:

msiexec.exe /p [path\name of MSP file] /a [path\name of MSI file]
PIDKEY=[your-25-digit-CD-KEY] /qb

If you don't know your PIDKEY, use the MST viewer to examine your MST
file
and you will find it there. Of course, you don't include the "[" or "]"
in
the syntax above :)
 
Z

Zack

Just to clarify--I'm talking about a *compressed CD image* (ie copy of the
CD), *not* an administrative installation point (created with setup.exe
/a). With your method here I still get an error message relating to the
key... Hmm.

-Z-

A workaround I've found for this is to do the patch this way:

msiexec.exe /p [path\name of MSP file] /a [path\name of MSI file]
PIDKEY=[your-25-digit-CD-KEY] /qb

If you don't know your PIDKEY, use the MST viewer to examine your MST
file
and you will find it there. Of course, you don't include the "[" or "]"
in
the syntax above :)
 
Z

Zack

Just to clarify--I'm talking about a *compressed CD image* (ie copy of the
CD), *not* an administrative installation point (created with setup.exe
/a). With your method here I still get an error message relating to the
key... Hmm.

-Z-

A workaround I've found for this is to do the patch this way:

msiexec.exe /p [path\name of MSP file] /a [path\name of MSI file]
PIDKEY=[your-25-digit-CD-KEY] /qb

If you don't know your PIDKEY, use the MST viewer to examine your MST
file
and you will find it there. Of course, you don't include the "[" or "]"
in
the syntax above :)
 
Z

Zack

Just to clarify--I'm talking about a *compressed CD image* (ie copy of the
CD), *not* an administrative installation point (created with setup.exe
/a). With your method here I still get an error message relating to the
key... Hmm.

-Z-

A workaround I've found for this is to do the patch this way:

msiexec.exe /p [path\name of MSP file] /a [path\name of MSI file]
PIDKEY=[your-25-digit-CD-KEY] /qb

If you don't know your PIDKEY, use the MST viewer to examine your MST
file
and you will find it there. Of course, you don't include the "[" or "]"
in
the syntax above :)
 
J

Joseph Boswell

Zack, here is how far I have now gotten with it:

First though, I got the info from the latest issue of this mag:

http://www.winnetmag.com/

I highly reccommend a subscription!

1. Create an Admin Install Point copy the Office CD Image local
2. Drop to CMD Prompt and goto the office folder, type: setup /a

This will create an admin image wherever you specify (for me it was on a DFS
Share), you also put in your CD Key there...

3. Hit GO! This took me about 3 hours to get an uncompressed Admin Point
and its over gigE.

The next 2 steps I am in process of doing now, dunno which order though, I
ASSUME it will be:

4. Run the patch on the admin point:

(Here is the EXACT command I ran minus my domain in x's)
msiexec.exe /p "c:\Office 2003 SP1\MAINSP1op.msp" /a
"\\xxx\ddmainroot\Deployment\Applications\Microsoft\Microsoft Office
2003\Office 2003\PRO11.MSI" /qb /lv* c:\log.txt

5. Create an MST for the overall installer to tell it where your templates
are and all that...



Right now I am running the patch so I will post back when its through the
GPO and tell you if its installed properly.

Joe
Zack said:
Just to clarify--I'm talking about a *compressed CD image* (ie copy of the
CD), *not* an administrative installation point (created with setup.exe
/a). With your method here I still get an error message relating to the
key... Hmm.

-Z-

A workaround I've found for this is to do the patch this way:

msiexec.exe /p [path\name of MSP file] /a [path\name of MSI file]
PIDKEY=[your-25-digit-CD-KEY] /qb

If you don't know your PIDKEY, use the MST viewer to examine your MST
file
and you will find it there. Of course, you don't include the "[" or "]"
in
the syntax above :)
 
J

Joseph Boswell

Zack, here is how far I have now gotten with it:

First though, I got the info from the latest issue of this mag:

http://www.winnetmag.com/

I highly reccommend a subscription!

1. Create an Admin Install Point copy the Office CD Image local
2. Drop to CMD Prompt and goto the office folder, type: setup /a

This will create an admin image wherever you specify (for me it was on a DFS
Share), you also put in your CD Key there...

3. Hit GO! This took me about 3 hours to get an uncompressed Admin Point
and its over gigE.

The next 2 steps I am in process of doing now, dunno which order though, I
ASSUME it will be:

4. Run the patch on the admin point:

(Here is the EXACT command I ran minus my domain in x's)
msiexec.exe /p "c:\Office 2003 SP1\MAINSP1op.msp" /a
"\\xxx\ddmainroot\Deployment\Applications\Microsoft\Microsoft Office
2003\Office 2003\PRO11.MSI" /qb /lv* c:\log.txt

5. Create an MST for the overall installer to tell it where your templates
are and all that...



Right now I am running the patch so I will post back when its through the
GPO and tell you if its installed properly.

Joe
Zack said:
Just to clarify--I'm talking about a *compressed CD image* (ie copy of the
CD), *not* an administrative installation point (created with setup.exe
/a). With your method here I still get an error message relating to the
key... Hmm.

-Z-

A workaround I've found for this is to do the patch this way:

msiexec.exe /p [path\name of MSP file] /a [path\name of MSI file]
PIDKEY=[your-25-digit-CD-KEY] /qb

If you don't know your PIDKEY, use the MST viewer to examine your MST
file
and you will find it there. Of course, you don't include the "[" or "]"
in
the syntax above :)
 
J

Joseph Boswell

Zack, here is how far I have now gotten with it:

First though, I got the info from the latest issue of this mag:

http://www.winnetmag.com/

I highly reccommend a subscription!

1. Create an Admin Install Point copy the Office CD Image local
2. Drop to CMD Prompt and goto the office folder, type: setup /a

This will create an admin image wherever you specify (for me it was on a DFS
Share), you also put in your CD Key there...

3. Hit GO! This took me about 3 hours to get an uncompressed Admin Point
and its over gigE.

The next 2 steps I am in process of doing now, dunno which order though, I
ASSUME it will be:

4. Run the patch on the admin point:

(Here is the EXACT command I ran minus my domain in x's)
msiexec.exe /p "c:\Office 2003 SP1\MAINSP1op.msp" /a
"\\xxx\ddmainroot\Deployment\Applications\Microsoft\Microsoft Office
2003\Office 2003\PRO11.MSI" /qb /lv* c:\log.txt

5. Create an MST for the overall installer to tell it where your templates
are and all that...



Right now I am running the patch so I will post back when its through the
GPO and tell you if its installed properly.

Joe
Zack said:
Just to clarify--I'm talking about a *compressed CD image* (ie copy of the
CD), *not* an administrative installation point (created with setup.exe
/a). With your method here I still get an error message relating to the
key... Hmm.

-Z-

A workaround I've found for this is to do the patch this way:

msiexec.exe /p [path\name of MSP file] /a [path\name of MSI file]
PIDKEY=[your-25-digit-CD-KEY] /qb

If you don't know your PIDKEY, use the MST viewer to examine your MST
file
and you will find it there. Of course, you don't include the "[" or "]"
in
the syntax above :)
 
J

Joseph Boswell

Zack, here is how far I have now gotten with it:

First though, I got the info from the latest issue of this mag:

http://www.winnetmag.com/

I highly reccommend a subscription!

1. Create an Admin Install Point copy the Office CD Image local
2. Drop to CMD Prompt and goto the office folder, type: setup /a

This will create an admin image wherever you specify (for me it was on a DFS
Share), you also put in your CD Key there...

3. Hit GO! This took me about 3 hours to get an uncompressed Admin Point
and its over gigE.

The next 2 steps I am in process of doing now, dunno which order though, I
ASSUME it will be:

4. Run the patch on the admin point:

(Here is the EXACT command I ran minus my domain in x's)
msiexec.exe /p "c:\Office 2003 SP1\MAINSP1op.msp" /a
"\\xxx\ddmainroot\Deployment\Applications\Microsoft\Microsoft Office
2003\Office 2003\PRO11.MSI" /qb /lv* c:\log.txt

5. Create an MST for the overall installer to tell it where your templates
are and all that...



Right now I am running the patch so I will post back when its through the
GPO and tell you if its installed properly.

Joe
Zack said:
Just to clarify--I'm talking about a *compressed CD image* (ie copy of the
CD), *not* an administrative installation point (created with setup.exe
/a). With your method here I still get an error message relating to the
key... Hmm.

-Z-

A workaround I've found for this is to do the patch this way:

msiexec.exe /p [path\name of MSP file] /a [path\name of MSI file]
PIDKEY=[your-25-digit-CD-KEY] /qb

If you don't know your PIDKEY, use the MST viewer to examine your MST
file
and you will find it there. Of course, you don't include the "[" or "]"
in
the syntax above :)
 
J

Joseph Boswell

Zack, here is how far I have now gotten with it:

First though, I got the info from the latest issue of this mag:

http://www.winnetmag.com/

I highly reccommend a subscription!

1. Create an Admin Install Point copy the Office CD Image local
2. Drop to CMD Prompt and goto the office folder, type: setup /a

This will create an admin image wherever you specify (for me it was on a DFS
Share), you also put in your CD Key there...

3. Hit GO! This took me about 3 hours to get an uncompressed Admin Point
and its over gigE.

The next 2 steps I am in process of doing now, dunno which order though, I
ASSUME it will be:

4. Run the patch on the admin point:

(Here is the EXACT command I ran minus my domain in x's)
msiexec.exe /p "c:\Office 2003 SP1\MAINSP1op.msp" /a
"\\xxx\ddmainroot\Deployment\Applications\Microsoft\Microsoft Office
2003\Office 2003\PRO11.MSI" /qb /lv* c:\log.txt

5. Create an MST for the overall installer to tell it where your templates
are and all that...



Right now I am running the patch so I will post back when its through the
GPO and tell you if its installed properly.

Joe
Zack said:
Just to clarify--I'm talking about a *compressed CD image* (ie copy of the
CD), *not* an administrative installation point (created with setup.exe
/a). With your method here I still get an error message relating to the
key... Hmm.

-Z-

A workaround I've found for this is to do the patch this way:

msiexec.exe /p [path\name of MSP file] /a [path\name of MSI file]
PIDKEY=[your-25-digit-CD-KEY] /qb

If you don't know your PIDKEY, use the MST viewer to examine your MST
file
and you will find it there. Of course, you don't include the "[" or "]"
in
the syntax above :)
 
J

Joseph Boswell

Zack, here is how far I have now gotten with it:

First though, I got the info from the latest issue of this mag:

http://www.winnetmag.com/

I highly reccommend a subscription!

1. Create an Admin Install Point copy the Office CD Image local
2. Drop to CMD Prompt and goto the office folder, type: setup /a

This will create an admin image wherever you specify (for me it was on a DFS
Share), you also put in your CD Key there...

3. Hit GO! This took me about 3 hours to get an uncompressed Admin Point
and its over gigE.

The next 2 steps I am in process of doing now, dunno which order though, I
ASSUME it will be:

4. Run the patch on the admin point:

(Here is the EXACT command I ran minus my domain in x's)
msiexec.exe /p "c:\Office 2003 SP1\MAINSP1op.msp" /a
"\\xxx\ddmainroot\Deployment\Applications\Microsoft\Microsoft Office
2003\Office 2003\PRO11.MSI" /qb /lv* c:\log.txt

5. Create an MST for the overall installer to tell it where your templates
are and all that...



Right now I am running the patch so I will post back when its through the
GPO and tell you if its installed properly.

Joe
Zack said:
Just to clarify--I'm talking about a *compressed CD image* (ie copy of the
CD), *not* an administrative installation point (created with setup.exe
/a). With your method here I still get an error message relating to the
key... Hmm.

-Z-

A workaround I've found for this is to do the patch this way:

msiexec.exe /p [path\name of MSP file] /a [path\name of MSI file]
PIDKEY=[your-25-digit-CD-KEY] /qb

If you don't know your PIDKEY, use the MST viewer to examine your MST
file
and you will find it there. Of course, you don't include the "[" or "]"
in
the syntax above :)
 
J

Joseph Boswell

Zack, here is how far I have now gotten with it:

First though, I got the info from the latest issue of this mag:

http://www.winnetmag.com/

I highly reccommend a subscription!

1. Create an Admin Install Point copy the Office CD Image local
2. Drop to CMD Prompt and goto the office folder, type: setup /a

This will create an admin image wherever you specify (for me it was on a DFS
Share), you also put in your CD Key there...

3. Hit GO! This took me about 3 hours to get an uncompressed Admin Point
and its over gigE.

The next 2 steps I am in process of doing now, dunno which order though, I
ASSUME it will be:

4. Run the patch on the admin point:

(Here is the EXACT command I ran minus my domain in x's)
msiexec.exe /p "c:\Office 2003 SP1\MAINSP1op.msp" /a
"\\xxx\ddmainroot\Deployment\Applications\Microsoft\Microsoft Office
2003\Office 2003\PRO11.MSI" /qb /lv* c:\log.txt

5. Create an MST for the overall installer to tell it where your templates
are and all that...



Right now I am running the patch so I will post back when its through the
GPO and tell you if its installed properly.

Joe
Zack said:
Just to clarify--I'm talking about a *compressed CD image* (ie copy of the
CD), *not* an administrative installation point (created with setup.exe
/a). With your method here I still get an error message relating to the
key... Hmm.

-Z-

A workaround I've found for this is to do the patch this way:

msiexec.exe /p [path\name of MSP file] /a [path\name of MSI file]
PIDKEY=[your-25-digit-CD-KEY] /qb

If you don't know your PIDKEY, use the MST viewer to examine your MST
file
and you will find it there. Of course, you don't include the "[" or "]"
in
the syntax above :)
 
J

Joseph Boswell

Zack, here is how far I have now gotten with it:

First though, I got the info from the latest issue of this mag:

http://www.winnetmag.com/

I highly reccommend a subscription!

1. Create an Admin Install Point copy the Office CD Image local
2. Drop to CMD Prompt and goto the office folder, type: setup /a

This will create an admin image wherever you specify (for me it was on a DFS
Share), you also put in your CD Key there...

3. Hit GO! This took me about 3 hours to get an uncompressed Admin Point
and its over gigE.

The next 2 steps I am in process of doing now, dunno which order though, I
ASSUME it will be:

4. Run the patch on the admin point:

(Here is the EXACT command I ran minus my domain in x's)
msiexec.exe /p "c:\Office 2003 SP1\MAINSP1op.msp" /a
"\\xxx\ddmainroot\Deployment\Applications\Microsoft\Microsoft Office
2003\Office 2003\PRO11.MSI" /qb /lv* c:\log.txt

5. Create an MST for the overall installer to tell it where your templates
are and all that...



Right now I am running the patch so I will post back when its through the
GPO and tell you if its installed properly.

Joe
Zack said:
Just to clarify--I'm talking about a *compressed CD image* (ie copy of the
CD), *not* an administrative installation point (created with setup.exe
/a). With your method here I still get an error message relating to the
key... Hmm.

-Z-

A workaround I've found for this is to do the patch this way:

msiexec.exe /p [path\name of MSP file] /a [path\name of MSI file]
PIDKEY=[your-25-digit-CD-KEY] /qb

If you don't know your PIDKEY, use the MST viewer to examine your MST
file
and you will find it there. Of course, you don't include the "[" or "]"
in
the syntax above :)
 
J

Joseph Boswell

Zack, here is how far I have now gotten with it:

First though, I got the info from the latest issue of this mag:

http://www.winnetmag.com/

I highly reccommend a subscription!

1. Create an Admin Install Point copy the Office CD Image local
2. Drop to CMD Prompt and goto the office folder, type: setup /a

This will create an admin image wherever you specify (for me it was on a DFS
Share), you also put in your CD Key there...

3. Hit GO! This took me about 3 hours to get an uncompressed Admin Point
and its over gigE.

The next 2 steps I am in process of doing now, dunno which order though, I
ASSUME it will be:

4. Run the patch on the admin point:

(Here is the EXACT command I ran minus my domain in x's)
msiexec.exe /p "c:\Office 2003 SP1\MAINSP1op.msp" /a
"\\xxx\ddmainroot\Deployment\Applications\Microsoft\Microsoft Office
2003\Office 2003\PRO11.MSI" /qb /lv* c:\log.txt

5. Create an MST for the overall installer to tell it where your templates
are and all that...



Right now I am running the patch so I will post back when its through the
GPO and tell you if its installed properly.

Joe
Zack said:
Just to clarify--I'm talking about a *compressed CD image* (ie copy of the
CD), *not* an administrative installation point (created with setup.exe
/a). With your method here I still get an error message relating to the
key... Hmm.

-Z-

A workaround I've found for this is to do the patch this way:

msiexec.exe /p [path\name of MSP file] /a [path\name of MSI file]
PIDKEY=[your-25-digit-CD-KEY] /qb

If you don't know your PIDKEY, use the MST viewer to examine your MST
file
and you will find it there. Of course, you don't include the "[" or "]"
in
the syntax above :)
 
Z

Zack

Thanks Joseph. That was actually the next thing on my list to try,
believe it or not. I was just trying to avoid a 'normal' admin install
point, as using one disables the local source caching I believe.

Let me know how it goes, and I'll do the same!

-Z-

Zack, here is how far I have now gotten with it:

First though, I got the info from the latest issue of this mag:

http://www.winnetmag.com/

I highly reccommend a subscription!

1. Create an Admin Install Point copy the Office CD Image local
2. Drop to CMD Prompt and goto the office folder, type: setup /a

This will create an admin image wherever you specify (for me it was on a
DFS
Share), you also put in your CD Key there...

3. Hit GO! This took me about 3 hours to get an uncompressed Admin Point
and its over gigE.

The next 2 steps I am in process of doing now, dunno which order though,
I
ASSUME it will be:

4. Run the patch on the admin point:

(Here is the EXACT command I ran minus my domain in x's)
msiexec.exe /p "c:\Office 2003 SP1\MAINSP1op.msp" /a
"\\xxx\ddmainroot\Deployment\Applications\Microsoft\Microsoft Office
2003\Office 2003\PRO11.MSI" /qb /lv* c:\log.txt

5. Create an MST for the overall installer to tell it where your
templates
are and all that...



Right now I am running the patch so I will post back when its through the
GPO and tell you if its installed properly.

Joe
Zack said:
Just to clarify--I'm talking about a *compressed CD image* (ie copy of
the
CD), *not* an administrative installation point (created with setup.exe
/a). With your method here I still get an error message relating to the
key... Hmm.

-Z-

A workaround I've found for this is to do the patch this way:

msiexec.exe /p [path\name of MSP file] /a [path\name of MSI file]
PIDKEY=[your-25-digit-CD-KEY] /qb

If you don't know your PIDKEY, use the MST viewer to examine your MST
file
and you will find it there. Of course, you don't include the "[" or "]"
in
the syntax above :)
 
Z

Zack

Thanks Joseph. That was actually the next thing on my list to try,
believe it or not. I was just trying to avoid a 'normal' admin install
point, as using one disables the local source caching I believe.

Let me know how it goes, and I'll do the same!

-Z-

Zack, here is how far I have now gotten with it:

First though, I got the info from the latest issue of this mag:

http://www.winnetmag.com/

I highly reccommend a subscription!

1. Create an Admin Install Point copy the Office CD Image local
2. Drop to CMD Prompt and goto the office folder, type: setup /a

This will create an admin image wherever you specify (for me it was on a
DFS
Share), you also put in your CD Key there...

3. Hit GO! This took me about 3 hours to get an uncompressed Admin Point
and its over gigE.

The next 2 steps I am in process of doing now, dunno which order though,
I
ASSUME it will be:

4. Run the patch on the admin point:

(Here is the EXACT command I ran minus my domain in x's)
msiexec.exe /p "c:\Office 2003 SP1\MAINSP1op.msp" /a
"\\xxx\ddmainroot\Deployment\Applications\Microsoft\Microsoft Office
2003\Office 2003\PRO11.MSI" /qb /lv* c:\log.txt

5. Create an MST for the overall installer to tell it where your
templates
are and all that...



Right now I am running the patch so I will post back when its through the
GPO and tell you if its installed properly.

Joe
Zack said:
Just to clarify--I'm talking about a *compressed CD image* (ie copy of
the
CD), *not* an administrative installation point (created with setup.exe
/a). With your method here I still get an error message relating to the
key... Hmm.

-Z-

A workaround I've found for this is to do the patch this way:

msiexec.exe /p [path\name of MSP file] /a [path\name of MSI file]
PIDKEY=[your-25-digit-CD-KEY] /qb

If you don't know your PIDKEY, use the MST viewer to examine your MST
file
and you will find it there. Of course, you don't include the "[" or "]"
in
the syntax above :)
 
Z

Zack

Thanks Joseph. That was actually the next thing on my list to try,
believe it or not. I was just trying to avoid a 'normal' admin install
point, as using one disables the local source caching I believe.

Let me know how it goes, and I'll do the same!

-Z-

Zack, here is how far I have now gotten with it:

First though, I got the info from the latest issue of this mag:

http://www.winnetmag.com/

I highly reccommend a subscription!

1. Create an Admin Install Point copy the Office CD Image local
2. Drop to CMD Prompt and goto the office folder, type: setup /a

This will create an admin image wherever you specify (for me it was on a
DFS
Share), you also put in your CD Key there...

3. Hit GO! This took me about 3 hours to get an uncompressed Admin Point
and its over gigE.

The next 2 steps I am in process of doing now, dunno which order though,
I
ASSUME it will be:

4. Run the patch on the admin point:

(Here is the EXACT command I ran minus my domain in x's)
msiexec.exe /p "c:\Office 2003 SP1\MAINSP1op.msp" /a
"\\xxx\ddmainroot\Deployment\Applications\Microsoft\Microsoft Office
2003\Office 2003\PRO11.MSI" /qb /lv* c:\log.txt

5. Create an MST for the overall installer to tell it where your
templates
are and all that...



Right now I am running the patch so I will post back when its through the
GPO and tell you if its installed properly.

Joe
Zack said:
Just to clarify--I'm talking about a *compressed CD image* (ie copy of
the
CD), *not* an administrative installation point (created with setup.exe
/a). With your method here I still get an error message relating to the
key... Hmm.

-Z-

A workaround I've found for this is to do the patch this way:

msiexec.exe /p [path\name of MSP file] /a [path\name of MSI file]
PIDKEY=[your-25-digit-CD-KEY] /qb

If you don't know your PIDKEY, use the MST viewer to examine your MST
file
and you will find it there. Of course, you don't include the "[" or "]"
in
the syntax above :)
 
Z

Zack

Thanks Joseph. That was actually the next thing on my list to try,
believe it or not. I was just trying to avoid a 'normal' admin install
point, as using one disables the local source caching I believe.

Let me know how it goes, and I'll do the same!

-Z-

Zack, here is how far I have now gotten with it:

First though, I got the info from the latest issue of this mag:

http://www.winnetmag.com/

I highly reccommend a subscription!

1. Create an Admin Install Point copy the Office CD Image local
2. Drop to CMD Prompt and goto the office folder, type: setup /a

This will create an admin image wherever you specify (for me it was on a
DFS
Share), you also put in your CD Key there...

3. Hit GO! This took me about 3 hours to get an uncompressed Admin Point
and its over gigE.

The next 2 steps I am in process of doing now, dunno which order though,
I
ASSUME it will be:

4. Run the patch on the admin point:

(Here is the EXACT command I ran minus my domain in x's)
msiexec.exe /p "c:\Office 2003 SP1\MAINSP1op.msp" /a
"\\xxx\ddmainroot\Deployment\Applications\Microsoft\Microsoft Office
2003\Office 2003\PRO11.MSI" /qb /lv* c:\log.txt

5. Create an MST for the overall installer to tell it where your
templates
are and all that...



Right now I am running the patch so I will post back when its through the
GPO and tell you if its installed properly.

Joe
Zack said:
Just to clarify--I'm talking about a *compressed CD image* (ie copy of
the
CD), *not* an administrative installation point (created with setup.exe
/a). With your method here I still get an error message relating to the
key... Hmm.

-Z-

A workaround I've found for this is to do the patch this way:

msiexec.exe /p [path\name of MSP file] /a [path\name of MSI file]
PIDKEY=[your-25-digit-CD-KEY] /qb

If you don't know your PIDKEY, use the MST viewer to examine your MST
file
and you will find it there. Of course, you don't include the "[" or "]"
in
the syntax above :)
 
Z

Zack

Thanks Joseph. That was actually the next thing on my list to try,
believe it or not. I was just trying to avoid a 'normal' admin install
point, as using one disables the local source caching I believe.

Let me know how it goes, and I'll do the same!

-Z-

Zack, here is how far I have now gotten with it:

First though, I got the info from the latest issue of this mag:

http://www.winnetmag.com/

I highly reccommend a subscription!

1. Create an Admin Install Point copy the Office CD Image local
2. Drop to CMD Prompt and goto the office folder, type: setup /a

This will create an admin image wherever you specify (for me it was on a
DFS
Share), you also put in your CD Key there...

3. Hit GO! This took me about 3 hours to get an uncompressed Admin Point
and its over gigE.

The next 2 steps I am in process of doing now, dunno which order though,
I
ASSUME it will be:

4. Run the patch on the admin point:

(Here is the EXACT command I ran minus my domain in x's)
msiexec.exe /p "c:\Office 2003 SP1\MAINSP1op.msp" /a
"\\xxx\ddmainroot\Deployment\Applications\Microsoft\Microsoft Office
2003\Office 2003\PRO11.MSI" /qb /lv* c:\log.txt

5. Create an MST for the overall installer to tell it where your
templates
are and all that...



Right now I am running the patch so I will post back when its through the
GPO and tell you if its installed properly.

Joe
Zack said:
Just to clarify--I'm talking about a *compressed CD image* (ie copy of
the
CD), *not* an administrative installation point (created with setup.exe
/a). With your method here I still get an error message relating to the
key... Hmm.

-Z-

A workaround I've found for this is to do the patch this way:

msiexec.exe /p [path\name of MSP file] /a [path\name of MSI file]
PIDKEY=[your-25-digit-CD-KEY] /qb

If you don't know your PIDKEY, use the MST viewer to examine your MST
file
and you will find it there. Of course, you don't include the "[" or "]"
in
the syntax above :)
 
Z

Zack

Thanks Joseph. That was actually the next thing on my list to try,
believe it or not. I was just trying to avoid a 'normal' admin install
point, as using one disables the local source caching I believe.

Let me know how it goes, and I'll do the same!

-Z-

Zack, here is how far I have now gotten with it:

First though, I got the info from the latest issue of this mag:

http://www.winnetmag.com/

I highly reccommend a subscription!

1. Create an Admin Install Point copy the Office CD Image local
2. Drop to CMD Prompt and goto the office folder, type: setup /a

This will create an admin image wherever you specify (for me it was on a
DFS
Share), you also put in your CD Key there...

3. Hit GO! This took me about 3 hours to get an uncompressed Admin Point
and its over gigE.

The next 2 steps I am in process of doing now, dunno which order though,
I
ASSUME it will be:

4. Run the patch on the admin point:

(Here is the EXACT command I ran minus my domain in x's)
msiexec.exe /p "c:\Office 2003 SP1\MAINSP1op.msp" /a
"\\xxx\ddmainroot\Deployment\Applications\Microsoft\Microsoft Office
2003\Office 2003\PRO11.MSI" /qb /lv* c:\log.txt

5. Create an MST for the overall installer to tell it where your
templates
are and all that...



Right now I am running the patch so I will post back when its through the
GPO and tell you if its installed properly.

Joe
Zack said:
Just to clarify--I'm talking about a *compressed CD image* (ie copy of
the
CD), *not* an administrative installation point (created with setup.exe
/a). With your method here I still get an error message relating to the
key... Hmm.

-Z-

A workaround I've found for this is to do the patch this way:

msiexec.exe /p [path\name of MSP file] /a [path\name of MSI file]
PIDKEY=[your-25-digit-CD-KEY] /qb

If you don't know your PIDKEY, use the MST viewer to examine your MST
file
and you will find it there. Of course, you don't include the "[" or "]"
in
the syntax above :)
 
Z

Zack

Thanks Joseph. That was actually the next thing on my list to try,
believe it or not. I was just trying to avoid a 'normal' admin install
point, as using one disables the local source caching I believe.

Let me know how it goes, and I'll do the same!

-Z-

Zack, here is how far I have now gotten with it:

First though, I got the info from the latest issue of this mag:

http://www.winnetmag.com/

I highly reccommend a subscription!

1. Create an Admin Install Point copy the Office CD Image local
2. Drop to CMD Prompt and goto the office folder, type: setup /a

This will create an admin image wherever you specify (for me it was on a
DFS
Share), you also put in your CD Key there...

3. Hit GO! This took me about 3 hours to get an uncompressed Admin Point
and its over gigE.

The next 2 steps I am in process of doing now, dunno which order though,
I
ASSUME it will be:

4. Run the patch on the admin point:

(Here is the EXACT command I ran minus my domain in x's)
msiexec.exe /p "c:\Office 2003 SP1\MAINSP1op.msp" /a
"\\xxx\ddmainroot\Deployment\Applications\Microsoft\Microsoft Office
2003\Office 2003\PRO11.MSI" /qb /lv* c:\log.txt

5. Create an MST for the overall installer to tell it where your
templates
are and all that...



Right now I am running the patch so I will post back when its through the
GPO and tell you if its installed properly.

Joe
Zack said:
Just to clarify--I'm talking about a *compressed CD image* (ie copy of
the
CD), *not* an administrative installation point (created with setup.exe
/a). With your method here I still get an error message relating to the
key... Hmm.

-Z-

A workaround I've found for this is to do the patch this way:

msiexec.exe /p [path\name of MSP file] /a [path\name of MSI file]
PIDKEY=[your-25-digit-CD-KEY] /qb

If you don't know your PIDKEY, use the MST viewer to examine your MST
file
and you will find it there. Of course, you don't include the "[" or "]"
in
the syntax above :)
 

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