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
2010-10-04 10:03:08
its a requirement by a microsoft freak cllient
sanjay pandey
2010-10-04 10:41:41
A:
I guess NSIS can create these files if you need native windows installable files.
It also has a maven plugin.
Peter Tillemans
2010-10-04 10:15:25
we have an exe now we want to develop .cab app so that it can be downloaded on IE and installed
sanjay pandey
2010-10-04 11:04:14