I create a dummy installation project with Visual Studio 2005, and I make it
install .NET runtime and VC++2005 as pre-requisites.  Then I delete the .msi
file that VS generates, and I put in the one WiX generates.  Congratulations,
you have a setup.exe that installs all the pre-requisites.



On 5/10/07, Lewis Henderson <[EMAIL PROTECTED]> wrote:
>
>
>
> Hi,
>
>
>
> This is my last question for the day.  I’m working on an install that uses a
> custom action to validate a product key early in the UI sequence.  However,
> the custom action code requires the C++ RTL for VC 8.0 (2005 .NET).  How do
> I check for and install this RTL if needed before the UI sequence kicks in?
>
>
>
> Thanks for the help.
>
>                                                 Lewis
> -------------------------------------------------------------------------
> This SF.net email is sponsored by DB2 Express
> Download DB2 Express C - the FREE version of DB2 express and take
> control of your XML. No limits. Just data. Click to get it now.
> http://sourceforge.net/powerbar/db2/
> _______________________________________________
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
>
>


-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to