Looking for a way to create a SelF eXtractor (SFX)

I have a copy of wzipse32 (winzip se) but it doesn't seem to work over the TFS, seems like some sort of running as a service problem. Does anyone else know of any other ways to do this


Answer this question

Looking for a way to create a SelF eXtractor (SFX)

  • FredV

    I was using Wzipsfx32.exe, it did not work through using a bat file, so I downloaded this new self extractor and it worked fine.

  • Pavan Contractor

    you can use winrar or winzip  command line in your bat file,

    like 'winrar a asdf.rar asdf'. asdf is a folder.

    the popup windows will not display to hang.

    and you can write code in your task.cs to call this bat file.

    then you add the task.dll to your built script. your build script will call the task to auto zip your files.

    If any questions, tell me, I will continue help you.

     


  • DarrellMerryweather

    Found a VERY nice FREE self extractor utility:

    http://www.chilkatsoft.com/ChilkatSfx.asp

  • Parsnips

    note: To call winrar or winzip , you will set the location of winrar.exe or winzip.exe, and set the locatin of the zipped file or folder.
  • Katu

    you can write a bat file . In this file, use rar comnand line. Then write a task dll in Team Build , call this bat file.
  • Vedratna

    I had actually tried this , but it didn't work because the process was still running at a service TFSService, and there was presumably a popup window which caused it to hang

  • Looking for a way to create a SelF eXtractor (SFX)