Prompt user to type in phrase

Hello,
we are trying to deploy a win32 application with psdat, once deployed it should prompt for user asking phrase to uninstall a software, is it possible?

Regards

Why not have your deployment tool detect the application’s installation and remove it?

In my mind, Once an application is installed, PSADT’s job is done.

Hi,
This could be possible by adding such logic to the Post-Installation part of your PSADT script in the form of a Yes/No question.
Note that you shouldn’t ask the user for any “dynamic input” since the installation is usually run as System.