On Sun, 26 Apr 2020 23:16:57 +0200, Oliver Betz <list...@gmx.net> wrote:
> Are you running under real Windows or Wine? This doesn't sound like a > Windows issue. I've unzipped the files under Linux on a disk shared with Windows. On Linux, files like perl.exe and perl530.dll have permissions 0664 (rw-r--r--). When I try to execute this file under Windows from the share, I get Access denied. When inspecting the file properties, it says (under Security) only read access. When I change the permissions (under Linux) to 0755 (rwxr-xr-x) I can execute the file under Windows. Inspecting the file properties, it says (under Security) read & execute access. No big deal. > > Can you pass me the wrapper source and innosetup file? > > There is no InnoSetup file. > > The wrapper code is on my web site *) in ppl.zip but configured for > ExifTool. Change pathreplace[] and dllsearch[] to your needs and > "#define ARGS_ADDED 1". Ok. > http://www.mingw.org/wiki/ms_resource_compiler might help to get the > resources built and linked. I'm not aware I'm using resources (other than my own data). > Contact me off-list if you need support. Ok, thanks.