UAC plug-in: Difference between revisions

From NSIS Wiki
Jump to navigationJump to search
No edit summary
 
No edit summary
Line 5: Line 5:
Latest version:
Latest version:
[http://stashbox.org/19998/UAC%20v0.0.5e.zip UAC v0.0.5e]
[http://stashbox.org/19998/UAC%20v0.0.5e.zip UAC v0.0.5e]
This plugin has been tested under the following environments:
* Windows Vista - UAC On - Administrator
* Windows Vista - UAC Off - Administrator
* Windows Vista - UAC On - Standard User - User supplies administrator info into the UAC dialog
* Windows Vista - UAC On - Standard User - User does not supply administrator info into the UAC dialog
* Windows Vista - UAC Off - Standard User - User supplies administrator info into the Run As dialog
* Windows Vista - UAC Off - Standard User - User does not supply administrator info into the Run As dialog
* Windows XP - Administrator
* Windows XP - Limited User - User supplies administrator info into the Run As dialog
* Windows XP - Limited User - User does not supply administrator info into the Run As dialog
* Windows 2000 - Administrator
* Windows 2000 - Standard User - User supplies administrator info into the Run As dialog
* Windows 2000 - Standard User - User does not supply administrator info into the Run As dialog
Windows 98 is untested, but it should work.  :)
Note: When a standard or limited user supplies administrator information into the Run As dialog,
you may experience permissions trouble with any extracted file.  For example, if a Windows 2000 standard user supplies administrator info into the Run As dialog, and the NSIS installer extracts an .exe file, then trying to call that .exe through an Exec can fail.  If this is a problem, you will want to use the [[AccessControl_plug-in|AccessControl plug-in]].

Revision as of 05:55, 11 May 2007

This plug-in attempts to work around the UAC problems on Vista related to staring a new process from an elevated installer.

It all started in http://forums.winamp.com/showthread.php?s=&threadid=265780 and is still very much in the alpha stage (Use at your own risk).

Latest version: UAC v0.0.5e


This plugin has been tested under the following environments:

  • Windows Vista - UAC On - Administrator
  • Windows Vista - UAC Off - Administrator
  • Windows Vista - UAC On - Standard User - User supplies administrator info into the UAC dialog
  • Windows Vista - UAC On - Standard User - User does not supply administrator info into the UAC dialog
  • Windows Vista - UAC Off - Standard User - User supplies administrator info into the Run As dialog
  • Windows Vista - UAC Off - Standard User - User does not supply administrator info into the Run As dialog
  • Windows XP - Administrator
  • Windows XP - Limited User - User supplies administrator info into the Run As dialog
  • Windows XP - Limited User - User does not supply administrator info into the Run As dialog
  • Windows 2000 - Administrator
  • Windows 2000 - Standard User - User supplies administrator info into the Run As dialog
  • Windows 2000 - Standard User - User does not supply administrator info into the Run As dialog

Windows 98 is untested, but it should work.  :)

Note: When a standard or limited user supplies administrator information into the Run As dialog, you may experience permissions trouble with any extracted file. For example, if a Windows 2000 standard user supplies administrator info into the Run As dialog, and the NSIS installer extracts an .exe file, then trying to call that .exe through an Exec can fail. If this is a problem, you will want to use the AccessControl plug-in.