valiot
Posts: 80
Joined: Tue Dec 04, 2012 1:41 am

Conditional check for updates before install

I want to do the Pre-Install updates conditionally. Is this possible?
valiot
Posts: 80
Joined: Tue Dec 04, 2012 1:41 am

Re: Conditional check for updates before install

I found this command line command in the docs:

/exenoupdates

If I use this with the bootstrapper, will it cancel the installer updates?
Daniel
Posts: 8276
Joined: Mon Apr 02, 2012 1:11 pm
Contact: Website

Re: Conditional check for updates before install

Hello,
I want to do the Pre-Install updates conditionally. Is this possible?
In order to achieve what you want you can create an EXE installation package and run with or without /exenoupdates command line paramater.
I found this command line command in the docs:

/exenoupdates

If I use this with the bootstrapper, will it cancel the installer updates?
Yes. The above command line switch will force the bootstrapper to cancel the update checks if "Check for updates before installation" option from "Updater" page is enabled.

Let us know if this helped.

All the best,
Daniel
Daniel Radu - Advanced Installer Team
Follow us: Twitter - Facebook - YouTube

Return to “Building Installers”