user209293
user209293

Reputation: 889

Nested Installation

Is it possible to do nested instllations of msi's in Visual studio 2008 setup project?

Upvotes: 1

Views: 190

Answers (1)

saschabeaumont
saschabeaumont

Reputation: 22406

No, only one MSI can execute at a time.

What you need is a 'bootstrapper' EXE to run each MSI in sequence.

Upvotes: 1

Related Questions