I intend to write a wix setup that supports IIS6 and IIS7+. Does the IIS extension of Wix3.6 support both?
That means write once, run on both? Or should I write for each server version separate code or maybe even a custom action?
thanks in advance..
The good news is: I wrote wix3.6 code using the default IIS extention and it works on both servers II6 and IIS7 without any special code adaptation for a specific server:-) –