I was asked the following question by Christopher Parker:
First off, I'd like to say I've found Auto FE Updater to be pretty useful. Thank you for developing it and releasing it to the world.
I've tried using comments in the AutoFEUpdater.INI file to annotate which computer name belongs to whom, and it seems like this breaks the INI file:
[Auto FE Updater Global Settings]
Master1=ComputerNameHere ; Person's Name Here
I've also tried # instead of ; and it still doesn't work. Does Auto FE Updater not support comments in the INI files?
Thanks for your kind words regarding the Auto FE Updater.
No, the Auto FE Updater doesn't support adding comments to the ends of the lines as that is extra logic I'd have to put in the code to strip out the additional text. However you can add lines to the INI file. Such as:
Master1=ComputerNameHere
ComputerNameHere belongs to John Smith.
Note that only developers work station names should be added to this file.'
I've added Auto FE Updater - The AutoFEUpdater.INI file to explain how this file works and to answer this question.
Thanks for asking, Tony