Question

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 :(

No correct solution

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top