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.

How to specify switches in WIHU?

Featured Replies

Hi, i want to perform silent install of applications in WIHU. I've done it in RunOnceEx and WPI too and i know the required switches.

However, with WIHU, i'm facing a prob which says file not found.

For eg, to install Notepad++, i use these lines in 'install.ini'

description.1 = Notepad++
command.1 = "%WIHU%\Install\Utilities\nppinstaller4.5.exe\" /S

and i get an error saying file not found. Even changing it to

command.1 = "\"%WIHU%\Install\Utilities\nppinstaller4.5.exe\" /S"

doesn't work. However, upon removing /S it works.

command.1 = "%WIHU%\Install\Utilities\nppinstaller4.5.exe"

I can't perform silent installs. Can someone pls help me?

Edited by islander_810

If your example is real, you have a backware slash before the ending quote, right after the file extension.

Also, you don't need the quotes. Here is an excerpt of my install.ini

description.1=UniExtract

command.1=%WIHU%\AHK\AHK.exe %WIHU%\AHK\misc.txt 7z x %WIHU%\Apps\Compression\UniExtract.7z -o"%UniExtract%"

selected.1=1

The quotes around %UniExtract% are needed because it can contain spaces and 7zip would have a problem (I use an ahk script to hide 7zip's command window).

  • Author

Works like a charm now, :thumbup Thx

I didn't think to remove the quotes after removing the spaces. :blushing:

I read your XP Mod post btw, good job :)

  • 1 month later...

btw: i discovered, that its not possible to use more than one quote for each command line.

e.g.

c:\program files\myprogram\myprogram.exe

x:\My Programs\my files.xyz

command.0.1="%programfiles%\myprogram\Myprogram.exe" "x:\My Programs\my files.xyz"

will not work, in the upper exampe you need quotes, because the path/filenames contains spaces.

The solution i found, its to not user more than one quote pair.

  • 3 months later...

I think you can but have to escape some so that your example looks like :

command.0.1="\"%programfiles%\myprogram\Myprogram.exe\" \"x:\My Programs\my files.xyz\""

Edited by Camarade_Tux

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.