Page 1 of 1

0.85 Windows: There are no dependencies in the installer

Posted: Tue Apr 04, 2017 8:05 pm
by VictorVG
iss.zip
x64 and x86 fixed script
(11.71 KiB) Downloaded 96 times
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:

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 
then delete messages string for China (I don't have this .isl), and recompile installer. Also I attached fixed source script - iss.zip.

Re: XnViewMP v0.85 Windows - there are no dependencies in th

Posted: Wed Apr 05, 2017 10:36 am
by VictorVG
Fixed