thevbm Posted August 21, 2016 Posted August 21, 2016 (edited) According to installer log it seems that you're unpacking battleLabels.xc twice. Checking inside .iss that seems to be true. First occurrence is at line 717 Source: "{app}\res_mods\configs\xvm\Aslain\battleLabels.xc"; DestDir: "{app}\res_mods\configs\xvm\Aslain"; Components: xvm; MinVersion: 0.0,5.0; Flags: ignoreversion then again on line 814 Source: "{app}\res_mods\configs\xvm\Aslain\battleLabels.xc."; DestDir: "{app}\res_mods\configs\xvm\Aslain"; Components: xvm\panels\Aslain; MinVersion: 0.0,5.0; Flags: ignoreversion I see that components info is different tho. Could you please shed some light on "issue". _Aslain_logs.zip Edited August 21, 2016 by thevbm Quote
Administrator Aslain Posted August 21, 2016 Administrator Posted August 21, 2016 Just remember what you see in decompiled file is so much different from my real code after analyzing your choices from logs: xvm/otm/aslain Source: "{#CompPath}\addons\OTM_Aslain\*"; DestDir: "{app}"; Flags: ignoreversion createallsubdirs recursesubdirs; Components: xvm/otm/aslain xvm/panels/Aslain Source: "{#CompPath}\iconset\Aslain\configs\xvm\Aslain\battleLabels.xc."; DestDir: "{app}\res_mods\configs\xvm\Aslain\"; Flags: ignoreversion createallsubdirs recursesubdirs; Components: xvm/panels/Aslain First whole config is being copied, and then if you select panels files with same filenames (but with different contains) are being copied again. More or less this case. Quote
thevbm Posted August 21, 2016 Author Posted August 21, 2016 (edited) Yes i know that code differs a lot than original one. Guess i haven't used OTM before since i didn't see "red flag" when monitoring changes in the folder when files are written. Thanks for explaining. Edited August 21, 2016 by thevbm Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.