FrodoH
Posts: 14
Joined: Thu Jul 21, 2011 9:39 am

Disable launch condition

Thu Mar 12, 2020 6:27 pm

I stupidly enabled the launch condition that allows installer to run only if active internet connection is found. Is there a way to disable this launch condition at run-time?

Thank you for your consideration.

Catalin
Posts: 6541
Joined: Wed Jun 13, 2018 7:49 am

Re: Disable launch condition

Fri Mar 13, 2020 3:01 pm

Hello,

I am afraid that this is not possible. The launch condition is evaluated by a custom executable that is embedded in your setup file at build time if the launch condition is checked.

Please let me know if there is anything else I could help you with and I will be glad to assist.

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

jsavona03
Posts: 2
Joined: Wed Feb 27, 2019 4:15 pm

Re: Disable launch condition

Wed Nov 03, 2021 4:40 pm

try adding paramenter

AI_DETECTED_INTERNET_CONNECTION=1

Catalin
Posts: 6541
Joined: Wed Jun 13, 2018 7:49 am

Re: Disable launch condition

Wed Nov 03, 2021 5:27 pm

Hello,

I'm afraid that might not work.

If you launch the setup as it follows:

Code: Select all

msiexec.exe /i <MySetup.msi> AI_DETECTED_INTERNET_CONNECTION=1
the launch condition will still abort the installation.

Is this working on your end?

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

Return to “Common Problems”