Skip to content
View in the app

A better way to browse. Learn more.

MSFN

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

7z SFX Modified Module and Tools

Featured Replies

hello Oleg_Sch I'm glad you noticed this post, here is an example illustration: using some "SFX.exe" that contains some "test.txt":

RunProgram="hidcon:cmd /c COPY /Y %%T\test.txt %%S\test.txt"

or

RunProgram="hidcon:cmd /c COPY /Y %%T\test.txt \"%%S\test.txt\""

on a path that contains no spaces as C:\SFX.exe then will copy the extracted file from "%%T\test.txt" back to "c:\test.txt"(SFX DIR)

but if the SFX.exe runs for example from "C:\Documents and Settings\MyUserName\Desktop" which is a path name that contains spaces..then %%T\test.txt fails the copy task back to the %%S\

RunProgram="hidcon:cmd /c COPY /Y %%T\test.txt %%S\test.txt"

or

RunProgram="hidcon:cmd /c COPY /Y %%T\test.txt \"%%S\test.txt\""

Correctly so:

RunProgram="hidcon:cmd /c COPY /Y \"%%T\\test.txt\" \"%%S\\test.txt\""
OR
RunProgram="hidcon:cmd /c COPY /Y \"test.txt\" \"%%S\\test.txt\""
OR
RunProgram="hidcon:cmd /c COPY /Y test.txt \"%%S\\test.txt\""

What version of the module?

  • 2 weeks later...

Hello,

I need to pass the full path of SFX file as argument to another program I run.

%%S give the path to SFX file, I need to get a little more with the full location of SFX file.

Details:

SFX file location: C:\test\sfx.exe

%%S gives: C:\test

I want: C:\test\sfx.exe

Is there any way to do it ?

Thanks.

Is there any way to do it ?

C:\test\sfx.exe = %%S\\%%M

Is there any way to do it ?

C:\test\sfx.exe = %%S\\%%M

It works like a charm.

I didn't find it because it is in the russian doc and since version 1.3 available on russian download link.

Thanks a lot :)

  • 4 weeks later...

Any possibility to get a direct download link to the latest alpha version of the module(x86) posted here?

I think its build 1942.

I can't get it from the link posted in the Ozone forum.

gora, thanks for the 1.4.0 release. I will use that.

For some reason I can't get the 1.5.0 version from the svn page.

Not a major issue, so no worries.

  • Author

For some reason I can't get the 1.5.0 version from the svn page.

Use tags folder in repository to list all of the commited versions.

Oleg_Sch,

Thanks for your reply.

A month or more ago I could download from the svn for the latest builds.

But lately, I have been having trouble.

This is probably a problem on my end that I will need to fix somehow.

I will use the 1.4.0.1942 build.

Thanks again for your great work on this.

I have a feature request:

I want to make a sfx installer that contians BOTH x86 and x64 installers contained in it. HOWEVER I want it to be switchless so I am requesting an architecture detection feature.

i.e.

"if x64 runprogram=blah.64.exe /s"

"if x32 runprogram=blah.32.exe /s"

HOWEVER I want it to be switchless so I am requesting an architecture detection feature.

RunProgram="x64:blah.64.exe /s"
RunProgram="x86:blah.32.exe /s"

WHAAAAAT!!!

I couldn't find that in the manual anywhere...

Read Russian help.

Learn Russian! :yes:

Google translated:

Prefixes:

x64

Launch command will be executed only in 64-bit system. At the same time running a program specified in the parameter will be processed in 64-bit environment, regardless of the bit of the module (x64 or x86).

When running in 32-bit system command is ignored and the program specified in the parameter will not be executed.

x86

Launch command will be executed only in 32-bit system. When you run in 64-bit system command is ignored and the program specified in the parameter will not be executed.

Edited by gora

Create an account or sign in to comment

Recently Browsing 0

  • No registered users viewing this page.

Account

Navigation

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.