Search found 3 matches

Go to advanced search

by JordanD83
Fri Nov 04, 2022 7:43 pm
Forum: Common Problems
Topic: Chained Prerequisites waiting until one finished before starting next
Replies: 1
Views: 1873
 
Jump to post

Chained Prerequisites waiting until one finished before starting next

I have multiple chained prerequisites each installing a .msi, where each of those .msi's being installed needs to download to finish the install. How can I delay the installation of a proceeding .msi install run until the one before has been completed? I did read about creating Custom Behavior: Sear...
by JordanD83
Mon May 16, 2022 7:56 pm
Forum: Building Installers
Topic: Custom Action Install Parameters
Replies: 3
Views: 3113
 
Jump to post

Re: Custom Action Install Parameters

Hello and welcome to our forums, In order to pass a parameter (called property) to an MSI installation, you can proceed as it follows (outside of Advanced Installer): msiexec /i "<path_to_msi>" YOUR_PROPERTY="your_value" More details about this in the following article: Msiexec....
by JordanD83
Sat May 14, 2022 10:31 am
Forum: Building Installers
Topic: Custom Action Install Parameters
Replies: 3
Views: 3113
 
Jump to post

Custom Action Install Parameters

I have multiple .msi files I need to install from Custom Action - Launch Attached File, but I need to pass parameters for each. How can I do this? Would this be done in the Properties? And no I do not want to install these are prerequisites.

Go to advanced search