svkirans
Posts: 9
Joined: Sat Jan 25, 2020 7:48 am

Updater not working on Windows 7

I am using Advanced Installer for Installation and for the updates. For the installation, I am creating an MSI file and then creating an exe for the updates. This process is working fine on Windows 10 and Windows 8 machines.

But on Windows 7, the updater is not launching even if I click it manually. Any hints on what could be the issue or where should I be looking for the issue.
Catalin
Posts: 6585
Joined: Wed Jun 13, 2018 7:49 am

Re: Updater not working on Windows 7

Hello,
and then creating an exe for the updates.
If I understand correctly here, you have created your own custom executable that downloads the MSI and the launches it in order to perform an upgrade?

If so, please make sure that on the machine where this is failing, there isn't any software that is blocking your executable from downloading the MSI (e.g. a Windows Firewall rule, an AntiVirus software).

Other than that, you can try to customize your executable to create a log file with some common steps (for instance, when it tries to download the MSI, when it tries to launch the MSI) so you can be more certain of which steps failed.

For instance, when you try to launch your executable, you can check the default download folder to see if the MSI file was downloaded there.

If it wasn't downloaded, the most probably this is an issue with the download process. If it was downloaded, the it might be a problem with the launch of the MSI file. For instance, if you are trying to install it silently, you will need to provide administrative privileges (the user must be an administrator), otherwise nothing will happen.

Hope this helps.

Best regards,
Catalin
Catalin Gheorghe - Advanced Installer Team
Follow us: Twitter - Facebook - YouTube

Return to “Common Problems”