Skip to main content
Solved

Enable Password Services in AGent MSI (using transform)

  • July 31, 2023
  • 2 replies
  • 55 views

Forum|alt.badge.img

Hello, How can I enable password services in the agent.msi using a transform? I see a property named “ENABLESYSAIDPS”. Is the the correct property? Should it be -1, 1, or 0?

 

Thanks

Best answer by iulian.olaru

Hi Jeffrey,

ENABLESYSAIDPS is indeed the correct property and the value should be set to 1.

2 replies

iulian.olaru
SysAider
Forum|alt.badge.img+1
  • SysAider
  • Answer
  • July 31, 2023

Hi Jeffrey,

ENABLESYSAIDPS is indeed the correct property and the value should be set to 1.


Forum|alt.badge.img
  • Author
  • Community Enthusiast
  • July 31, 2023

Great! I’ll try it out. Thank you so much for your answer.