February 22, 200521 yr So, i will train to explain my problem, i want to install silently my scaner drivers scanwise.exeI 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 lauchstart /wait E:\ScanWise.exe /s /a /s /sms /f1E:\scan.isstaskkill.exe /F /IM _INS5576._MPI hope i have been clear(im french ^^)Thx to all
February 23, 200521 yr Author Sorry i forgot to say it its PackageForTheWeb 2.1 and i found those command on a website
February 24, 200521 yr 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.
February 25, 200521 yr Are you sure _INS5576._MP is the correct name of the process? It looks strange.You could try this.@echo offstart E:\ScanWise.exe /s /a /s /sms /f1E:\scan.issecho Waiting for process _INS5576._MP:LOOPping -n 5 127.0.0.1>NULtasklist | findstr _INS5576._MPif errorlevel 1 goto LOOPtaskkill.exe /F /IM _INS5576._MP
February 25, 200521 yr Author Thx Dahi thats look great, there is some commands i didnt know thats my problemThanks Liquid sageIm gonna try all of that
Create an account or sign in to comment