cancel
Showing results for 
Search instead for 
Did you mean: 

Extracting .exe in Unix

Former Member
0 Kudos

Hi,

I have downloaded DVDs from Market place. Thre are total 13 parts. First part is exe format. And remaining 12 are in zip format. How can we exctract this files in Unix ?

Accepted Solutions (1)

Accepted Solutions (1)

chrisp_vigelius
Explorer
0 Kudos

> I have downloaded DVDs from Market place. Thre are total 13 parts. First part is exe format. And remaining 12 are in zip format. How can we exctract this files in Unix ?

Use [7zip|http://www.7-zip.org/] if it is available for your platform - it also has a command line client ("p7zip -d /path/to/archive.exe").

Answers (3)

Answers (3)

Former Member
0 Kudos

Hello, 

There is a SAP Note: 886535 - Downloading multispanning archives (RAR archive)  that indicates the way of extracting the .exe files.

In the 'Info File' link of the multispan files, at the top of the popup window, there is a red warning message with that info.

Windows:

You trigger the unpacking for Windows platforms when you start the .exe file. The unpacking should be possible on all Windows PC or Windows Server versions. In the case of problems, follow the process for other platforms.

Other platforms: 

Unix: customers must install the latest Download Manager in order to download the files to the Unix platform correctly. The files must be unpacked using the root user. Unrar is required for these other platforms (Linux, Solaris, AIX, Tru64, HP-UX).

The command:  unrar xtriggers the unpacking process. The data is unpacked to the current directory.

The command: unrar -h displays further options.

Kind regards.

JPReyes
Active Contributor
0 Kudos

Sounds like a self-extracting compressed file.... I think the best will be to run the executable in your PC before transfering the files.

Regards

Juan

Former Member
0 Kudos

Yes it is possible to extract in windows by just clicking it on the exe file.

But we have spcae problem on local disk.

gzip dose not work with .exe files

JPReyes
Active Contributor
0 Kudos

I think you're overcomplicating things... just find another PC you can extract the files on.

Regards

Juan

markus_doehr2
Active Contributor
0 Kudos

Those files are .rar files, you can extract them on Unix using

unrar x <first exe-file>

Google for a binary of unrar for your OS (you didn't specify it).

Markus

pr_srinivas
Contributor
0 Kudos

As Juan said...it is just overcomplication, Request to close the thread.

blanca_serrano
Advisor
Advisor
0 Kudos

Hello Hussain,

Can´t you use the unzip command? Have you tried it? have you tried with the gzip command?

gunzip -S .ZIP filename.ZIP

I hope this helps you.

Regards,

Blanca