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.

I'm Blocked

Featured Replies

So, i will train to explain my problem, i want to install silently my scaner drivers scanwise.exe

I made the *.iss and everything is silently but the installation launch something called IM _INS5576._MP(agfa net instalation), the problem is that taskill doesn't work because the instalation is not finish when _INS5576._MP lauch

start /wait E:\ScanWise.exe /s /a /s /sms /f1E:\scan.iss
taskkill.exe /F /IM _INS5576._MP

I hope i have been clear(im french ^^)

Thx to all :thumbup

  • Author

Sorry i forgot to say it its PackageForTheWeb 2.1 and i found those command on a website

if you extract the pftw exe, the installer as well as the driver files are present. If you need just the drivers, you can collect them yourself, or use nlite or a driver backup/collection program to make your own install.

if the setup installs a program as well, post a D/L link to the exe and i'll look into a repackage method.

Are you sure _INS5576._MP is the correct name of the process? It looks strange.

You could try this.

@echo off

start E:\ScanWise.exe /s /a /s /sms /f1E:\scan.iss

echo Waiting for process _INS5576._MP
:LOOP
ping -n 5 127.0.0.1>NUL
tasklist | findstr _INS5576._MP
if errorlevel 1 goto LOOP

taskkill.exe /F /IM _INS5576._MP

  • Author

Thx Dahi thats look great, there is some commands i didnt know thats my problem

Thanks Liquid sage

Im gonna try all of that

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.