I have these self extracting zip files that I'm trying to extract on 2008/7 machines remotely. But they are coming in a way of .exe and it require user to double click and choose the extractions location.

On WinZip support site they saying to use the /auto flag so the command will look like that:

C:\deploy\.exe /auto C:\path\\

It starts the process in the task manager but it stuck there foever.

Self extracting exe file

When I'm opening the file in text editor it says: !This program cannot be run in DOS mode.

So maybe anyone of you know how I can automate the extraction of the self extraction file silently. Or maybe there is a way to run them with answer file.

Thanks

link|improve this question

20% accept rate
feedback

1 Answer

You can usually unzip these using a third-party ZIP extraction utility.

link|improve this answer
I need a way to do it without maybe with response files or something like that. It's secured environment and I'm not allowed to install there any third party solution. – Dmitry R Dec 2 '11 at 21:48
@DmitryR Are you perhaps allowed to use a different ZIP compression utility to create these files? – Neil Dec 3 '11 at 23:05
Nope unfortunately, I'm getting them like this from the application vendor – Dmitry R Dec 4 '11 at 3:02
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.