1

With wise installer, how can I make the 'Remove' action display a dialog? I would like to have some options displayed to the user.

The modify seems to do this, but my remove action just causes the uninstall with no options.

Kyle
  • 17,317
  • 32
  • 140
  • 246

1 Answers1

2

I'm not sure if I understood you but have you consider making another app (using wise scripts) that would act as a 'proxy' to uninstaller, so you execute it instead of uninstaller.

Within this application you can display any dialog you want and if needed execute "unwise32.exe /A install.log" to continue with removing.

sinek
  • 2,458
  • 3
  • 33
  • 55