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.

Tooltips + Resizable

Featured Replies

Hi Benjamin,

today i found your fantastic WIHU on these board. I tested it and it would be nice, if you could implement the following enhancements:

1.) Tooltips inside softwaredialog

2.) Resizable softwaredialog (with listview of programs)

3.) Option /SkipSettings as default in install.ini (wihu.exe could then be started directly)

4.) Disable "Reboot" switch in install.ini

5.) multiple commands for one software (like project WPI)

6.) start program in dependce of OS (W2K or XP), or disable programs in dependce of OS. Example is Windows Media Player mpsetupxp.exe for XP and mpsetup.exe for W2K

Thx,

opensurf

  • Author

i have tested for

...

5.) multiple commands for one software (like project WPI)

...

...

; Sub command 3

description.3=.NET Framework 1.1 (incl. deutsches Sprachpaket)

command.3=msiexec.exe /i software\netfx.msi /qb

command.3.0=msiexec.exe /i software\langpack.msi /qb

selected.3=0

hidden.3.0=1

...

but when i select ".NET Framework 1.1" and execute, i get the message:

".NET Framework 1.1 (incl. deutsches Sprachpaket)" ausgeführt.

"<missing discription>" ausgeführt.

Installation ist beendet.

It's possible to suppress '"<missing discription>" ausgeführt.' or other solution for my problem?

Thx,

opensurf

It's possible to suppress '"<missing discription>" ausgeführt.' or other solution for my problem?

As this implied, you missed to specify the description.

; Sub command 3

description.3=.NET Framework 1.1 (incl. deutsches Sprachpaket)

command.3=msiexec.exe /i software\netfx.msi /qb

selected.3=0

description.3.0=Something

command.3.0=msiexec.exe /i software\langpack.msi /qb

hidden.3.0=1

Benjamin

  • Author

i want do simulate "multiple commands" for one softwareitem ".NET Framework 1.1 (incl. deutsches Sprachpaket)", which installs netfx.msi and langpack.msi, therefore i hide "command.3.0" with "hide.3.0=1". The second command should be excuted, but not shown in the "Software Dialog" and "Installation Dialog". With "description.3.0=Something", Something would be shown in the "Installation Window". At present (workaround) i write cmd-file with these two commands.

CU,

opensurf

What speak against creating sub commands?

command.0 and command.0.0 ?

What I can do is to add a /supress=level switch, to hide sub commands description logging.

Benjamin

  • Author
Please use /Verbose=0

where should i use /verbose=0? Commandline would only accept /verbose. I want only suppress the subcommand of one item and not for all subcommands.

EDIT: sorry, i have found /verbose=<level> in the Changelog :whistle:

CU

I want only suppress the subcommand of one item and not for all subcommands.

Sorry, that's not possible. As the source is free just modify it for your purpose.

Benjamin

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.