Hi AllI am getting errors trying to silently install the mobile GP tools for mobile build 10.0 2525, what am I doing wrong?The following give inernal error 2711msiexec /i setup.msi ADDLOCAL="GP Tools" /qb
or
msiexec /i setup.msi ADDLOCAL=GPTools /qb
The following raises an msiexec dialog (doesn't like the space in between GP and Tools)msiexec /i setup.msi ADDLOCAL=GP Tools /qb
The setup.msi does not appear to be corrupt, as running via installer UI works.Thanks, Tony