Quantcast
Channel: Chilkat Forum - latest questions
Viewing all articles
Browse latest Browse all 1061

Zip Executable always unzips on c:\ drive

$
0
0

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


Viewing all articles
Browse latest Browse all 1061

Trending Articles