Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. Windows API
  4. Installing an application with UAC mode on in Vista

Installing an application with UAC mode on in Vista

Scheduled Pinned Locked Moved Windows API
2 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • S Offline
    S Offline
    shashank_kumar
    wrote on last edited by
    #1

    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

    M 1 Reply Last reply
    0
    • S shashank_kumar

      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

      M Offline
      M Offline
      Mike Dimmick
      wrote on last edited by
      #2

      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

      1 Reply Last reply
      0
      Reply
      • Reply as topic
      Log in to reply
      • Oldest to Newest
      • Newest to Oldest
      • Most Votes


      • Login

      • Don't have an account? Register

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • World
      • Users
      • Groups