2

We have a WIX Eula box , We need to make sure that user read all the EULA contents before he says accept ?

Is there any way to keep accept check box or button disabled until user scrolls it down completely?

Any help will be really appreciable.

Yan Sklyarenko
  • 31,557
  • 24
  • 104
  • 139
Rashmi
  • 239
  • 3
  • 9
  • 5
    Scrolling =/= reading. All you achieve is making your product marginally more annoying to install than your competitors product that does not do this. – Damien_The_Unbeliever Dec 13 '11 at 12:16

1 Answers1

2

This is not supported by Windows Installer, so it cannot be done in WiX.

It's supported only by some setup authoring tools which use an external installation UI. Their external UI can detect the scroll position and update buttons accordingly.

So for now it would be best to simply use the standard behavior.

Cosmin
  • 21,216
  • 5
  • 45
  • 60