skywalker
Posts: 15
Joined: Mon Jul 17, 2017 12:34 pm

Execution order

Hey,
where can I determine that the Windows Features will be installed first?

Can I basically control somewhere which will be first executed?

Does it depend on the order in which I build it?


thanks
Sorin
Posts: 663
Joined: Mon May 08, 2017 1:03 pm

Re: Execution order

Hello,

Unfortunately Windows Installer doesn't guarantee the installation order of the features. Please give us more details regarding your scenario so we would recommend a workaround in your implementation.

Best regards,
Sorin
Sorin Stefan - Advanced Installer Team
Follow us: Twitter - Facebook - YouTube
skywalker
Posts: 15
Joined: Mon Jul 17, 2017 12:34 pm

Re: Execution order

SQL Express Advanced 2014 is installed Feature-Based. On a clean Win10 installation dotnet3.5 is not installed, which is needed for SQL.
I have found now this http://www.smart-arab.com/2013/12/insta ... 0-offline/ to install dotnet3.5 offline.
This is working for me :)

best regards,
Luke
Sorin
Posts: 663
Joined: Mon May 08, 2017 1:03 pm

Re: Execution order

Hello,

I'm glad that you've got things working. Please note that in case of prerequisites, they are installed in the order specified in the "Prerequisites" page list (from top to bottom). For changing the install order, you could right click on a prerequisite from that list and select "Move Up"/"Move Down" as it is shown in the attached screenshot.

Best regards,
Sorin
Attachments
MoveUp - Prerequisite.png
MoveUp - Prerequisite.png (40.74 KiB) Viewed 2975 times
Sorin Stefan - Advanced Installer Team
Follow us: Twitter - Facebook - YouTube

Return to “Building Installers”