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.

Wavelab 4.0f

Featured Replies

Hi

I'll try to install wavelab silent

i use the switch

setup.exe /silent

all works creat but at the end, i have a reboot question

Did anyone know how to surpress it

thx

Peter


thats a tricky one...

built into XP is the taskkill command, which shuts down processes. you call it like this

taskkill.exe /F /IM targetprocess.exe w

the tricky part is the timing. on unattended.msfn.org they have this file sleep.exe which, when called, simply runs for x number of seconds. you could use a start /wait sleep to put a controlled delay between the installer and the killprocess.

the trick is getting the timing right so that it allows the installer to fully process but cuts it prior to reboot...

  • Author

Thx for the tip

But i have it done with a vbs script

set WshShell = CreateObject("WScript.Shell")

WshShell.Run (".\setup.exe /S")

While WshShell.AppActivate("Install") = FALSE

wscript.sleep 1000

Wend

wscript.sleep 1000

WshShell.SendKeys "{ESC}"

this wait for the reboot window called "Install"

when it come it sends esc and its done

but thx one's again

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.