Hello,
I upgraded Advanced Installer from 7.2.1 to 7.3.
My Java application uses the files system to store a configuration file, as well as log files. When launching, the application tries to read this configuration file, if it exists, or creates it with specific parameters asked to the user.
I made a msi file with Advanced Installer 7.3.
When I try to launch my Java application at the end of the installation process (with the specific checkbox selected), the configuration file doesn't exist, so the application creates it directly into its directory (in theory..). But in fact, the configuration file is not created so when I restart the application, I have to define once again my parameters ! But that's not the only strange thing ... I uninstalled the application .. Then I reinstall it, and launch the application from the installation process. Then, it's magic ! the application found parameters whereas the file didn't exist at all ! I guess the configuration file was stored somewhere else the previous time..
I tried on Windows XP, Windows Vista & Windows 7, it's the same.
I downgraded Advanced Installer to 7.2.1 and everything is fine. But some bugs fixed in 7.3 are really interesting so I'd like to know if my bug is a referenced one
and will be fix very soon.
Thanks