|
dev
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Problem in deploying .Net Framework 2.0 through GPO (2003)I have tried to deploy .Net Framework 2.0 as per the instructions given in
http://msdn2.microsoft.com/en-us/library/aa480236(d=printer).aspx I have elevated the privileges for group policy and am trying to deploy using User Configuration (also tried computer configuration with same results). I have also cleaned up using a utility from microsoft blog server. The error is: ALLUSERS property is not 1 - this MSM cannot be used for a per-use or fallback-to-per-use install Please assist. thank you kannan Hello Kannan,
This issue looks to me that it is more like a GPO and AD issue, and not a .framework DEV related one. I suggest you may post this issue in: microsoft.public.windows.group_policy microsoft.public.windows.server.active_directory You may have someone who has more experience on AD and GPO to assist you on it. Sincerely, Luke Zhang Microsoft Online Community Support ================================================== Get notification to my posts through email? Please refer to http://msdn.microsoft.com/subscriptions/managednewsgroups/default.aspx#notif ications. Note: The MSDN Managed Newsgroup support offering is for non-urgent issues where an initial response from the community or a Microsoft Support Engineer within 1 business day is acceptable. Please note that each follow up response may take approximately 2 business days as the support professional working with you may need further investigation to reach the most efficient resolution. The offering is not appropriate for situations that require urgent, real-time or phone-based interactions or complex project analysis and dump analysis issues. Issues of this nature are best handled working with a dedicated Microsoft Support Engineer by contacting Microsoft Customer Support Services (CSS) at http://msdn.microsoft.com/subscriptions/support/default.aspx. ================================================== This posting is provided "AS IS" with no warranties, and confers no rights. Thanks
Show quote "Luke Zhang [MSFT]" wrote: > Hello Kannan, > > This issue looks to me that it is more like a GPO and AD issue, and not a > .framework DEV related one. I suggest you may post this issue in: > > microsoft.public.windows.group_policy > microsoft.public.windows.server.active_directory > > You may have someone who has more experience on AD and GPO to assist you on > it. > > Sincerely, > > Luke Zhang > > Microsoft Online Community Support > ================================================== > Get notification to my posts through email? Please refer to > http://msdn.microsoft.com/subscriptions/managednewsgroups/default.aspx#notif > ications. > > Note: The MSDN Managed Newsgroup support offering is for non-urgent issues > where an initial response from the community or a Microsoft Support > Engineer within 1 business day is acceptable. Please note that each follow > up response may take approximately 2 business days as the support > professional working with you may need further investigation to reach the > most efficient resolution. The offering is not appropriate for situations > that require urgent, real-time or phone-based interactions or complex > project analysis and dump analysis issues. Issues of this nature are best > handled working with a dedicated Microsoft Support Engineer by contacting > Microsoft Customer Support Services (CSS) at > http://msdn.microsoft.com/subscriptions/support/default.aspx. > ================================================== > > This posting is provided "AS IS" with no warranties, and confers no rights. > > > > First - the framework will only install per machine, so put it in that part
of GPO. The other big issue that can block the framework is not having Windows Installer 3.1 on the target machine. You can either uses WSUS (which can also install the framework) or download the Windows Installer 3.1 and extract it for deployment via GPO. Mike Ober. Show quote "Komandur Kannan" <kannan@noemail.noemail> wrote in message news:70C5E6CD-B33E-4C76-A5BF-E991C7265905@microsoft.com... >I have tried to deploy .Net Framework 2.0 as per the instructions given in > http://msdn2.microsoft.com/en-us/library/aa480236(d=printer).aspx > > I have elevated the privileges for group policy and am trying to deploy > using User Configuration (also tried computer configuration with same > results). > > I have also cleaned up using a utility from microsoft blog server. > > The error is: > > ALLUSERS property is not 1 - this MSM cannot be used for a per-use or > fallback-to-per-use install > > Please assist. > > thank you > kannan > This is weird. I *did* deploy it as machine policy. I did it again now and it
seems to be working now. The only difference is I included the user name in the rights list - That is irrelevant as it started deploying as soon as I rebooted the machine. I have created an MSI file from the framework control panel for security rights - Can I deploy this as user rights? (That is what I am trying to begin with - I will update the results). Thanks Show quote "Michael D. Ober" wrote: > First - the framework will only install per machine, so put it in that part > of GPO. The other big issue that can block the framework is not having > Windows Installer 3.1 on the target machine. You can either uses WSUS > (which can also install the framework) or download the Windows Installer 3.1 > and extract it for deployment via GPO. > > Mike Ober. > > "Komandur Kannan" <kannan@noemail.noemail> wrote in message > news:70C5E6CD-B33E-4C76-A5BF-E991C7265905@microsoft.com... > >I have tried to deploy .Net Framework 2.0 as per the instructions given in > > http://msdn2.microsoft.com/en-us/library/aa480236(d=printer).aspx > > > > I have elevated the privileges for group policy and am trying to deploy > > using User Configuration (also tried computer configuration with same > > results). > > > > I have also cleaned up using a utility from microsoft blog server. > > > > The error is: > > > > ALLUSERS property is not 1 - this MSM cannot be used for a per-use or > > fallback-to-per-use install > > > > Please assist. > > > > thank you > > kannan > > > > > I attempted to deploy the security via GPO with mixed success. I suspect it
wasn't the GPO, but the security settings themselves. Mike. Show quote "Komandur Kannan" <kannan@noemail.noemail> wrote in message news:D6D5622C-6C2F-46F1-B7B8-0C6126F8F457@microsoft.com... > This is weird. I *did* deploy it as machine policy. I did it again now and > it > seems to be working now. The only difference is I included the user name > in > the rights list - That is irrelevant as it started deploying as soon as I > rebooted the machine. > > I have created an MSI file from the framework control panel for security > rights - Can I deploy this as user rights? (That is what I am trying to > begin > with - I will update the results). > > Thanks > > > "Michael D. Ober" wrote: > >> First - the framework will only install per machine, so put it in that >> part >> of GPO. The other big issue that can block the framework is not having >> Windows Installer 3.1 on the target machine. You can either uses WSUS >> (which can also install the framework) or download the Windows Installer >> 3.1 >> and extract it for deployment via GPO. >> >> Mike Ober. >> >> "Komandur Kannan" <kannan@noemail.noemail> wrote in message >> news:70C5E6CD-B33E-4C76-A5BF-E991C7265905@microsoft.com... >> >I have tried to deploy .Net Framework 2.0 as per the instructions given >> >in >> > http://msdn2.microsoft.com/en-us/library/aa480236(d=printer).aspx >> > >> > I have elevated the privileges for group policy and am trying to deploy >> > using User Configuration (also tried computer configuration with same >> > results). >> > >> > I have also cleaned up using a utility from microsoft blog server. >> > >> > The error is: >> > >> > ALLUSERS property is not 1 - this MSM cannot be used for a per-use or >> > fallback-to-per-use install >> > >> > Please assist. >> > >> > thank you >> > kannan >> > >> >> >> > |
|||||||||||||||||||||||