Rhett Baldwin wrote:
> I'm looking to install the postgress database as part of my application 
> install. I have seen some posts that suggest using a bootstrapper instead?, 
> but not sure if this is the best or only option?
>  
> I did try using a custom action that calls msiexec and passes the appropriate 
> silent install parameters via execommand. Everything builds fine (using VS), 
> and the installer runs but the msiexec call is just throwing up the visual 
> help screen and evidently not installing postgres.
>   

MSI doesn't support running two installs simultaneously; that's why a 
bootstrapper is required.

-- 
sig://boB
http://joyofsetup.com/



-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to