How to open ZIP file without installer
Â
I have a Windows-only program I'd like to run. It's delivered in a ZIP file with a simple hierarchy of files that include the program itself (.exe) and various DLLs and support files, rather than an actual installer. I've tried things like creating an empty bottle and copying the files over and using the "Run Command" feature but that generates an error 53. Does anyone have any tips for situations like this?