sfx

Why does 7zip Ignore my InstallPath when making a SFX installer?

眉间皱痕 提交于 2019-11-30 04:18:59
问题 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 Setup.7z, and then call the following line in a batch file: copy /b "C:\Program Files\7-Zip\7zSD.sfx" + config.txt + ".\Release\Setup.7z" .\Release\Setup.exe When I run the resulting Setup.exe, It extracts fine and launches the 7z465.exe as well, but it is still extracting to some 7zip temp folder for the

How can I automate the building of this Winrar Sfx File

你离开我真会死。 提交于 2019-11-29 07:30:24
After building my appplication on Windows using maven (and a little bit of ant) I manually create a Winrar Sfx Installer as follows: Select files, right click and select Add to Archive Use Browse.. to create the archive in the folder above Change Archive Format to Zip Enable Create Archive Format Select Advanced tab Select SFX Options Select Setup tab Enter setup.exe into the Run after Extraction field Select Modes tab Enable Unpack to temporary folder Select text and Icon tab Enter new title Select setup.ico from the same folder that we invoked winrar from Select OK Select OK But can I

How to create self-extracting RAR archive not showing anything on execution?

被刻印的时光 ゝ 提交于 2019-11-28 01:06:52
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 path to extract option work at all? I'm using the 32-bit command line module. I also checked the 'hide all' box for silent mode which appears to do absolutely nothing and the command prompt window still appears with showing information on what is extracted. I want that SFX archive extracts the .exe and the folder contained in the SFX file to the desktop without any messages popping up. Any suggestions?

How can I automate the building of this Winrar Sfx File

随声附和 提交于 2019-11-28 01:01:48
问题 After building my appplication on Windows using maven (and a little bit of ant) I manually create a Winrar Sfx Installer as follows: Select files, right click and select Add to Archive Use Browse.. to create the archive in the folder above Change Archive Format to Zip Enable Create Archive Format Select Advanced tab Select SFX Options Select Setup tab Enter setup.exe into the Run after Extraction field Select Modes tab Enable Unpack to temporary folder Select text and Icon tab Enter new title

Error Creating a 7-zip installer package

六眼飞鱼酱① 提交于 2019-11-26 23:20:16
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 Installer from Visual Studio 2010 to create the installation package, which I add to a file called setup.7z. I have confirmed that the files are archived correctly. I then call copy /b 7zsd.sfx + config.txt + setup.7z setup.exe which packages everything into a single file called " setup.exe ". Clicking on this would start the installer. After the update, I can still make the file, and it looks just fine.

How do I make a self extract and running installer

不问归期 提交于 2019-11-26 19:32:37
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 can make a self-extracting exe, but it doesn't actually run the installer. From this question Why does 7zip Ignore my InstallPath when making a SFX installer? it seems I also need an .sfx file so I copied from the other question and created one with the following contents ;!@Install@!UTF-8! InstallPath="C:\\test" GUIMode="2" RunProgram="setup.exe" ;!@InstallEnd@! and called setup.sfx and add this to

Error Creating a 7-zip installer package

孤人 提交于 2019-11-26 08:39:04
问题 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 Installer from Visual Studio 2010 to create the installation package, which I add to a file called setup.7z. I have confirmed that the files are archived correctly. I then call copy /b 7zsd.sfx + config.txt + setup.7z setup.exe which packages everything into a single file called \" setup.exe \". Clicking on

How do I make a self extract and running installer

天大地大妈咪最大 提交于 2019-11-26 07:00:02
问题 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 can make a self-extracting exe, but it doesn\'t actually run the installer. From this question Why does 7zip Ignore my InstallPath when making a SFX installer? it seems I also need an .sfx file so I copied from the other question and created one with the following contents ;!@Install@!UTF-8!