Many versions of Delphi including Delphi 2010 display” Error executing ‘D:\ProgramData{BBD31133-40F8-4B57-9BA6-DB76C03D153B}\Setup.exe’: The parameter is incorrect in the AutoRun Tab.”
What does it mean and how do you eliminate it?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You need to tell Delphi to not check for updates upon startup – I believe you have to do that in the installer (doing a repair should be good enough, I think), or go into the registry and change it manually. The alternative is running the IDE as an administrator.
It’s a conflict between the privileges Vista believes the update checker requires (due to the filename, apparently) and the privileges the IDE has, causing UAC to prevent the executable from being launched automatically (unfortunately, the error message returned doesn’t really make much sense in the context).