Re: Install MSI with TRANSFORMS

From: Joe (Joe_at_discussions.microsoft.com)
Date: 03/24/05


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



Relevant Pages

  • Re: [opensuse] downloading 10.3
    ... 32 bit x86 DVD but the iso file seems to be corrupt. ... Here is that script, note that this is all one line and the secondary ... script in the same directory as the download destination. ...
    (SuSE)
  • Re: [opensuse] downloading 10.3
    ... 32 bit x86 DVD but the iso file seems to be corrupt. ... and the second had the proper md5sums. ... KDE on 10.2 snarfing the wget process while "killing" my login when my ... Here is that script, note that this is all one line and the secondary ...
    (SuSE)
  • Re: Corrupted IE
    ... > Program Files on my hard drive, it says it is 'Internet ... Check the box to Disable script debugging. ... Uncheck the box to Display a notification about every script error. ... Sometimes there's a corrupt file in the cache and one must go to Tools | ...
    (microsoft.public.windows.inetexplorer.ie6.browser)
  • Re: Tripwire does not read its own record
    ... this script requires a symlink be created with commands like ... On the rare occasion when the twr gets corrupt I just run a check again. ...
    (comp.os.linux.security)
  • Setting Environment Variables
    ... I am running python 2.3. ... script that sets up my production environment. ...
    (comp.lang.python)

Loading