=== ----- Original Message ----- From: "David A. Cobb" <[EMAIL PROTECTED]> > I've had cases like this in another context and found the most > straightforward solution is for (setup.exe) to do any uninstalls first, > then any reinstalls, then everything else. This would also have saved a > few shot toes when libncurses#n came out (I thin`).
It causes other problems. Consider this: Reinstalled package foo requires new package bar. When reinstalling foo, if bar is used during a post install script.. bang! that will fail. Rob
