Jump to content

Urgent help needed installing a pesky Xerox DocuColor 242 Unattended


Recommended Posts

Posted

You could either integrate everything in your autoit script (using runwait and run command) or modify your batch script like this:

start /separate "process security warning" \\MyPrintserver\WindowsSecurityInstallYes.exe

Hmmm. :unsure:

http://ss64.com/nt/start.html

Options for 16-bit WINDOWS programs only

/SEPARATE Start in separate memory space (more robust)

/SHARED Start in shared memory space (default)

I would try with a simpler:

START "process security warning" \\MyPrintserver\WindowsSecurityInstallYes.exe

and then try with:

START "process security warning" /MIN \\MyPrintserver\WindowsSecurityInstallYes.exe

Indeed the missing piece of the puzzle was to start the autoit script in a different process, so the rest of the batch file still runs. Thank you all, everything now works.

jaclaz


Posted

Indeed the missing piece of the puzzle was to start the autoit script in a different process, so the rest of the batch file still runs. Thank you all, everything now works.

:thumbup

jaclaz

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
  • Recently Browsing   0 members

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