Hello AI-Team,
we build our application with AI, registered Enterprise Edition - I just updated to v17.1.2.
The datadir can be found under "C:\Program Data\[Manufacturer]\[branding name]\" (although the users can change this value).
We're trying to build a solution for unattended updates for our customers.
If I test-update our app with a normal Setup.msi (run with MSIExec) incl. full UI, all works out fine.
All paths - incl. the path to the datadir - are resolved correctly.
But if I use "/passive" or "/quiet" for the MSI install, the datadir is not (!) accessed for the updated data. Instead, a folder named "datadir" can be found under the "program files x86" folder !!! This folder contains the data, which should have been installed in the "C:\Program Data\[Manufacturer]\[branding name]\" folder.
Is this an issue within Advanced Installer, or is it the MSIExec, which has an error when running in unattended modes?
Again, if I run this setup with UI there is no folder problem whatsoever. Only a passive or silent MSI install gives us the wrong data folder.
Regards
Alf