Note that there are some explanatory texts on larger screens.

plurals
  1. PODefault components in install4j
    primarykey
    data
    text
    <p>When my "installation components" screen runs (I'm in console mode, if it matters), I get the list of components to install, as expected. However, the "default" response is to accept 2 of the components, even though their "Initially Selected for installation" option is false.</p> <p>I want the user to be able to NOT select any of the optional components, and this isn't possible when it's defaulting to have some of them "Selected".</p> <p>As far as I can tell, there are no varfiles being loaded.</p> <p>Snippet from my install4j file:</p> <hr> <pre><code>&lt;component name="A" id="527" customizedId="a" displayDescription="false" hideHelpButton="false" selected="false" changeable="true" downloadable="false" hidden="false"&gt; &lt;description /&gt; &lt;include all="false"&gt; &lt;entry location=".i4j_external_314/a" fileType="regular" /&gt; &lt;entry location=".i4j_external_2366/a" fileType="regular" /&gt; &lt;entry location=".i4j_external_316/a" fileType="regular" /&gt; &lt;entry location=".i4j_external_8155/a" fileType="regular" /&gt; &lt;entry location=".i4j_external_318/a" fileType="regular" /&gt; &lt;/include&gt; &lt;dependencies /&gt; &lt;/component&gt; &lt;component name="B" id="528" customizedId="b" displayDescription="false" hideHelpButton="false" selected="false" changeable="true" downloadable="false" hidden="false"&gt; &lt;description /&gt; &lt;include all="false"&gt; &lt;entry location=".i4j_external_316/b" fileType="regular" /&gt; &lt;entry location=".i4j_external_8155/b" fileType="regular" /&gt; &lt;entry location=".i4j_external_318/b" fileType="regular" /&gt; &lt;/include&gt; &lt;dependencies /&gt; &lt;/component&gt; &lt;component name="C" id="69" customizedId="c" displayDescription="false" hideHelpButton="false" selected="false" changeable="true" downloadable="false" hidden="false"&gt; &lt;description /&gt; &lt;include all="false"&gt; &lt;entry location=".i4j_external_316/c" fileType="regular" /&gt; &lt;entry location=".i4j_external_8155/c" fileType="regular" /&gt; &lt;entry location=".i4j_external_318/c" fileType="regular" /&gt; &lt;/include&gt; &lt;dependencies /&gt; </code></pre> <h2> </h2> <p>Notice that in all 3 components, "selected" is false, and "changeable" is true.</p> <p>When the installer runs, though, here is how it is presented:</p> <pre><code> Which components should be installed? *: D *: E 1: A 2: B 3: C Please enter a comma-separated list of the selected values or [Enter] for the default selection: [1,2] </code></pre> <p>(D and E are fine - they're set to "selected" and "not user changeable")</p> <p>So, even though A and B are not "selected", they show up as a default. Also notice that "C" is configured the same way as "A" and "B", yet doesn't show up in the default.</p> <p>This is problematic, because I have no way to select "none" of the optional components. I have to select at least 1 in order to not accept the default.</p> <p>Thanks for any info - if you need more detail, I'd be happy to provide it.</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    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