Hi,

I've created an installer using WIX and it works fine. Now I want to add a
prerequisite installer that installs .NET before the actual installer jumps
in.
The thing is that I don't want UI for this bootstrapper... I want something
like the following flow:
- Check if .NET is installed
- if not, run .NET installer.
- Run my MSI (with its UI and everything)

How can I (if it's even possible) achieve that using the WIX toolset?

Many thanks,
Shay.
------------------------------------------------------------------------------
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to