Bob Arnson schrieb:
> Anteru wrote:
>> Still no luck. I added the Execute="deferred" to the CustomAction and 
>> changed the schedule to Before='InstallFinalize' -- now it still 
>> fails, but it roll backs properly at least.
> 
> Check a verbose log. However, in my experience installing DirectX, it 
> sometimes returns a failure code even when it apparently installs the 
> DLLs correctly. Try running it by hand before installation to see if 
> that lets it succeed. Worst case, you might add Return="ignore" to let 
> the bogus failure code be ignored and not roll back the install.
> 

Seems to work correctly now, with

<CustomAction Id='InstallDX9Redist'
        Directory='DXRedistDir'
        Execute='deferred'
        Impersonate='no'
        ExeCommand='[INSTALLDIR]DX9\dxsetup.exe' />

Thanks for you help,
   Anteru

-------------------------------------------------------------------------
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