Handling prerequisites in PSDSC

Copper Contributor

So I am a little unsure of how to handle one of my software's prerequisites for deployment through Powershell DSC. One of the prerequisites is C++ 2019 x86. However, the problem here is that since they are still actively developing C++ 2019 x86, then the version can change and thus the GUID will change. So instead of having to make sure that I accommodate for multiple GUID's/versions, I would like to find a way to be more version agnostic.

 

Can anyone provide any suggestions on how to accomplish this? I just can't seem to find a good way to accomplish this myself.

 

Thanks.

0 Replies