Installing an application with UAC mode on in Vista
-
Hi All, I want to install one scripting application but it's not installing,when i am doing UAC mode off it's installing and working fine. Is there any way so that without doing UAC mode off and manual work, we can install our application
-
Hi All, I want to install one scripting application but it's not installing,when i am doing UAC mode off it's installing and working fine. Is there any way so that without doing UAC mode off and manual work, we can install our application
Either: - Install to a per-user location; - Run the installation package elevated (right-click, select Run As Administrator) - If you wrote the package, use a technology that automatically elevates (e.g. Windows Installer). If it is a Windows Installer package, note that any impersonated custom actions will now run non-elevated, i.e. as a standard user. If this is causing the problem, run the installer from an Administrator command prompt - and report the bug to the developer.
DoEvents: Generating unexpected recursion since 1991