|
Is there a way to build into a setup.exe the ability to deploy all prerequisits for an OutLook 2003 Add-in using "Unattended\Quite mode? I can break the setup components apart and install using a command or zap file (See below)
\\Desert\soft\Add-in\Release\dotnetfx\dotnetfx.exe /Q:A /R:N /C:"install.exe /Q:A /R:N"
\\Desert\soft\Add-in\Release\Office2003PIA\O2003PIA.msi /quiet
\\Desert\soft\Add-in\Release\VSTORuntime\VSTOR.exe /Q:A /R:N /C:"install.exe /Q:A /R:N"
\\Desert\soft\Add-in\Release\OutlookAddinSetup.msi /quiet
However, is there a way to compile the "Switches" into the the project for the "OutLookAddinSetup". It would be very helpful to release the Prerequisits and AddIn in a silent, unattended mode from a single setup.exe
Thanks for any help,
Ron |<:^)
Human |