Cagoo1961
Posts: 2
Joined: Mon May 15, 2023 12:01 pm

Advanced Installer error in Windows XP

Mon May 15, 2023 12:04 pm

I added all the required DLLs to the installer even changed the framework to 4.0 so that the application works fine on Windows Xp. I executed the installer on Windows Xp and it gives me the error given the image above at the end of installation. How should I fix this ? Please help

Regards
Attachments
installed.png
installed.png (73.84KiB)Viewed 4899 times

Liviu
Posts: 1035
Joined: Tue Jul 13, 2021 11:29 am
Contact:  Website

Re: Advanced Installer error in Windows XP

Tue May 16, 2023 11:20 am

Hello and welcome to our forums,

I'm not quite sure why this happens.

In order for us to further investigate this, can you please send us by email to support at advancedinstaller dot com the following resources:

1. the .AIP (setup project) file
2. a download link for your setup package
3. an installation log

You can create an installation log by launching your setup package with a command line like this:

Code: Select all

msiexec /i setup.msi /L*V "D:\installLog.txt"
when using an MSI package type, or a command like this

Code: Select all

setup.exe /L*V "D:\installLog.txt"
when using an EXE package type.

Best regards,
Liviu
________________________________________
Liviu Sandu - Advanced Installer Team
Follow us: Twitter - Facebook - YouTube

Return to “Common Problems”