May 22, 201511 yr hi your module is great , but can you help with return code from runprogramm in sfx,i would like to maintain error code, but sfx return or 0 or 9009, can u provide example how to, thanks, looking forward for your answer
November 4, 201510 yr Thanks, gora1) How Home Page?!2) EN GUI for 7zSFX Edited November 4, 201510 yr by magsood
December 17, 201510 yr Hi,Please help me to provide solution for the following scenario: Self extracted 7z archive, after extraction, will copy result file to directory where 7z archive (exe) file was executed.I have created following configuration file for 7zS.sfx. ;!@Install@!UTF-8!GUIMode="2"RunProgram="run.cmd %%S" ;!@InstallEnd@! Problem that cmd environment don't see variable %%S and not replace with source directory variable. When I replace %%S by %%T, "run.cmd" work properly, but I need instead temp directory the source directory. Thank you very much and best regards.
December 18, 201510 yr %CD% provides current directoryif script runs from extracted file, then that should be the variable used
December 18, 201510 yr Problem that cmd environment don't see variable %%S and not replace with source directory variable. Config:;!@Install@!UTF-8!GUIMode="2"SetEnvironment="Var=%%S"RunProgram="run.cmd %%S";!@InstallEnd@!run.cmd:@Echo OffEcho %*Echo %Var%PauseNo problems Edited December 18, 201510 yr by gora
December 31, 201510 yr Author Happy New Year!Some presents from me:1.5.2.38071.6.0.3807Only 7-Zip sources changedSite and SVN will be updated in first days of January 2016.
January 15, 201610 yr Author Sorry, but 3807 was bugged and I have delete it.And now new updates1.5.3.3819 Stable: * First chance exception 0x0EEDFADE from Delphi library fixed (may be raised by some auto-loaded DLLs into our process)* Taskbar yellow icon for warnings# The source code of 7-Zip 15.14 (December 31, 2015) is used+ Delta filter support 1.6.0.3819 Beta: # The source code of 7-Zip 15.14 (December 31, 2015) is used# Some changes in VisualStudio project Actual versions only on Russian page http://7zsfx.info/ru/download.html or SVN http://svn.7zsfx.info
Create an account or sign in to comment