Here are the conbination I've tryed:
QUOTE
InstantCopy.msi /qn This works but system reboots after setup
InstantCopy.msi /qb This works but displays setup also reboots after setup
The Following don't work and Replys with Incorrect command line parametersInstantCopy.msi /qb This works but displays setup also reboots after setup
QUOTE
InstantCopy.msi "/qn REBOOT=Suppress"
InstantCopy.msi "/qb REBOOT=Suppress"
InstantCopy.msi /s /v"/qn REBOOT=Suppress"
InstantCopy.msi /s /v"/qb REBOOT=Suppress"
InstantCopy.msi /Q:A /R:N
InstantCopy.msi "/qb REBOOT=Suppress"
InstantCopy.msi /s /v"/qn REBOOT=Suppress"
InstantCopy.msi /s /v"/qb REBOOT=Suppress"
InstantCopy.msi /Q:A /R:N
Both these return the message incorrect serial number, /qn dosent do anything!
QUOTE
InstantCopy.msi /qr REBOOT=Suppress
InstantCopy.msi /qb REBOOT=Suppress
InstantCopy.msi /qb REBOOT=Suppress
How can i do a /qn, enter the serial number and silence the reboot?