The installer creates shortcuts which do not work. I've decompiled installer and found that install scripts states
Code:
[Icons]
Name: "{group}\Run Europa Barbarorum"; Filename: "{app}\RomeTW.exe -mod:eb -show_err"; WorkingDir: "{app}"; IconFilename: "{app}\ebicon.ico";
Name: "{group}\Run Europa Barbarorum (troubleshooting)"; Filename: "{app}\RomeTW.exe -mod:eb -show_err -nm -ne"; WorkingDir: "{app}"; IconFilename: "{app}\ebicon.ico";
while in fact it should be
Code:
[Icons]
Name: "{group}\Run Europa Barbarorum"; Filename: "{app}\RomeTW.exe"; Parameters: "-mod:eb -show_err"; WorkingDir: "{app}"; IconFilename: "{app}\ebicon.ico";
Name: "{group}\Run Europa Barbarorum (troubleshooting)"; Filename: "{app}\RomeTW.exe"; Parameters: "-mod:eb -show_err -nm -ne"; WorkingDir: "{app}"; IconFilename: "{app}\ebicon.ico";
Does it mean nobody uses the shortcuts preferring EBTrivialScript'ed ones? 
Also I notices that in addition to "Validate Install" created by 1.1 the installer creates "Validate Installation" shortcuts which looks quite confusing for me.
Bookmarks