Is it possible to do nested instllations of msi's in Visual 开发者_JS百科studio 2008 setup project?
No, only one MSI can execute at a time.
What you need is a 'bootstrapper' EXE to run each MSI in sequence.
Is it possible to do nested instllations of msi's in Visual 开发者_JS百科studio 2008 setup project?
No, only one MSI can execute at a time.
What you need is a 'bootstrapper' EXE to run each MSI in sequence.
精彩评论