How to package software that it could auto update with Windows Installer.

A A 1 Reputation point
2022-11-07T12:20:16.137+00:00

I need instructions on how to package the software so that it can be automatically updated using the Windows Installer over the Internet and using local files as a fallback.

Windows development | Windows API - Win32
{count} votes

1 answer

Sort by: Most helpful
  1. RLWA32 49,636 Reputation points
    2022-11-07T13:27:36.643+00:00

    As far as I know Windows Installer does not support automatic updates over the internet for installed applications. You would need to create an .msi (or .msp) to update your application and deploy it to the systems on which your application is installed.

    1 person found this answer helpful.

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.