Pergunta

I am looking for a way I can pass to my installscript check if I application is uninstalling.

I tried this:

if (REMOVE) then
  MessageBox("uninstalling!", INFORMATION);
  return 0;
endif;

but it triggers even if I am installing :(

Nenhuma solução correta

Licenciado em: CC-BY-SA com atribuição
Não afiliado a StackOverflow
scroll top