This website uses cookies. By clicking Accept, you consent to the use of cookies. Click Here to learn more about how we use cookies.
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
- Revenera Community
- :
- InstallShield
- :
- InstallShield Forum
- :
- Jar files and versions
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Mar 02, 2009
12:10 PM
Jar files and versions
I have a bunch of jar files in a merge module that I am composing. Since jar files dont have versions, I wonder how does InstallShield deal with it? Is it intelligent enough to dig into the manifest file? What is the suggested approach with jar files.
Thanks!
Thanks!
(1) Reply
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Mar 03, 2009
10:30 AM
If you are using a Windows Installer-based project to distribute this file, Windows Installer will use its file-versioning rules, which will treat this file as unversioned (unless you use a companion file, or other table-based mechanisms to override this). In an InstallScript project, the file will also be treated as unversioned, so overwriting will follow the options you select.
