Using Wise for VS.Net, I have created an install that has
3 features. The one feature installs MSDE using the
required merge modules. The problem that I am having is
when I chose NOT to install that feature. For some
reason, one of the merge modules (SQL Base.msm) is still
being executed and calling a custom .dll
routine "SetServerRegKeyPrivileges." This causes an
error because MSDE is not installed. Can someone tell me
why a merge module that is contained inside of a feature
that is NOT being installed is executed?
Or can someone tell me if it is possible to modify this
merge module in some way so that my install does not fail
when MSDE is not being installed?
Thank you!