0.85 Windows: There are no dependencies in the installer
Posted: Tue Apr 04, 2017 8:05 pm
XnViewMP v0.85 Windows - there are no dependencies in the installer - icudt57.dll, icuin57.dll and icuuc57.dll required for Qt5WebKitXn.dll.
I just unpack SFX use Inno Setup Unpacker v0.46 (https://sourceforge.net/projects/innoun ... r/download), then added in to [Files] section strings:
then delete messages string for China (I don't have this .isl), and recompile installer. Also I attached fixed source script - iss.zip.
I just unpack SFX use Inno Setup Unpacker v0.46 (https://sourceforge.net/projects/innoun ... r/download), then added in to [Files] section strings:
Code: Select all
Source: "{app}\icudt57.dll"; DestDir: "{app}"; MinVersion: 0.0,5.0; Flags: ignoreversion
Source: "{app}\icuin57.dll"; DestDir: "{app}"; MinVersion: 0.0,5.0; Flags: ignoreversion
Source: "{app}\icuuc57.dll"; DestDir: "{app}"; MinVersion: 0.0,5.0; Flags: ignoreversion