Quote:

For systems with Windows XP SP1(or systems with Windows Installer version 2) or <, the string should be:

package.msi /qn

For systems >= Windows XP SP2 or Windows Installer version 3, the string should be:

package.msi /quiet





And... The difference is??
Code:

IF 0=Exist('%windir%\system32\myodbc3d.dll')
RUN 'MsiExec.exe /i @ldrive+"Programs\MySql.msi" /qn' ENDIF



You should not need the /quiet switch per - Command-Line Switches for the Microsoft Windows Installer Tool.

Can you post your finalized code on this?

HTH,

Kent
_________________________
Utilize these resources:
UDFs (Full List)
KiXtart FAQ & How to's