Re: Office 2003 installion Transform not work
- From: "Faylo" <Faylo@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Thu, 8 Sep 2005 18:45:02 -0700
Hi Greg,
I followed your suggestion and it works. Thanks.
Regards,
Ivan
"Greg Ramsey" wrote:
> Couple suggestions:
>
> Definitely remove the semicolon after .mst in your command line
>
> $CATPC\ -- is that a subdirectory in your package source? if so, that may
> work as you have it (I haven't tried it though). . . I always put my .mst
> in the same directory as the .msi, and then I don't have to specify a path
> to it at all.
>
> /t . . . does that work? Maybe that's something I don't know about. . . I
> use TRANSFORMS=OF0000116-0001-T0008.mst
>
> also, add some logging - it will help you debug.
>
> If the transform and the .msi are in the same folder (in the package
> source), I would write my command line something like this:
>
> msiexec /i OF0000116.MSI TRANSFORMS=OF0000116-0001-T0008.mst ALLUSERS=1
> REBOOT=ReallySuppress /l %temp%\Off2003.log
>
> hope that helps a little
>
>
>
>
>
> "Faylo" <Faylo@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
> news:9380E808-CD42-402F-BCBD-493FE7B78433@xxxxxxxxxxxxxxxx
> > Dears,
> >
> > I was trying to deploy Office 2003 by SMS with the following
> > msiexec /q ALLUSERS=1 /i OF0000116.MSI
> > TRANSFORMS="$CATPC\OF0000116-0001-T0008.mst;"
> > However, the transform part was not working. The office was installed by
> > with default option only. I tried using /t instead of TRANSFORMS:
> > msiexec /q ALLUSERS=1 /i OF0000116.MSI /t
> > "$CATPC\OF0000116-0001-T0008.mst;"
> > but still not work.
> >
> > Can anyone help me out please?
> >
> > Thanks.
> > Ivan
> >
>
>
>
.
- Follow-Ups:
- Re: Office 2003 installion Transform not work
- From: Greg Ramsey
- Re: Office 2003 installion Transform not work
- References:
- Office 2003 installion Transform not work
- From: Faylo
- Re: Office 2003 installion Transform not work
- From: Greg Ramsey
- Office 2003 installion Transform not work
- Prev by Date: Re: MS Project 2003 push
- Next by Date: Advertising specific apps to specific user
- Previous by thread: Re: Office 2003 installion Transform not work
- Next by thread: Re: Office 2003 installion Transform not work
- Index(es):
Relevant Pages
|