[wix-users] WixSetup - Check pre-requisites & Adding redistributable?

Kaveesh Dashora kaveeshd at googlemail.com
Mon Aug 14 04:29:14 PDT 2017


B is for Bundle, and that's good enough for me...

http://robmensching.com/blog/posts/2012/6/25/b-is-for-
bundle-and-thats-good-enough-for-me/

On 14-Aug-2017 12:08 PM, "Sanket Kubal" <sanket at hoc.com> wrote:

> Hi
>
>
>
> I am using WixSetup project for my application, which generates msi as
> output successfully. Now, I have to add few more details-
>
>
>
> 1.      Check pre-requisites before installation:
>
> As a part of pre-requisites, I have to check few conditions in product.wxs
> file (Similar to .NET Framework 4.0)
>
>
>
>     <PropertyRef Id="NETFRAMEWORK40FULL"/>
>
>     <Condition Message="[ProductName] requires .NET Framework
> 4.0.">Installed OR NETFRAMEWORK40FULL</Condition>
>
>
>
> How to add pre-requisite condition in product.wxs file with registry entry
> check?
>
>
>
>
>
> 2.      Adding redistributable packages in msi
>
> Also, I need to add couple of redistributable items in msi, which will be
> shipped with msi.
>
> How I can add these packages in msi?
>
>
>
> Can someone please help me with these points?
>
>
>
>
>
> Regards
>
> Sanket
>
>
> ____________________________________________________________________
> WiX Toolset Users Mailing List provided by FireGiant
> http://www.firegiant.com/
>


More information about the wix-users mailing list