Forum Discussion

prakash_vasudev's avatar
prakash_vasudev
Contributor
13 years ago

Is there a way to extract the testexecute.exe from command line

Hello,



I am trying to run the installer in silent mode, before that I need to extract the testexecute.exe to include the setup.iss file. Is there a way to extract the testexecute.exe from command line on windows?



Thanks in advance !!

3 Replies

  • Hi Prakash,



    You can unpack the TestExecute installation package using any unarchiver that supports the RAR archive format. For example, you can use the free UnRAR tool:

    unrar e TestExecute870_Release.exe <target_folder\>
  • Thanks for the reply !!



    I wanted to know is there a way to extract testexecute.exe file with the help of windows only. I mean instead of being dependent on any tool like "unrar" or other can we take help of windows extractor to extract testexecute.exe?
  • HKosova's avatar
    HKosova
    SmartBear Alumni (Retired)
    Hi Prakash,



    No, Windows doesn't have built-in RAR unpacking functionality. You'll need to use an external unarchiver.