Hi,
We have a problem with the installation of Spokes_RT.msi in a particular situation.
The problem occurs when our installer program (made with NSIS) executes Spokes_RT.msi in a standard user account without admin rights.
I have attached two logs files. The first one, installOk.zip, shows an installation that was properly done with the command:
C:\Users\test\Desktop>msiexec /i "Spokes.2.8_RT.msi" /passive /L*V "installOk.log"
The second one, installFailed.zip, shows the installation that failed. The msi is called by our installer program like this:
ExecWait '"msiexec" /i "$TEMP\Spokes.2.8_RT.msi" /passive /L*V "C:\installFailed.log"' $0
Before that, the execution level has been raised with "RequestExecutionLevel admin"
Eventually in this last situation, the installation fails, Spokes does not appear in the installed programs.
However, the process PlantronicsURE.exe is started and is running as Admin.
Any help welcome!
Cheers
Staffan
Information about the logs: The standard user is "test" and the administrator is "Admin"