| 118 | | ;Section "MSXML4 SP2" msxml2 |
| 119 | | |
| 120 | | ; SectionIn 1 |
| 121 | | ; SetOutPath $INSTDIR |
| 122 | | |
| 123 | | ; SetOverwrite on |
| 124 | | ; SetShellVarContext all |
| 125 | | |
| 126 | | ; SetDetailsPrint textonly |
| 127 | | ; DetailPrint "Installing MSXML4 SP2..." |
| 128 | | ; SetDetailsPrint listonly |
| 129 | | |
| 130 | | ; SetOutPath $INSTDIR |
| 131 | | ; File "$%OLIBS_DEVEL_ROOT%\installer\msxml4.msi" |
| 132 | | |
| 133 | | ; ExecWait 'MsiExec.exe /qn /x{2AEBE10C-D819-4EBF-BC60-03BF2327D340}' ; uninstall MSXML4 if it's there |
| 134 | | ; ExecWait 'MsiExec.exe /qn /x{35343FF7-939B-401A-87B3-FF90A5123D88}' ; uninstall MSXML4 SP1 if it's there |
| 135 | | ; ExecWait 'MsiExec.exe /qn /i "$INSTDIR\msxml4.msi"' |
| | 118 | Section "MSXML6 SP1" |
| | 119 | |
| | 120 | SectionIn 1 |
| | 121 | SetOutPath $INSTDIR |
| | 122 | |
| | 123 | SetOverwrite on |
| | 124 | SetShellVarContext all |
| | 125 | |
| | 126 | SetDetailsPrint textonly |
| | 127 | DetailPrint "Installing MSXML6 SP1..." |
| | 128 | SetDetailsPrint listonly |
| | 129 | |
| | 130 | SetOutPath $INSTDIR |
| | 131 | File "..\installer\msxml6_x86.msi" |
| | 132 | |
| | 133 | ExecWait 'MsiExec.exe /qn /i "$INSTDIR\msxml6.msi /qb"' |