javamann
Posts: 7
Joined: Mon Dec 01, 2008 7:20 pm

property files

Our is a Java application that makes heavy use of property files. I notices AI supports INI files, is there a way to examine properties files (*.properties) and change values in the files?

Thanks
Cosmin
Posts: 5797
Joined: Tue Jul 10, 2007 6:39 pm
Contact: Website

Re: property files

Hi,
is there a way to examine properties files (*.properties) and change values in the files?
Yes, you can import these files as INI's and modify them by using the INI Editor. This can be done in the "Files and Folders" page by using the "Import Files" toolbar button or "Import" -> "INI Files" context menu.

Regards,
Cosmin
Cosmin Pirvu - Advanced Installer Team
Follow us: Twitter - Facebook - YouTube
javamann
Posts: 7
Joined: Mon Dec 01, 2008 7:20 pm

Re: property files

I assume this approach would have the same restrictions as the INI files, such that they have to be located in the windows folder?
Cosmin
Posts: 5797
Joined: Tue Jul 10, 2007 6:39 pm
Contact: Website

Re: property files

Hi,

I'm not sure I know the restrictions you are referring to. The INI editor allows you to edit any file which uses an INI format, no matter where it is installed or where it comes from.

Regards,
Cosmin
Cosmin Pirvu - Advanced Installer Team
Follow us: Twitter - Facebook - YouTube

Return to “Common Problems”