Re: [WiX-users] How to use CustomAction with a VBScript

2007-04-25 Thread Tony Hoyle
Robert Randall wrote: > 2) I’ve never tried to execute msiexec from a script inside of an > MSI package. There may be some other caveats with this. Perhaps others > on the list know more. As far as I know it's impossible, as nested installs don't work. Tony -

Re: [WiX-users] How to use CustomAction with a VBScript

2007-04-25 Thread Richard.Foster
Nathan Lee wrote: Running the VBScript outside of the MSI works, and I'd expect it to work inside the MSI. Nope. As others have already observed the sequencing is probably just plain wrong (the MSI's may not exist on the disk at the time you try to install them). Even if that were not the case

Re: [WiX-users] How to use CustomAction with a VBScript

2007-04-25 Thread Nathan Lane
than Lane [mailto:[EMAIL PROTECTED] *Sent:* Tuesday, April 24, 2007 4:58 PM *To:* Robert Randall *Cc:* wix-users@lists.sourceforge.net *Subject:* Re: [WiX-users] How to use CustomAction with a VBScript So here's what I have, and my installer errors out when I try to run

Re: [WiX-users] How to use CustomAction with a VBScript

2007-04-25 Thread Robert Randall
. -Robert. From: Nathan Lane [mailto:[EMAIL PROTECTED] Sent: Tuesday, April 24, 2007 4:58 PM To: Robert Randall Cc: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] How to use CustomAction with a VBScript So here's what I have, and my installer errors out when I try to r

Re: [WiX-users] How to use CustomAction with a VBScript

2007-04-24 Thread Simon Dahlbacka
soft support for the HBA API is not installed. > This package requires Microsoft support for the HBA API. Support is > included in the Fibre Channel Information Tool (fcinfo). See Microsoft's > web site for more information and to download the tool. After installing > the F

Re: [WiX-users] How to use CustomAction with a VBScript

2007-04-24 Thread Nathan Lane
ft's web site for more information and to download the tool. After installing the Fibre Channel Information Tool try installing Seagate ISE MPIO." & vbCrLf & vbCrLf & "The installation process cannot continue.", vbOKOnly, "Seagate ISE Multi-path I/O"

Re: [WiX-users] How to use CustomAction with a VBScript

2007-04-24 Thread Nathan Lane
Regards, Robert. *From:* [EMAIL PROTECTED] [mailto: [EMAIL PROTECTED] *On Behalf Of *Nathan Lane *Sent:* Tuesday, April 24, 2007 1:40 PM *To:* wix-users@lists.sourceforge.net *Subject:* [WiX-users] How to use CustomAction with a VBScript Hello all, I am in need of using some VBScripts in my

Re: [WiX-users] How to use CustomAction with a VBScript

2007-04-24 Thread Robert Randall
end if exit function end function Regards, Robert. From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Nathan Lane Sent: Tuesday, April 24, 2007 1:40 PM To: wix-users@lists.sourceforge.net Subject: [WiX-users] How to use CustomAction with a VBSc

[WiX-users] How to use CustomAction with a VBScript

2007-04-24 Thread Nathan Lane
Hello all, I am in need of using some VBScripts in my installation and have learned that one can use a CustomAction to reference and eventually execute the VBScript. But I'm not understanding how that actually works. Looking at the Manual > Schema reference, I am very confused about what attrib