Re: [WiX-users] Bootstrapper and MsiInstallProduct [Solved]

2008-01-25 Thread Krause, Henning
mailto:wix-users- > [EMAIL PROTECTED] On Behalf Of Richard > Sent: Friday, January 25, 2008 1:06 AM > To: WiX Users > Subject: Re: [WiX-users] Bootstrapper and MsiInstallProduct [Solved] > > > In article > <[EMAIL PROTECTED]>, > "Wilson, Phil" <[EMAIL

Re: [WiX-users] Bootstrapper and MsiInstallProduct [Solved]

2008-01-24 Thread Richard
In article <[EMAIL PROTECTED]>, "Wilson, Phil" <[EMAIL PROTECTED]> writes: > MsiInstallProduct *DOESN'T* return 0x80004005 for a missing MSI file. It retu rns ERROR_FILE_NOT_FOUND (2) if the file isn't found and ERROR_PATH_NOT_FOUND ( 3) if the path does not exist. This goes back to Richard'

Re: [WiX-users] Bootstrapper and MsiInstallProduct [Solved]

2008-01-24 Thread Wilson, Phil
. Phil Wilson -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Krause, Henning Sent: Thursday, January 24, 2008 2:30 AM To: Richard; WiX Users Subject: Re: [WiX-users] Bootstrapper and MsiInstallProduct [Solved] Hello, I've resolved the issue. Th

Re: [WiX-users] Bootstrapper and MsiInstallProduct [Solved]

2008-01-24 Thread Krause, Henning
Anyway, thanks for your help! Kind regards, Henning Krause > -Original Message- > From: [EMAIL PROTECTED] [mailto:wix-users- > [EMAIL PROTECTED] On Behalf Of Richard > Sent: Thursday, January 24, 2008 4:31 AM > To: WiX Users > Subject: Re: [WiX-users] Bootstrapper

Re: [WiX-users] Bootstrapper and MsiInstallProduct

2008-01-23 Thread Richard
In article <[EMAIL PROTECTED]>, "Krause, Henning" <[EMAIL PROTECTED]> writes: > the order is this: > > 1. Call calc.exe > 2. Call MsiEnableLog > 3. Call MsiInstallProduct. > > MsiInstallProduct then returns E_FAIL. MSI functions don't return HRESULTs, so it doesn't return E_FAIL. How are

Re: [WiX-users] Bootstrapper and MsiInstallProduct

2008-01-23 Thread Krause, Henning
t: Wednesday, January 23, 2008 9:01 PM > To: wix-users@lists.sourceforge.net > Subject: Re: [WiX-users] Bootstrapper and MsiInstallProduct > > Ah, ok, you said that MsiEnableLog didn't work - I thought that was > still an issue. So your current problem is that calling MsiE

Re: [WiX-users] Bootstrapper and MsiInstallProduct

2008-01-23 Thread Wilson, Phil
t? Phil Wilson -Original Message- From: Krause, Henning [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 23, 2008 11:41 AM To: Wilson, Phil; wix-users@lists.sourceforge.net Subject: RE: [WiX-users] Bootstrapper and MsiInstallProduct Hi, actually it's a .NET Bootstrapper. I'm

Re: [WiX-users] Bootstrapper and MsiInstallProduct

2008-01-23 Thread Krause, Henning
s- > [EMAIL PROTECTED] On Behalf Of Wilson, Phil > Sent: Wednesday, January 23, 2008 8:03 PM > To: wix-users@lists.sourceforge.net > Subject: Re: [WiX-users] Bootstrapper and MsiInstallProduct > > MsiEnableLog (~0, . ) doesn't work. Something like MsiEnableLog > (INS

Re: [WiX-users] Bootstrapper and MsiInstallProduct

2008-01-23 Thread Wilson, Phil
Sent: Tuesday, January 22, 2008 11:36 PM To: Paul McCloskey Cc: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] Bootstrapper and MsiInstallProduct Hello, I'm currently testing this by calling c:\winodows\system32\calc.exe... to minimize side-effects. And I wait for the other process

Re: [WiX-users] Bootstrapper and MsiInstallProduct

2008-01-22 Thread Krause, Henning
2008 10:41 PM > To: Krause, Henning; Ben Greenberg > Cc: wix-users@lists.sourceforge.net > Subject: RE: [WiX-users] Bootstrapper and MsiInstallProduct > > Are you waiting for the perquisite executables to completely finish > installing before trying to call MsiInstallProduct? There

Re: [WiX-users] Bootstrapper and MsiInstallProduct

2008-01-22 Thread Paul McCloskey
22, 2008 4:36 PM To: Ben Greenberg Cc: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] Bootstrapper and MsiInstallProduct Hello, I already call MsiEnableLog(~0, logfile, 3); But no log is created. The method fails instantly. Kind regards, Henning > -Original Message- > Fro

Re: [WiX-users] Bootstrapper and MsiInstallProduct

2008-01-22 Thread Krause, Henning
; Cc: wix-users@lists.sourceforge.net > Subject: Re: [WiX-users] Bootstrapper and MsiInstallProduct > > Perhaps you can try shelling out and running msiexec.exe with logging > enabled. Even if it still doesn't work, you may have a more > descriptive > error message. > >

Re: [WiX-users] Bootstrapper and MsiInstallProduct

2008-01-22 Thread Ben Greenberg
Perhaps you can try shelling out and running msiexec.exe with logging enabled. Even if it still doesn't work, you may have a more descriptive error message. bg Krause, Henning wrote: > Hello, > > I'm writing a setup-bootstrapper which installs some required software > before the actual MSI is