My Application became Readonly, Installed in windows 7's C:\Program Files\
923153Apr 1 2012 — edited Apr 4 2012Hi guys I have created some programs for just learning purpose using Swing, SWT and JavaFx 2.0. I created a installer for them. They work fine after installation except when they are installed in C:\Program files\ in windows7. It become readonly and does not edit the supporting files and even the Sqlite3 database.
Well I know the root of the problem. It is the UAC permission system that requires the Application to run in elevated permission mode to edit any file in C:\Program Files\ folder.
but how to solve it??