0

What would be a WiX bootstrapper sample?

I am using Visual Studio 2010 and WiX 3.6 Beta.

I want to make the setup to check prerequisites .NET Framework 4 and SQL Server (any version).

Peter Mortensen
  • 30,738
  • 21
  • 105
  • 131
Rikin Patel
  • 8,848
  • 7
  • 70
  • 78
  • Have you read [this section](http://wix.sourceforge.net/manual-wix3/authoring_bundle_intro.htm) of the WiX manual? Also, I suppose it can be more up-to-date in WiX.chm file you get when the WiX toolset is installed – Yan Sklyarenko Jun 26 '12 at 10:39
  • 1
    yes i read it. but i am not got it. – Rikin Patel Jun 26 '12 at 10:49
  • Same question that was answered here perhaps? [Can someone provide a complete Wix 3.6 Bundle example bootstrapping .Net 4 Client Profile][1] [1]: http://stackoverflow.com/questions/9021189/can-someone-provide-a-complete-wix-3-6-bundle-example-bootstrapping-net-4-clien – Andez Sep 18 '12 at 10:50

1 Answers1

0

There's a VERY simple example here http://wix.sourceforge.net/manual-wix3/install_dotnet.htm

penderi
  • 8,673
  • 5
  • 45
  • 62