Yes, DirectX9 is a prerequisite to my app.

I suppose I'm down to 1 option other than having end users installing
DirectX9 themselves.

How do I go about changing my code to include your "burn" option?

Regards,
Paul
*** Email Confidentiality Notice ***


-----Original Message-----
From: Hoover, Jacob [mailto:jacob.hoo...@greenheck.com] 
Sent: Wednesday, November 05, 2014 1:19 PM
To: General discussion about the WiX toolset.
Subject: Re: [WiX-users] Installing DirectX9 Components within a perUser MSI

You won't be able to force a 3rd party installer to change scope very
easily, especially in the case of an EXE based installation (nor would I
recommend doing so).   What exactly are you trying to do?  If DirectX is a
prerequisite to your software, use burn to install it in the chain before
your MSI.  If your simply trying to wrap the DX setup in a MSI (maybe for
legacy AD deployment??) then you're "on your own" as far as MS supporting
it.  Concurrent installs are bad.

Ref: http://msdn.microsoft.com/en-us/library/aa368010(v=vs.85).aspx



------------------------------------------------------------------------------
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to