Important Notice: On February 29th, this community was put into read-only mode. All existing posts will remain but customers are unable to add new posts or comment on existing. Please feel to join our Community Discord for any questions and discussions.

PDQDeploy: Install application with .net dependency

Hi All,

 

I am quite new to PDQ, so If this question is already answered somewhere, please tell me.

I have a custom built application which needs windowsdesktop-runtime-5.0.4-win-x64 to be installed.

I have created a seperate package in PDQDeploy to install this package. 

How can I configure the custom built package to install windowsdesktop-runtime-5.0.4-win-x64 on the client system if it is not installed? I can create a seperate installation step, but how can i configure a step to check whether the windowsdesktop-runtime-5.0.4-win-x64 application is already installed?

Kind Regards!

Tom

1

Comments

2 comments
Date Votes
  • One way you could do is to create a package that points to each of those packages as Nested Package steps. Set the Collection Condition on the .NET step to "Is a member" of a "not installed" collection. You may have to build this collection yourself, I don't remember if the Collection Library has a .NET Core collection. Make sure to set the Error Mode to "Continue".

    1
  • Thanks! Works like a charm!

    0