7. ClickOnce Deployment Limitations
Although ClickOnce deployment works well for most applications, there are some situations where Windows Installer is more appropriate.The following are some limitations that you should be aware of:
ClickOnce | Windows Installer | |
Application installation location | ClickOnce application cache | Program Files folder |
Install for multiple users | No | Yes |
Install shared files | No | Yes |
Install drivers | No | Yes (with custom actions) |
Install to Global Assembly Cache | No | Yes |
Add application to Startup group | No | Yes |
Add application to Favorites menu | No | Yes |
Register file types | No | Yes |
Access registry | No (can access HKLM with Full Trust permissions) | Yes |
Binary patching of files | Yes | No |
Install assemblies on demand | Yes | No |
Scott S.
FarPoint Technologies, Inc.
'기본 카테고리' 카테고리의 다른 글
Compressing and DeCompressing a File in C# (0) | 2009.02.18 |
---|---|
Writing an ActiveX control in C# (0) | 2009.02.17 |
우분투 넷북 리믹스(Netbook remix) (0) | 2009.02.02 |
델 미니 9 에 우분투 설치하기 (0) | 2009.02.02 |
Mysql-Connector-NET 한글 (0) | 2009.01.22 |