Hello to all,
I have built a Visual studio 2022 SSIS package and I would like to add a command that will check if Visual Studio 2019 SSIS is installed, and if so the following prompt will appear.
Where in script should I add the command that correspond to ‘Yes’ ? and where to add a command where the user press ‘No’?
I was not able to find an example for this parameter.
Thank you
Amir
Show-InstallationPrompt -Title "Uninstalling VS 2019 SSIS" -Message "The installation detected Visual studio 2019 SSIS. Would you like to uninstall this version?" -MessageAlignment 'Left' -ButtonRightText 'Yes' -ButtonLeftText 'No' -TopMost $true