Note that there are some explanatory texts on larger screens.

plurals
  1. POAfter minimize/restore the EULA window the information disappeared
    primarykey
    data
    text
    <p>I'm using ScrollableText control to display EULA and everything works fine except the following scenario: When EULA dialog is displayed select some word(s) then minimize the EULA window. After restoring the window whole license information disappeared. But after selecting some area in the control the EULA text is appears. </p> <p>Could somebody help me to understand the root cause of the problem. </p> <p>I have tried it with 3.0.5419.0 build on WindowsXP SP3 and Windows Installer 4.5 and have the same problem.</p> <p>The WIX source is following:</p> <pre><code>&lt;?xml version="1.0" encoding="UTF-8"?&gt; &lt;Wix xmlns="http://schemas.microsoft.com/wix/2006/wi"&gt; &lt;?define ProductName="WixProject"?&gt; &lt;?define ProductVersion="1.0.1"?&gt; &lt;?define Manufacturer="WixProject"?&gt; &lt;?define Language="1033"?&gt; &lt;?define ProductCode="{830E8896-AD07-4fbb-8828-4165D2C84887}"?&gt; &lt;?define UpcradeCode="{BA074C59-1F12-4a95-8BD8-177E18234AB3}"?&gt; &lt;Product Id='$(var.ProductCode)' Version='$(var.ProductVersion)' Name='$(var.ProductName)' Language='$(var.Language)' Manufacturer='$(var.Manufacturer)' UpgradeCode='$(var.UpcradeCode)'&gt; &lt;Package InstallerVersion="200" Compressed="yes" /&gt; &lt;Upgrade Id='$(var.UpcradeCode)'&gt; &lt;UpgradeVersion OnlyDetect="no" IncludeMaximum="no" Property="OLD_VERSION_FOUND" Maximum='$(var.ProductVersion)' /&gt; &lt;/Upgrade&gt; &lt;Media Id="1" Cabinet="media1.cab" EmbedCab="yes" /&gt; &lt;Directory Id="TARGETDIR" Name="SourceDir"&gt; &lt;Directory Id="ProgramFilesFolder"&gt; &lt;Directory Id="INSTALLLOCATION" Name="WixProject1"&gt; &lt;Component Id="ReadMeC" Guid="{3DC5A180-EC42-4466-8E4B-1BA37BFF189C}" SharedDllRefCount="yes" Win64="no"&gt; &lt;File Id="ReadMeF" Name="ReadMe.txt" Source="ReadMe.txt" Vital="yes" /&gt; &lt;/Component&gt; &lt;/Directory&gt; &lt;/Directory&gt; &lt;/Directory&gt; &lt;InstallExecuteSequence&gt; &lt;FindRelatedProducts Sequence="200" /&gt; &lt;RemoveExistingProducts After='InstallFinalize' /&gt; &lt;/InstallExecuteSequence&gt; &lt;Feature Id="ProductFeature" Title="WixProject1" Level="1"&gt; &lt;ComponentRef Id="ReadMeC" /&gt; &lt;/Feature&gt; &lt;UIRef Id="WixUI_Minimal" /&gt; &lt;/Product&gt; &lt;/Wix&gt; </code></pre> <p>This is the very simple WIX file which installs only one file and uses WixUI_Minimal UI. Even for this installer I can see the same problem. Thanks.</p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload