Hello, I am trying to do this... Here is my setup.ini file: [startup] CmdLine=/sALL [Product1] Launch=msi msi=.\ACROPRO700\AcroPro.msi CmdLine=TRANSFORMS="AcroPro.mst" ISX_SERIALNUMBER= [Product2] Launch=self_exe exe=.\ACROPRO701\Acro-Reader_701_Update.exe ProductName=Adobe Acrobat 7.0.1 and Reader 7.0.1 Update ProductCode={AC76BA86-0000-7EC8-7489-000000000702} UpgradeCode={AC76BA86-FFFF-AC7E-0000-87DA8E000000} CmdLine= Require=Product1 [Product3] Launch=self_exe exe=.\ACROPRO702\Acro-Reader_702_Update.exe ProductName=Adobe Acrobat 7.0.2 and Reader 7.0.2 Update ProductCode={AC76BA86-0000-7EC8-7489-000000000703} UpgradeCode={AC76BA86-FFFF-AC7E-0000-87DA8E000000} CmdLine= Require=Product2 [Product4] Launch=self_exe exe=.\ACROPRO703\Acro-Reader_703_Update.exe ProductName=Adobe Acrobat 7.0.3 and Reader 7.0.3 Update ProductCode={AC76BA86-0000-7EC8-7489-000000000704} UpgradeCode={AC76BA86-FFFF-AC7E-0000-87DA8E000000} CmdLine= Require=Product3 IncludeIfSilent=Yes [Product5] Launch=self_exe exe=.\ACRO707\AcrobatUpd707_all_incr.exe ProductName=Adobe Acrobat 7.0.7 and Reader 7.0.7 Update CmdLine= Require= IncludeIfSilent=Yes Where did I go wrong? Thank you, John