• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

izpack help

 
Ranch Hand
Posts: 88
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi
I am using izpack to create an installer for a SWING application.
I need to do the following with my installer...

1. The installer should check for the jre version installed in the client machine. If it is lower than 1.5, it should automatically launch the installtion of jre 1.5 which will be shipped on the CD.

2. It should check for the location of Winword.exe and AcroRD32.exe and paste the complete path as a value to a variable in the properties file.


Any help...
 
Greenhorn
Posts: 24
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
For checking if java is located or not you may use IzPack launcher which first verifies that Java is installed on the target machine
 
reply
    Bookmark Topic Watch Topic
  • New Topic