I am a newbie and am strugglilng with the following problem.

I need to install a 3rd party DB (postgresql) as part of my installation 
proceedure. I have figured out how to do this silently using a .bat file 
to launch the DB msi from my msi using

    <Property Id='MSINSTALLER'>C:\temp\WixUI\InstallPG.bat</Property>
    <CustomAction Id="ManagedInstall" Property="MSINSTALLER" 
ExeCommand='"[SourceDir]"' Return="ignore"></CustomAction>

. However once the DB starts to install it comes up with the error message.

"Another installation is in progress. You must complete that..."

Is there any way around this, can someone suggest another way of doing 
it that avoids this problem.

Many thanks in advance.

Graham



-------------------------------------------------------------------------
SF.Net email is sponsored by:
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services
for just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to