Windows 10 Chilkat 9.5.045 I've created a executable zip using
.Newzip("Test.exe") .OverwriteExisting = True .exeUnzipDir = "w:" .exeExeDefaultDir = "w:" .ExtractInto("w:") .WriteExe("Test.exe")
I'm sure there is some overkill above. When I run Test.exe, the 'Unzip to Dir:' field has w: in it but after the unzip the data always show up in the c: drive.
Any Ideas? Thanks, Wayne