
I need to install JDK and then MSDE along with my files.
Earlier, the setup used to automaticall install JDK (??!!)
Enable(SELFREGISTERBATCH); is called there. Now I am upgrading the setup, so that it also installs MSDE component.
I expected the "Enable(SELFREGISTERBATCH);" to do the trick

I had tried to include MSDE object into the IS project and I wanted control in the code to check if any SQL servers are running. Only if none of the SQL servers/engines are installed, I need to install the MSDE.
I dont now where to control the MSDE object installation. No matter what check I have put, it continues installing the MSDE and fails.
So I created another wrapper setup.exe independantly and NOW, I want to run this wrapper and the JDK installation...
Could someone please help me??
Many thanks for your time.