Jump to content

Urgent help needed installing a pesky Xerox DocuColor 242 Unattended


clivebuckwheat

Recommended Posts

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

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...