문제

Is there any way to tell the ClickOnce installer that if the targeted framework isn't available on the PC, to install it ONLY FOR THE CURRENT USER, not all users?

The ClickOnce install of the .NET Framework 4 onto certain Windows 7 PCs is failing, and I am pretty sure that's because it's being installed for all users not the current user only, and the current user doesn't have the permission to make changes for all users on the PC. So, we have to visit those PCs and log in as a domain admin and then run the install.

도움이 되었습니까?

해결책

The .NET Framework isn't like ClickOnce. It can't be installed "per user" into their profile folders. The framework has to be installed at a machine level and it has to be installed by an administrator.

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