tags:

views:

17

answers:

2

I have an application with a .jar installer. the .jar file is the installer. Now i want to make a .cab file for the application and install it using internet explorer through web config. I got a tool by which i have converted my .jar installer into .exe now i want to convert it into .cab file which can be installed with .cab file

A: 

Why would you want to do this? Java has Java Web Start which allows you to run a Java application launched from any browser, instead of limiting you to IE.

Romain Hippeau
its a requirement by a microsoft freak cllient
sanjay pandey
A: 

I guess NSIS can create these files if you need native windows installable files.

It also has a maven plugin.

Peter Tillemans
we have an exe now we want to develop .cab app so that it can be downloaded on IE and installed
sanjay pandey