VS.Net 2005 Beta 2 - Installer Project - How do we enable quiet install on setup.exe

Product: Visual Studio .Net 2005 Beta 2

Requirement
Build an Installer Project with the ability to accept a quiet argument.
If the quiet argument is specified the installer should go a head and install any pre-requisites rather than prompting...

This is for the setup.exe and not the ...msi file (I'm already aware that the ...msi file supports the quiet argument).

I cannot use the ...msi with (Novell) Zenworks unless all of the pre-requisites are already met... that's why I need to the quiet mode within the setup.exe

Any ideas are welcome (except suggesting not to use Zenworks)?

[837 byte] By [Rodboy] at [2008-2-5]
# 1

I'm sorry but setup.exe does not support a quiet install. You will have to install the prequisites in some other way.

Regards,
Patrick Baker
Microsoft Visual Basic Deployment & Designer Team


This posting is provided "AS IS" with no warranties, and confers no rights.

PatrickBaker at 2007-9-8 > top of Msdn Tech,Windows Forms,ClickOnce and Setup & Deployment Projects...