"SFX modules for installers" extended support for RunProgram
A free file archiver for extremely high compression
Brought to you by:
ipavlov
I tested the "SFX modules for installers": 7zS.sfx.
Nowadays 7zS.sfx support to start executables
(parameter RunProgram) in temporary path only. I miss
support for executables in path and associated files.
Some examples
RunProgram="iexplore index.htm"
or
RunProgram="index.htm"
or
RunProgram="explorer ."
or
RunProgram="notepad readme.txt"
or
RunProgram="readme.txt"
Thanx.
Logged In: YES
user_id=65083
I'll think about such feauture.
Logged In: YES
user_id=452177
I tend to use .wsf files to write simple installers, but
cannot start them without an ugly command-prompt window:
RunProgram="wshbootstrap.bat"
wshbootstrap.bat contains a single line:
wscript setup.wsf
I am unable to say
RunProgram="%SystemRoot%\system32\wscript.exe setup.wsf"
or
RunProgram="wscript.exe setup.wsf"
or even
RunProgram="setup.wsf"
Thanks for the great program!