• 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

Change properties file while installing jar using installer (Launch4j and inno setup)

 
Greenhorn
Posts: 6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I do not know where else to post this so posting this under this section.

I have a simple java class that displays a name.


And following is my config.properties file.


Exported this app as a jar file(Display.jar) and created .exe file using

Using Display.exe, Created installer using and installed this as a desktop application.

Here is what I am looking for. While installing the setup file(generated using InnoSetup), I want user to give a name, that changes the value of name in properties file that is used by my application.

Please let me know if there is any tool that does this.

I have seen this post but I do not know vbs and also we are looking for open source. http://www.advancedinstaller.com/forums/viewtopic.php?t=21292
 
I am Arthur, King of the Britons. And this is a tiny ad:
a bit of art, as a gift, that will fit in a stocking
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic