I have the same issue. We just bought Advanced Installer..
I am using v11.5.1, and created a new Proffesional project to create a MSI file for my application.
The application was previously distributed via MSI files created by InstallShield3. I have entered the same name, files and paths, ProductCode and UpgradeCode. According to my knowledge, this new MSI should work equally well with our current autoupdate feature:
Code: Select all
msiexec.exe /fva "C:\ProgramData\OurProduct\update\OurApp.msi" /norestart
But the installation failed silently. I now have the same problem as OP:
- Our product is not listed when uninstalling programs.
- I get the same error message when running the MSI file directly.
Things i tried..
Since you mentioned locale, i looked for a way to see the used locale in InstallShield3, but i found none. I saw that the AdvancedInstaller product locale was hardcoded to "English (United States)". I wanted to add/edit and try a en_UK setting (in case it got that from the EXE) but i cant.
So that did not work.. any suggestions so i can use Advanced Installer?