sfx Questions
7
Solved
I use 7zip to create the SFX as follows:
7z.exe a -r archive.7z *
Then I do a binary copy with the 7zS.sfx file (used to create a self extracting installer), config file "build.config", and the ...
Hardman asked 29/7, 2013 at 11:55
2
Solved
I have created hallo.7z and used 7zxSD_LZMA.sfx as module. I think my configuration is right but while extracting sfx I receive
7-zip : unsupported method
void CreateExeFile()
{
try
{
Sfx...
Contemporary asked 29/12, 2013 at 4:28
2
I have setup project that I need to sfx him .
first I zip the .msi and .exe files :
%path7zip% a "%~dp0% %setup.7z" "%~dp0% %Output\Setup\*"
that work fine .
then I sfx the 7z file :
copy /b ...
Presbytery asked 2/5, 2016 at 12:24
2
I want to use the sfx module to create a .exe file of an installer
On reading up online i found that we need this particular file : 7zS.sfx
According to the instructions here
this particular fil...
Lehmbruck asked 4/3, 2013 at 11:5
2
If this is not the correct place to ask this, I apologize.
I use 7zip to create an installer package. Recently, my computer was updated, and I can no longer get it to work. I use a Windows Install...
Meshwork asked 8/8, 2018 at 23:46
3
Solved
So currently my users download a zipfile, unzip it and then run setup.exe - I would like them to do this with one click. Using http://www.wikihow.com/Use-7Zip-to-Create-Self-Extracting-excutables i...
1
I have 2 installation packages that are prerequisites for our application. Both of these are downloaded from the vendor as self extracting executables containing the actual setup.exe and hundreds o...
Dosia asked 24/9, 2013 at 22:34
1
I am trying to create a self-extracting archive that extracts to "%USERPROFILE%\Desktop" with WinRar. However, when I run it, it extracts to the SFX's current directory, not my desktop. Does the pa...
1
Solved
How can I create an automated Installer for a program that has a regular Installer with questions like:
Install Directory,
Accepting License,
Creating Icon on Desktop
etc...
Assuming that I...
Hectic asked 9/7, 2013 at 15:36
2
Solved
Currently, I am making a SFX with 7zip using the following config:
;!@Install@!UTF-8!
InstallPath="C:\\test"
GUIMode="2"
RunProgram="7z465.exe"
;!@InstallEnd@!
I then package 7z465.exe into Setu...
Roof asked 2/4, 2010 at 20:9
2
I am trying to create a self extracting archive for a windows application I have written. My app uses the latest .Net 4.0, and I want to include the .Net setup in the SFX installer. However, if the...
Greenleaf asked 12/7, 2012 at 19:46
1
Solved
I have a 3rd-party installer program that I would like for my users to be able to download and run as a pre-requisite to an application that I have written. The installer can take parameters that a...
Outgoings asked 3/3, 2011 at 16:34
1
© 2022 - 2024 — McMap. All rights reserved.