My app uses .net 4 Client Profile, and needs to be installed on a machine, which doesn't have the net framework and by a non-admin user. Could anyone confirm if it's possible?
Asked
Active
Viewed 185 times
1 Answers
0
You will need to enable your application to be deployed via ClickOnce

Federico Berasategui
- 43,562
- 11
- 100
- 154
-
Done that - but non-admin users still can't install it. As it attempts to install .net fwk and fails due the lack of right. Out of interest can you install WEBBrowserAppplication as anything bar Click Once App? – user1514042 Nov 20 '12 at 16:01