PDA

View Full Version : Uninstall needs restart?



Michael Hartlef
02-07-2007, 21:48
Hi folks,

till 1.3.0.1 I could uninstall thinbasic without a problem. 1.4.0.x now wants me to restart my computer after I unstall TB. Why?

ErosOlmi
02-07-2007, 21:54
The only reason I can think is that one or more DLL or EXE were in use when you performed uninstall.
At that point InnoSetup leave that DLL or EXE on the PC and write a RunOnce delete in the registry to be executed when you restart.

In any way I will check if I changed something in the installation script.

Eros