Issue 3377: Chrome 0.3.154.2 signed installers doesn't work on Vista
NonAdmin account
http://code.google.com/p/chromium/issues/detail?id=3377
Comment #2 by [EMAIL PROTECTED]:
Yes looks like this is manifest problem.
Signed installer manifest is:
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
</assembly>
And original installer manifest is:
<assembly xmlns="urn:schemas-microsoft-com:asm.v1"
manifestVersion="1.0"><ms_asmv2:trustInfo
xmlns:ms_asmv2="urn:schemas-microsoft-
com:asm.v2"><ms_asmv2:security><ms_asmv2:requestedPrivileges>
<ms_asmv2:requestedExecutionLevel level="asInvoker">
</ms_asmv2:requestedExecutionLevel>
</ms_asmv2:requestedPrivileges></ms_asmv2:security></ms_asmv2:trustInfo></assembly>
Will check what is wrong with signing process.
--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Chromium-bugs" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/chromium-bugs?hl=en
-~----------~----~----~----~------~----~------~--~---