we have a website developed in java and .net. it works fine. but now we want to develop a installer in .net for the deployment of website. which should deploy both modules means java and .net .
i know about custom installer in .net but how can i deploy java module through this installer???????
we have a website developed in java and .net. it works fine. but now
Share
You should be able to use a standard Setup project in Visual Studio. Since we are talking about Java, all you have to do is place the right JAR in the right folder. You would do that the same way you would any other content file.