MySQL Forums
Forum List  »  Install & Repo

UAC in Windows Vista RE: 5.0.51a Installation Guide for Windows Vista
Posted by: Benjamin Bengfort
Date: March 12, 2008 04:17AM

It seems that the real crux of the problem here is that you can't naturally run MySQLInstanceConfig.exe as administrator; because when you right click the file and show its properties, there is no "Run as Administrator" choice. UAC blocks any program that thinks it can run as administrator without verifying with UAC.

Changing the script to requireAdministrator allows UAC user input as to whether or not to allow the program to run as administrator and runs the program correctly. To get around this, you can change its properties to "always run as administrator" and then circumvent the UAC.

Options: ReplyQuote


Subject
Written By
Posted
February 25, 2008 03:55PM
March 25, 2008 11:36AM
November 13, 2008 06:31PM
UAC in Windows Vista RE: 5.0.51a Installation Guide for Windows Vista
March 12, 2008 04:17AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.