سؤال

We are using Setup Project with windows C# and are using launch conditions to validate some prerequisites while installation. But it occurs in UNINSTALL time also. Can any body suggests, how to remove the launch condition validation while uninstall ...

Please let me know any possible solutions.

هل كانت مفيدة؟

المحلول

The REMOVE property is set to "ALL" when you uninstall.

The condition would include '... AND NOT REMOVE = "ALL" '.

مرخصة بموجب: CC-BY-SA مع الإسناد
لا تنتمي إلى StackOverflow
scroll top