I come from China, for the first time to come here。
I met some problems when using 9.2.5 version,Windows Software Distribution Wizard Installed msi,
prefetch RunAsCurrentUser.exe sha1:ee47505ebfb2790b9da8a20ed70e67158e9753d0 size:342528
http://software.bigfix.com/download/bes/util/RunAsCurrentUser-2.0.3.1.exe
sha256:1a9b518c775e2a85a7c47801e9b8221df338a65ad8df326485e4cd2aea22fe52
utility __Download\RunAsCurrentUser.exe
waithidden __Download\RunAsCurrentUser.exe --w --q cmd.exe /c "{pathname of system folder & "\msiexec.exe"}" /i __Download\7z.msi /qn /norestart
If the current user terminal is “administrator”, then all OK, successfully installed
If the current logged in user is “Davy,” belong to the administrators group, log, console information is done tips, without any abnormal situation, but not installed
This is probably the reason why?
Thanks
(My English is not very good, sorry)
======================================================================
update:
Find a new situation
waithidden __Download\RunAsCurrentUser.exe --w --q cmd.exe /c "{pathname of system folder & "\msiexec.exe"}" /i __Download\7z.msi /qn /norestart
In the user Davy environment If you remove the" /qn /norestart",
waithidden __Download\RunAsCurrentUser.exe --w --q cmd.exe /c "{pathname of system folder & "\msiexec.exe"}" /i __Download\7z.msi
So can appear installation interface for users to install, just can't silent installation ,Parameter(/qn /norestart) is no problem, because the use of the system permissions to install can be silent installation,
So the question now is focused on the Not administrator && /qn/norestart ?