This website uses cookies. By clicking Accept, you consent to the use of cookies. Click Here to learn more about how we use cookies.
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
- Revenera Community
- :
- InstallShield
- :
- InstallShield Forum
- :
- Re: Extract zip files
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Feb 04, 2010
11:32 PM
Extract zip files
Hi ,
My project type is InstallscriptMSI, After file copy i want to extract .zip files, If there i any work around available in Installshield.
My project type is InstallscriptMSI, After file copy i want to extract .zip files, If there i any work around available in Installshield.
3 Replies
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Feb 08, 2010
04:36 AM
you can use launchapp to get winzip launched and to extracting Files
The command format is:
winzip32 -e [options] filename[.zip] folder
where -e is required.
options
-o and -j stand for "Overwrite existing files without prompting" and "Junk pathnames", respectively. Unless -j is specified, folder information is used.
The command format is:
winzip32 -e [options] filename[.zip] folder
where -e is required.
options
-o and -j stand for "Overwrite existing files without prompting" and "Junk pathnames", respectively. Unless -j is specified, folder information is used.
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Sep 30, 2010
03:15 PM
I have just come up to this issue, where I have to install ApacheDS and Apache Tomcat and the developer wants the install to simply unzip the files instead of running their setup .exe files as Prerequisites.
So how would you do this if you do not know if the machine has winzip?
So how would you do this if you do not know if the machine has winzip?
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Oct 01, 2010
02:09 AM
palanisamy wrote:
Hi ,
My project type is InstallscriptMSI, After file copy i want to extract .zip files, If there i any work around available in Installshield.
You can use opensource 7zip tool. See... http://community.flexerasoftware.com/showthread.php?t=195175
