Questions tagged [sfx]

A self-extracting archive (SFX) is a computer executable program which contains data in an archive file combined with machine-executable program instructions to extract this information.

On executing the program under an operating system which supports it, the archive contents are extracted. Non-self-extracting archives contain the data files only, which need to be extracted with a compatible program. Self-extracting archives cannot self-extract under a different operating system, but can be opened with a suitable program.

Several programs can create self-extracting archives.

For Windows there are:

  1. WinZip
  2. 7-Zip
  3. WinRAR
  4. WinUHA
  5. KGB Archiver

For Macintosh there are:

  1. StuffIt
  2. The Unarchiver
  3. 7zX

Read more

89 questions
0
votes
1 answer

7-zip self-extracting archive destination folder

I am writing a C# program that call a self-extracting archive made using 7-zip. When the sfx file is called in System.Diagnostics.Process.Start(sfx_exe); The prompt for the directory to extract it appears. I would like to feed the directory right…
Denis
  • 664
  • 9
  • 24
0
votes
1 answer

How to create silent install using Winrar for Setup program 'Run after installation'

I can create normal silent executable by selecting 'Hide all' option in Silent mode through SFX options. But when I add file in SFX options -> Setup program ->'Run after extraction' e.g. devnode.exe devnode.exe does not run silently. Is there way…
user2661518
  • 2,677
  • 9
  • 42
  • 79
0
votes
0 answers

Does the 7zip SFX or SevenZipSharp provide the in memory operation

I've investigated SFX components used in C#, I found Sevenzipsharp.dll may be a good chooice. But there are few dobuts in the 7zip beofre I go for it. Here are my questions: Does Sevenzipsharp support in memory operating SFX .exe. For example,…
0
votes
1 answer

sfx files do extract though input the wrong password

I have sfx files from the program that I created using sevenzipsharp library. still when I execute directly with double-click the file sfx if using the wrong password but still extract the files in it with a size of 0 bytes, if anyone should I add…
sloqye
  • 101
  • 1
  • 3
  • 11
0
votes
1 answer

Create a SFX archive using python

I am looking for some help with python script to create a Self Extracting Archive (SFX) an exe file which can be created by WinRar basically. I would want to archive a folder with password protection and also split volume by 3900 MB so that it can…
daaredevill
  • 31
  • 3
  • 8
0
votes
2 answers

invalid JavaScript signature still calls correct API

why does this work ?
hello world, invalid js API signature doesn't throw error !!!
getSelection() does not take any…
maheshg
  • 339
  • 2
  • 7
  • 17
0
votes
1 answer

Uploading zip file to remote servers using php curl

Following is being done: 1) Client requests a ZIP file from our server using an API call. 2) He provides a call back url which is an aspx program in the API request. 3) We create the ZIP file, using php CURL script upload the ZIP file to his aspx…
Pawan Rao
  • 49
  • 9
0
votes
2 answers

How do you get chunks of binary files in PHP?

I'm creating a PHP app that at some point will download an SFX archive from a website and needs to extract the data from it. Since I am running this on a Linux box, I need to chop off the SFX executable portion of the file and save the compressed…
jzimmerman2011
  • 1,806
  • 2
  • 24
  • 37
0
votes
1 answer

How to execute a bat file inside exe? (exe created using WinRAR sfx)

I want to create an exe file which includes mysql.msi and java.zip. I have written vbscript to install mysql and extract java file in C: drive. It works fine. Now my problem is: Convert the source folder as exe by using WinRAR sfx option. How can…
Dhinakar
  • 4,061
  • 6
  • 36
  • 68
-1
votes
1 answer

Creating Music Instance in every View Controller

I,m creating a app the use a lot of sfx and background music. But i can't find the best way to inherite this type of data through View Controllers. Do i have to initialize my audios in every view controller? But what if i want to stop a music that…
Zé Moreira
  • 125
  • 1
  • 2
  • 9
-1
votes
1 answer

SFX Install Button

I am working on a program that needs to extract a WinRar SFX automatically. Is there anyway I can programmatically click a install button once the exe is started with a Process? Here is the code that I have so far. public bool Extract() { …
deggen
  • 9
  • 2
-1
votes
2 answers

iOS - Turn SFX off

I'm very new to iOS development. I've currently got an app with some SFX in there. I've found a couple of other threads which explain the approach / logic, which I full understand, but it's the code I'm after as I have no idea of the syntax. If I…
Tron
  • 43
  • 7
-1
votes
1 answer

I want to show my own message while extracting a sfx archive

I am working on an software installer which should be fully unattended, for this purpose i want to make SFX archives for software and want to show my own message by replacing the SFX default window, i searched on Google for this purpose but didn't…
-3
votes
1 answer

7zip command line update command not working

I have a simple command in batch to update a single exe in a sfx pack I made (using sfx maker, third party) . There are a few sfx'that need the same file updating to new version / or older, if having to roll back. It's the same file in all. A 99 mb…
Tika9o9
  • 405
  • 4
  • 22
1 2 3 4 5
6