Installing the EAP via console with rejected shortcuts creation doesn't clean the icons directory. Also automatic installation script generated during console installation doesn't reflect this. Console installation only issue - works fine for gui mode.
reproduce
install EAP via console installer
java -jar installer.jar -console ... Create shortcuts in the Start-Menu (y/n) [y]: n Installation has completed successfully. Application installed on /home/pkremens/EAP-7.1.0 Would you like to generate an automatic installation script and properties file? (y/n) [n]: y
actual
$ ls EAP-7.1.0/ | grep -c icons
1
$ cat EAP-7.1.0/auto.xml | grep Icons
<pack index="6" name="Icons" selected="true"/>
expected
$ ls EAP-7.1.0/ | grep -c icons
0
$ cat EAP-7.1.0/auto.xml | grep Icons
<pack index="6" name="Icons" selected="false"/>