PC Review


Reply
Thread Tools Rate Thread

Apply policies in order or as a prerequisite

 
 
Jordan
Guest
Posts: n/a
 
      13th Jun 2007
I have an application that needs to be installed in a certain order. It
needs to install the .Net 2.0 runtime, then the application, then some
add-on.

The app that requires the .Net 2.0 support will not install unless it sees
..Net on the computer so it will retry until it can install, however the
add-ons that are supposed to be installed last sometimes install first,
second or third even. I have set which of these three policies should come
first, but that does not seem to garrentee the order of install. What ends
up happening is that the add-ons may get installed before the primary app
and consequently they do not install the support for the primary app because
it has not been detected.

Since the primary app has embeded in it the requirement for .Net support it
will wait until .Net is installed before it installs. Is there a way I can
force the add-on's policy to check for something prior to install?



 
Reply With Quote
 
 
 
 
Darren Mar-Elia
Guest
Posts: n/a
 
      13th Jun 2007
Jordan-
I'm assuming you're using Software Installation policy? If so, then the only
way you can guarantee install order is by putting each package in its own
GPO and then ordering the GPOs linked to the container (site, domain or OU)
such that the one you wish to install first (e.g. .Net Framework) has the
*lowest* order of precedence (i.e. it runs first before the others), the
next GPO then gets linked one higher up, etc.

Darren

--
Darren Mar-Elia
MS-MVP-Windows Server--Group Policy

Simplify Group Policy Troubleshooting with the NEW GPExpert Troubleshooting
Pak 1.0 at http://www.sdmsoftware.com/products.php

Visit the GPOGUY: http://www.gpoguy.com -- The Windows Group Policy
Information Hub:
FAQs, Training Videos, Whitepapers and Utilities for all things Group
Policy-related



"Jordan" <(E-Mail Removed)> wrote in message
news:%(E-Mail Removed)...
>I have an application that needs to be installed in a certain order. It
>needs to install the .Net 2.0 runtime, then the application, then some
>add-on.
>
> The app that requires the .Net 2.0 support will not install unless it sees
> .Net on the computer so it will retry until it can install, however the
> add-ons that are supposed to be installed last sometimes install first,
> second or third even. I have set which of these three policies should
> come first, but that does not seem to garrentee the order of install.
> What ends up happening is that the add-ons may get installed before the
> primary app and consequently they do not install the support for the
> primary app because it has not been detected.
>
> Since the primary app has embeded in it the requirement for .Net support
> it will wait until .Net is installed before it installs. Is there a way I
> can force the add-on's policy to check for something prior to install?
>
>


 
Reply With Quote
 
Jordan
Guest
Posts: n/a
 
      13th Jun 2007
That is what I did. I have three policies

MyApp - PreReq.
MyApp - MainInstall
MyApp - Addons

Inside of PreReq is .Net 2
Inside of MainInstall is the application
Inside of Addons is the add-on package.

When the test computers booted they appear to install the Add-ons first,
then PreReq, then the Main.


"Darren Mar-Elia" <(E-Mail Removed)> wrote in message
news:A176B45B-B26D-4E9D-A992-(E-Mail Removed)...
> Jordan-
> I'm assuming you're using Software Installation policy? If so, then the
> only way you can guarantee install order is by putting each package in its
> own GPO and then ordering the GPOs linked to the container (site, domain
> or OU) such that the one you wish to install first (e.g. .Net Framework)
> has the *lowest* order of precedence (i.e. it runs first before the
> others), the next GPO then gets linked one higher up, etc.
>
> Darren
>
> --
> Darren Mar-Elia
> MS-MVP-Windows Server--Group Policy
>
> Simplify Group Policy Troubleshooting with the NEW GPExpert
> Troubleshooting Pak 1.0 at http://www.sdmsoftware.com/products.php
>
> Visit the GPOGUY: http://www.gpoguy.com -- The Windows Group Policy
> Information Hub:
> FAQs, Training Videos, Whitepapers and Utilities for all things Group
> Policy-related
>
>
>
> "Jordan" <(E-Mail Removed)> wrote in message
> news:%(E-Mail Removed)...
>>I have an application that needs to be installed in a certain order. It
>>needs to install the .Net 2.0 runtime, then the application, then some
>>add-on.
>>
>> The app that requires the .Net 2.0 support will not install unless it
>> sees .Net on the computer so it will retry until it can install, however
>> the add-ons that are supposed to be installed last sometimes install
>> first, second or third even. I have set which of these three policies
>> should come first, but that does not seem to garrentee the order of
>> install. What ends up happening is that the add-ons may get installed
>> before the primary app and consequently they do not install the support
>> for the primary app because it has not been detected.
>>
>> Since the primary app has embeded in it the requirement for .Net support
>> it will wait until .Net is installed before it installs. Is there a way
>> I can force the add-on's policy to check for something prior to install?
>>
>>

>
>




 
Reply With Quote
 
Darren Mar-Elia
Guest
Posts: n/a
 
      13th Jun 2007
Is that the order below in which you have the GPOs linked to your container
as viewed in the GPMC? If so, then the order is incorrect. It should be:

MyApp-Addons
MyApp-MainInstall
MyApp-PreReq.

That way, the lowest priority GPO (PreReq) runs first, etc. Also, you should
make sure that what you're seeing is not the effect of a given install
failing. Just because it appears to run does not always mean it runs
correctly.

Darren

--
Darren Mar-Elia
MS-MVP-Windows Server--Group Policy

Simplify Group Policy Troubleshooting with the NEW GPExpert Troubleshooting
Pak 1.0 at http://www.sdmsoftware.com/products.php

Visit the GPOGUY: http://www.gpoguy.com -- The Windows Group Policy
Information Hub:
FAQs, Training Videos, Whitepapers and Utilities for all things Group
Policy-related

"Jordan" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> That is what I did. I have three policies
>
> MyApp - PreReq.
> MyApp - MainInstall
> MyApp - Addons
>
> Inside of PreReq is .Net 2
> Inside of MainInstall is the application
> Inside of Addons is the add-on package.
>
> When the test computers booted they appear to install the Add-ons first,
> then PreReq, then the Main.
>
>
> "Darren Mar-Elia" <(E-Mail Removed)> wrote in message
> news:A176B45B-B26D-4E9D-A992-(E-Mail Removed)...
>> Jordan-
>> I'm assuming you're using Software Installation policy? If so, then the
>> only way you can guarantee install order is by putting each package in
>> its own GPO and then ordering the GPOs linked to the container (site,
>> domain or OU) such that the one you wish to install first (e.g. .Net
>> Framework) has the *lowest* order of precedence (i.e. it runs first
>> before the others), the next GPO then gets linked one higher up, etc.
>>
>> Darren
>>
>> --
>> Darren Mar-Elia
>> MS-MVP-Windows Server--Group Policy
>>
>> Simplify Group Policy Troubleshooting with the NEW GPExpert
>> Troubleshooting Pak 1.0 at http://www.sdmsoftware.com/products.php
>>
>> Visit the GPOGUY: http://www.gpoguy.com -- The Windows Group Policy
>> Information Hub:
>> FAQs, Training Videos, Whitepapers and Utilities for all things Group
>> Policy-related
>>
>>
>>
>> "Jordan" <(E-Mail Removed)> wrote in message
>> news:%(E-Mail Removed)...
>>>I have an application that needs to be installed in a certain order. It
>>>needs to install the .Net 2.0 runtime, then the application, then some
>>>add-on.
>>>
>>> The app that requires the .Net 2.0 support will not install unless it
>>> sees .Net on the computer so it will retry until it can install, however
>>> the add-ons that are supposed to be installed last sometimes install
>>> first, second or third even. I have set which of these three policies
>>> should come first, but that does not seem to garrentee the order of
>>> install. What ends up happening is that the add-ons may get installed
>>> before the primary app and consequently they do not install the support
>>> for the primary app because it has not been detected.
>>>
>>> Since the primary app has embeded in it the requirement for .Net support
>>> it will wait until .Net is installed before it installs. Is there a way
>>> I can force the add-on's policy to check for something prior to install?
>>>
>>>

>>
>>

>
>
>


 
Reply With Quote
 
Jordan
Guest
Posts: n/a
 
      30th Jun 2007
That is what it turned out to be. I forgot the order within the policy is
not really order, it is priority.



"Darren Mar-Elia" <(E-Mail Removed)> wrote in message
news:98C7D457-10F1-4DE8-9823-(E-Mail Removed)...
> Is that the order below in which you have the GPOs linked to your
> container as viewed in the GPMC? If so, then the order is incorrect. It
> should be:
>
> MyApp-Addons
> MyApp-MainInstall
> MyApp-PreReq.
>
> That way, the lowest priority GPO (PreReq) runs first, etc. Also, you
> should make sure that what you're seeing is not the effect of a given
> install failing. Just because it appears to run does not always mean it
> runs correctly.
>
> Darren
>
> --
> Darren Mar-Elia
> MS-MVP-Windows Server--Group Policy
>
> Simplify Group Policy Troubleshooting with the NEW GPExpert
> Troubleshooting Pak 1.0 at http://www.sdmsoftware.com/products.php
>
> Visit the GPOGUY: http://www.gpoguy.com -- The Windows Group Policy
> Information Hub:
> FAQs, Training Videos, Whitepapers and Utilities for all things Group
> Policy-related
>
> "Jordan" <(E-Mail Removed)> wrote in message
> news:(E-Mail Removed)...
>> That is what I did. I have three policies
>>
>> MyApp - PreReq.
>> MyApp - MainInstall
>> MyApp - Addons
>>
>> Inside of PreReq is .Net 2
>> Inside of MainInstall is the application
>> Inside of Addons is the add-on package.
>>
>> When the test computers booted they appear to install the Add-ons first,
>> then PreReq, then the Main.
>>
>>
>> "Darren Mar-Elia" <(E-Mail Removed)> wrote in message
>> news:A176B45B-B26D-4E9D-A992-(E-Mail Removed)...
>>> Jordan-
>>> I'm assuming you're using Software Installation policy? If so, then the
>>> only way you can guarantee install order is by putting each package in
>>> its own GPO and then ordering the GPOs linked to the container (site,
>>> domain or OU) such that the one you wish to install first (e.g. .Net
>>> Framework) has the *lowest* order of precedence (i.e. it runs first
>>> before the others), the next GPO then gets linked one higher up, etc.
>>>
>>> Darren
>>>
>>> --
>>> Darren Mar-Elia
>>> MS-MVP-Windows Server--Group Policy
>>>
>>> Simplify Group Policy Troubleshooting with the NEW GPExpert
>>> Troubleshooting Pak 1.0 at http://www.sdmsoftware.com/products.php
>>>
>>> Visit the GPOGUY: http://www.gpoguy.com -- The Windows Group Policy
>>> Information Hub:
>>> FAQs, Training Videos, Whitepapers and Utilities for all things Group
>>> Policy-related
>>>
>>>
>>>
>>> "Jordan" <(E-Mail Removed)> wrote in message
>>> news:%(E-Mail Removed)...
>>>>I have an application that needs to be installed in a certain order. It
>>>>needs to install the .Net 2.0 runtime, then the application, then some
>>>>add-on.
>>>>
>>>> The app that requires the .Net 2.0 support will not install unless it
>>>> sees .Net on the computer so it will retry until it can install,
>>>> however the add-ons that are supposed to be installed last sometimes
>>>> install first, second or third even. I have set which of these three
>>>> policies should come first, but that does not seem to garrentee the
>>>> order of install. What ends up happening is that the add-ons may get
>>>> installed before the primary app and consequently they do not install
>>>> the support for the primary app because it has not been detected.
>>>>
>>>> Since the primary app has embeded in it the requirement for .Net
>>>> support it will wait until .Net is installed before it installs. Is
>>>> there a way I can force the add-on's policy to check for something
>>>> prior to install?
>>>>
>>>>
>>>
>>>

>>
>>
>>

>
>




 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Apply Security Policies Sandeep Thakker Microsoft Windows 2000 Security 4 6th Dec 2005 03:26 PM
Group policies don't apply Mykhaylo Khodorev Microsoft Windows 2000 Active Directory 10 24th Feb 2004 05:42 PM
Some policies apply when they want to...why? =?Utf-8?B?QnJlbnRseQ==?= Microsoft Windows 2000 Group Policy 3 30th Jan 2004 05:02 PM
Group Policies will not apply to XP Lisa Microsoft Windows 2000 Group Policy 0 12th Nov 2003 04:12 PM
Group Policies don't apply on any PCs Matt Microsoft Windows 2000 Group Policy 0 2nd Jul 2003 04:32 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 03:49 PM.