checkbox - "The Control element must have a value for exactly one of the Property or CheckBoxPropertyRef attributes" error occured on wix installer creator -


i'm new wix installer..i dont know error happened.please suggest me

<control id="compilepyc" type="checkbox" x="135" y="60" width="230" height="50" text="compile .py files byte code after installation" tabskip="no" />

basically, error message suggests following: if add checkbox control on dialog, have specify windows installer property, "tied" checkbox.

you can specify property in 2 ways:

  • the property attribute (the name of defined property linked control. column required active controls.)
  • the checkboxpropertyref attribute

the latter 1 new recent versions of wix, , the docs tell us:

this attribute valid checkbox controls. value name of property used property checkbox control. property attribute cannot specified. attribute exists support multiple checkboxes on different dialogs being tied same property.

so, decide way suits needs, , add either attribute proper value <control> element.


Comments

Popular posts from this blog

java - Plugin org.apache.maven.plugins:maven-install-plugin:2.4 or one of its dependencies could not be resolved -

Round ImageView Android -

How can I utilize Yahoo Weather API in android -