aukai-zz / heimdall-one-click

Automatically exported from code.google.com/p/heimdall-one-click
0 stars 0 forks source link

Windows 7 permissions for driver installation #2

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Install under windows 7 
2. observe the error message http://pastebin.com/M8Yimuxa
3.

What is the expected output? What do you see instead?
Drivers should be installed under windows7 by permissions elevation.  However, 
they are not.  

Please use labels and text to provide additional information.
Zadig must be executed with a higher level of permissions

Original issue reported on code.google.com by adamoutler@gmail.com on 4 Jul 2011 at 5:23

GoogleCodeExporter commented 8 years ago
hint:

runas /user:administrator /savecred c:\myfile.exe

requires testing under Win7

Original comment by adamoutler@gmail.com on 4 Jul 2011 at 5:31

GoogleCodeExporter commented 8 years ago
workaround:

runas /user:administrator /savecred java -jar OneClick.jar

Original comment by adamoutler@gmail.com on 4 Jul 2011 at 5:33

GoogleCodeExporter commented 8 years ago
UAC deployable binary for "Run as administrator" has been implemented.  It 
could be more user friendly. This will be acceptible and it is a proper 
workaround for UAC.  

Original comment by adamoutler@gmail.com on 6 Jul 2011 at 3:14