Sequencing Pre-requiste with the main application.
I have a query regarding sequencing, I have a SAP Admin setup.exe which install multiple pre-requisites (VC++ and Msxml4) with the main installation. I have questioned If the application requires pre - requisite for its functionalty then should it be sequenced inside the package or it should be install as pre-requiste before installing the package?
Answers (1)
C++ and MSXML are the kind of thing used by multiple applications. It's fairly standard to include these items in the core build (non-sequenced) - removing the need to provide them inside a sequence.
The App-V client requires two different flavours of C++ and MSXML 6.0 anyway - so you may already have some of the items on your target OS.
Hope that helps,
Dunnpy