Jump to content

I'm Blocked


Recommended Posts

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

Link to comment
Share on other sites


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.

Link to comment
Share on other sites

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

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...