b.biene
Posts: 66
Joined: Thu Nov 08, 2012 4:21 pm

Chained Package

Hi,

is it possible to control the the resources from my installere are installed after the execution of the chained packages?
Dan
Posts: 4529
Joined: Wed Apr 24, 2013 3:51 pm

Re: Chained Package

Hello,

I'm not sure I fully understand your scenario. Can you please give us more details, maybe exemplify?

Best regards,
Dan
Dan Ghiorghita - Advanced Installer Team
Follow us: Twitter - Facebook - YouTube
b.biene
Posts: 66
Joined: Thu Nov 08, 2012 4:21 pm

Re: Chained Package

I have a Setup, let's call it Main-Installer.

The Main-Installer uses several Chain-Packages.
One of them is a Installer with a Web-Deploy-Package, let's call it Web-Installer.

In the Main-Installer i want to add some additinal files to the IIS-Directory.
But the Web-Deploy gets executed after the file add operation of the Main-installer so that all files are replaced after the Web-Deploy operation.
Dan
Posts: 4529
Joined: Wed Apr 24, 2013 3:51 pm

Re: Chained Package

Hi,

If you don't want to perform a silent installation of the main installation package, then you can add the Web-Deploy-Package as a feature-based prerequisite. The feature-based prerequisites are launched right before the main installation when performing an installation with Full UI of the main installation package.

Since the feature-based prerequisites are installed before the main installation package, then you can add additional files from the main installation package.

You can also take a look on the Feature based prerequisites in quiet mode forum thread which may be useful to you.

Please let me know if that helped.

Best regards,
Dan
Dan Ghiorghita - Advanced Installer Team
Follow us: Twitter - Facebook - YouTube
b.biene
Posts: 66
Joined: Thu Nov 08, 2012 4:21 pm

Re: Chained Package

I know that i can use them featurebased - but then i loose the progress indicators of the chained packages.
b.biene
Posts: 66
Joined: Thu Nov 08, 2012 4:21 pm

Re: Chained Package

There is no way to control that the AddResources is executed after the Chained Package?
Dan
Posts: 4529
Joined: Wed Apr 24, 2013 3:51 pm

Re: Chained Package

Hello,

No, I'm afraid it is not.
If you have other questions, please let me know.

Best regards,
Dan
Dan Ghiorghita - Advanced Installer Team
Follow us: Twitter - Facebook - YouTube

Return to “Building Installers”