Re: Install MSI with TRANSFORMS
From: Joe (Joe_at_discussions.microsoft.com)
Date: 03/24/05
- Next message: step: "Re: validate text input"
- Previous message: Bo Gusman: "Re: installing scrrun.dll and vbscript.dll"
- In reply to: Björn Holmgren: "Re: Install MSI with TRANSFORMS"
- Messages sorted by: [ date ] [ thread ]
Date: Thu, 24 Mar 2005 09:07:08 -0800
Actually it was a corrupt answer file. The .mst file worked on a test box,
but become corrupted when copied into a production environment. Since I made
the script in production I naturally assummed it was my script since this was
the first time I have tried using the Win32_Product class.
Thanks for looking into this, there aren’t a lot of example scripts using
the Win32_Product class to install applications.
"Björn Holmgren" wrote:
> "Joe" <Joe@discussions.microsoft.com> wrote in message
> news:FEC049C9-DBF2-4914-8AFC-089B3F9B5D6C@microsoft.com...
> > Before I throw in the towel and just re-write the line to
> > objShell.Run("%comspec% /c msiexec /I .. I wanted to see if anyone has
> had
> > success in using a transforms file when installing an application using
> the
> > objSoftware.Install in VBScript?
> >
> > Here is the line I am using - it works if I remove the transform section.
> >
> > errReturn = objSoftware.Install("X:\d630.msi", "TRANSFORMS=X:\d630.mst" ,
> > ALL_USERS)
> >
>
> Works fine here. What is the value of the "errReturn" variable after the
> call?
> --
> Björn Holmgren
- Next message: step: "Re: validate text input"
- Previous message: Bo Gusman: "Re: installing scrrun.dll and vbscript.dll"
- In reply to: Björn Holmgren: "Re: Install MSI with TRANSFORMS"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|