Archive: Send MUI window to background?


Send MUI window to background?
During my install I launch several MS installers (.net fx 2, language packs, active sync, MSI 3.1). For some reason the .NET fx installer goes to the background below the MUI window so the user can't see the progress bar (I launch it with command line parameters such that it only displays a progress bar).

Anyone have any thoughts about this?


4.9.14.7 HideWindow
EX:
section -
HideWindow
ExecWait '$WINDIR\NOTEPAD.EXE'
BringToFront
sectionend