Archive: Change folder in Winzip Self-Extractor?


Change folder in Winzip Self-Extractor?
I have some .exe files that will change from time-to-time but, the output location is always the same and is not specified by the creator of the zip file.

I have looked for and tried command-line options in Winzip but, have not found any. I figured if I could use NSIS and the ExecWait command.

Is there any way to change the "Unzip to folder" field in Winzip using NSIS? What about a "sendkeys" feature like vbscript?

Thanks in advance!
Charles


Try using "/Auto" and a path after that switch ( "/Auto C:\temp" ).


That did it! Thanks!

- Charles