Hello,
I'm creating a Chocolatey package for the standalone PowerBuilder Compiler (PBC). The goal is to silently install PBC on hosted agents for our automated build process in Azure DevOps (formerly VSTS). I generated an InstallShield response file for this installation.
There's one screen (image attached) for which an automated response is not generated. As a result, this one screen is the only one to pop when running our silent installer. This "Choose Destination Location" screen appears to be a custom dialog.
Does anyone know the dialog name for this screen (e.g., SdAskDestPath)? If so, maybe I can manually insert a response into this response file.
Other than that, does anyone know of a good workaround for silently installing this tool? We prefer not having to pay for a 3rd party automation tool.