exclude SSO module during GPO installation

  • Thread starter Thread starter ds411
  • Start date Start date
D

ds411

Hi,

Can someone please tell me if it's possible to exclude the SSO module during GPO installation (as is possible during a manual installation). If so, how can I acheive this?

Many thanks.
 
ds411 said:
Hi,

Can someone please tell me if it's possible to exclude the SSO module during GPO installation (as is possible during a manual installation). If so, how can I acheive this?

Many thanks.

You can disable the SSO from being activated by setting SSO = 0, in the MSI. I dont think you can disable the installation of the module itself, however I will try to get you more information
 
zippo said:
ds411 said:
Hi,

Can someone please tell me if it's possible to exclude the SSO module during GPO installation (as is possible during a manual installation). If so, how can I acheive this?

Many thanks.

You can disable the SSO from being activated by setting SSO = 0, in the MSI. I dont think you can disable the installation of the module itself, however I will try to get you more information

you can change the installation via this msi property

yes, there are property to disable SSO registration inside msi.
It is called "TUXGINA" and has three possible values
0 - install
1 - not install
2 - prompt
 
Back
Top