Download, and then extract the Package Builder Webpack for the printer model.
Locate the InstallGui application found in the \Install\x86 and \Install\x64 folders.
Note: | Make sure to invoke the version that corresponds to the platform of the target computer. |
Provide launch parameters.
Use | To |
---|---|
/I:<path><filename> | Indicate where to find your script file. |
/O:<path><filename> | Indicate where to generate your log file. The log file records what happens when the install script processes your script. |
/U | Run in uninstall mode. |
Launch the script from a command prompt with an instruction that resembles the following:
For install scripts:
E:\install\x86\InstallGui.exe /I:J:\source\scripts\script.isf /O:C:\script.log
For uninstall scripts:
E:\install\x86\InstallGui.exe /U /I:J:\source\scripts\uninstall.isf