the gridlock
Posts: 29
Joined: Mon Nov 02, 2020 8:29 am

How to Creat patch or simple update .exe file?

Hello, I used the advance installer to create my software installation package.
Right now I have a problem that needs help.
I need to create an .exe file for patch or update (free) purposes, it only includes a few .dll files, when installed I want it to overwrite the old file.

basically, I want the user after clicking -> the program will run and replace the old .dlls
These files are downloaded manually (not via the web Link).

What's your simple solution? Please show me the way!

Thanks you!
Catalin
Posts: 6586
Joined: Wed Jun 13, 2018 7:49 am

Re: How to Creat patch or simple update .exe file?

Hello and welcome to our forums,

Please note that what you have described is the default behavior of a major upgrade:

- the older version is uninstalled

- the newer version is installed

In order to enable a major upgrade, all you have to do is:

- go to "Product Details" page and increase the version, e.g.: 1.0.0 --> 1.0.1

- build the project

- when asked about chaning the ProductCode, select "Generate New"

Hope this helps!

Best regards,
Catalin
Catalin Gheorghe - Advanced Installer Team
Follow us: Twitter - Facebook - YouTube
the gridlock
Posts: 29
Joined: Mon Nov 02, 2020 8:29 am

Re: How to Creat patch or simple update .exe file?

hello catalin, your way worked for me.
Thanks!
Catalin
Posts: 6586
Joined: Wed Jun 13, 2018 7:49 am

Re: How to Creat patch or simple update .exe file?

You are always welcome!

I am glad I was able to help.

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

Return to “Building Installers”