.NET Framework 2.0 Bug
When you’re deploying .NET Framework 2.0 via Group Policy, there are two options available
- asssigned
- published
Doing so, the application will be installed on the workstation when reboot. i had tested this and found no problem.
Doing so, the application will be available on users control panel > add remove programs > add new programs. i had tested this and found ERROR.
the ERROR found when you’re publishing the application appears as follow:
MSI (s) (18!84) [14:41:46:857]: Product: Microsoft .NET Framework 2.0 — 1: ALLUSERS property is not 1 – this MSM cannot be used for a per-user or fallback-to-per-user install 2:
if you want to find out the root cause for this you may try to access http://blogs.msdn.com/astebner/archive/2007/01/30/resolving-net-framework-2-0-setup-error-related-to-the-allusers-property.aspx
if you wanna to find microsoft official resources for this you may try to access http://msdn.microsoft.com/en-us/library/aa480237.aspx

