
BBrown.20171027034756 asked a question.
Java Application MSI Best Practices?
I know this question doesn't really fit under InstallShield as a topic, but we are using InstallShield to build a Java application installation.
We are looking to deploy a Java desktop application and I am wondering if there are any Best Practices for doing that. We have a number of Windows applications we are deploying and patching and the biggest thing I am concerned about is being able to patch the application correctly.
A lot of the files are named like JavaFileName_12_0_1_RELEASE.jar. Basically [Function]_[Version]_[Environment].jar
My concern is that if this file is patched/fixed and it then becomes JavaFileName_12_0_2.jar and I need to build a patch for it, I will start to have issues.
I have done a lot of searching, but if anybody has some existing links or thoughts to share, I would like to hear them. Thanks.
On the other hand, if you are using an InstallScript project, or perhaps an InstallAnywhere project (I'm not familiar enough with those) the rules will differ and this scenario may be fine.