Thanks, there is another bug when you create icons. If you use uninstaller the icons from startmenu will not get removed. I already fixed it here.
However Icon creation should not be possible when using UpdateMode, so all you have to do is change
Code:
#if !CompactMode || !UpdateMode
to
on line 1077 and 4572.
Edit: Should be fixed now. Use attachment and look for code changes.