11-28-2011 05:11 PM
The Application Builder in LabVIEW produces an EXE along with a config (*.ini) and alias file. Is there a programmer's reference which describes the different sections and keys that are contained in the config file? This is the best I've found and its lacking.
Thank You,
Craig
11-28-2011 05:20 PM - edited 11-28-2011 05:20 PM
That KB article is not meant to list all of the possible INI file keys - it's mean to explain why an INI file is created. A more comprehensive listing of INI file settings is here: http://labviewwiki.org/LabVIEW_configuration_file
Note that most of those keys only make sense in the development environment.
12-01-2011 01:19 PM
The ini file referenced in this article refers to the LabVIEW ini file. I acknowledge that there is definate overlap between LabVIEW ini and my applications INI. Still unsure if the application ini supports all tags found in the LabVIEW ini (probably not) but need to see if there's a way to differentiate this compatibility.
12-01-2011 01:25 PM
@craige wrote:
The ini file referenced in this article refers to the LabVIEW ini file.
Where? Are you reading the same article? There is absolutely zero mention of the LabVIEW.ini file. Please read what the article actually says, not what you think it says.