Jump to content

battleLabels.xc is unpacked twice


Recommended Posts

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 by thevbm
Link to comment
  • Administrator

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.

Link to comment

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 by thevbm
Link to comment

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use and Privacy Policy.