Hi
In my installer I am running some custom actions(powershell script files) .
I want that if some custom action fail, it would present an error message to the user with error details
For example if the script is trying to delete some folder that can't be deleted.. The user will see some error message saying this folder already in use
I don't want do it threw the powershell script because in the future I want to stop using this scripts.
I saw this similar issue http://www.advancedinstaller.com/forums ... hp?t=29112, but couldnt understand the solution
How does it work? How does I make this error dialog to appear if error occured and how do i present the needed message?
thanks