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 Specifying the extract path

Featured Replies

I have been playing with 7zip SFX module and I'm looking for a way to give the executable a path to extract to, and do so silently.

Does anyone know how I might achieve this?

To my knowledge, there isn't any command line switch to specify the folder but there is a way to do almost the same: you need to use the installpath with an environment variable. For example, you set it to %7zipsfxinstallpath% when creating the sfx; next, before auto-extracting it, you just need to do a set 7zipsfxinstallpath= to the value you wanted before launching the 7zip sfx.

try this sample config

;!@Install@!UTF-8!
GUIMode="2"
OverwriteMode="0"
InstallPath="%programfiles%\\KLOCKS"
Shortcut="T,{%%T\\KLOCKSNumOn.exe},{},{},{NumLock On},{numlockon}"
;!@InstallEnd@!

It will put whatever files you have wrapped up to %programfiles%\Klocks when you run it silently

try this sample config

;!@Install@!UTF-8!
GUIMode="2"
OverwriteMode="0"
InstallPath="%programfiles%\\KLOCKS"
Shortcut="T,{%%T\\KLOCKSNumOn.exe},{},{},{NumLock On},{numlockon}"
;!@InstallEnd@!

It will put whatever files you have wrapped up to %programfiles%\Klocks when you run it silently

Of course using %programfiles% make sense if you want to extract always in "c:\program files" but it lose ability to extract to a complete different folder if needed. Also i wouldn't put the program folder (in your example KLOCKS) in the installpath variable and create the archive with the folder (not only with what is inside the folder).

@allen2

The Op just want an example "a way to give the executable a path to extract to, and do so silently."

I just provide some sample for him. Not a specific config.txt

He can always adjust at his end what he wants etc etc etc

Cheers

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.