문제

If we develop a traditional desktop WinForms app with the target framework set to '.NET 4.0 Client Profile' and would like to switch to the full .NET Framework profile, can it cause any issues which can be solved only by elevating the app rights? And what about the .NET 4.0 full profile installation process itself - - may it require admin rights? Our goal is to make possible the usage of our app by any user without admin rights.

도움이 되었습니까?

해결책

Normally admin privilege is mandatory only if the application installation modifies any system files or restricted registry settings.

Windows installers require admin privilege as it writes some information into registry. Also any version of .NET Framework require admin privilege to install. But as you might know windows OS comes with .Net Framework(Framework version vary with OS).

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top