Re: [WiX-users] Another UI question

2007-01-22 Thread Levi Wilson
If none of the default WiX UI sequences work for you, you'll probably have to roll your own custom sequence. With WiX version 3.0 its very easy to do something like this. There is a helpful article on the wixwiki website found here: http://www.wixwiki.com/index.php?title=WixUI_Custom That shou

[WiX-users] Another UI question

2007-01-22 Thread Goetz, Russ
Thanks to help from this group I am now able to specify which UI I wish to use by passing the following to light.exe: -ext WixUIExtension.dll -cultures:en-us and specifying say In my .wxs file. The minimal UI shows a license agreement screen first then installs the product. Is there any w