Problem
Trying to get the driver to install silently for our SMS2003 ZTI image deployment of XPsp3 on the Dell XT2.Failed attempts
The extracted exe NtrigBundle_1.166.026_XP.exe would not work with any silent switches (/S /Silent /QN). The Ntrig and dell website offered no silent installation advice.Tried to extract the setup files as follows : run the exe manually, copying the extracted source files from %temp% to another location, from here run setup.exe manually with the -R switch to create your own custom setup.iss file, click through the installation prompts manually, when you are done the setup.iss file (in %windir%) can be used in your future installations using setup.exe /f1 setup.iss, This did not work, it was not silent.