cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
scottd72
Level 7

Dialog hides during xcopy operation...

My install calls xcopy in both OnFirstUIAfter and in OnMaintUIAfter. When the setup gets to the XCopy function the current dialog minimizes and hides until the operation is finished. Is there a way to make the dialog not disappear during xcopy?

Thanks.
Labels (1)
0 Kudos
(2) Replies
RobertDickau
Flexera Alumni

What kind of project is this (InstallScript or InstallScript MSI)? Is there anything going on with Enable/Disable(STATUSEX) or the like around the XCopyFile calls?
0 Kudos
scottd72
Level 7

RobertDickau wrote:
What kind of project is this (InstallScript or InstallScript MSI)? Is there anything going on with Enable/Disable(STATUSEX) or the like around the XCopyFile calls?


This is an Installscript project. The problem was I had disabled STATUSEX before the xcopy. Thanks for your help.
0 Kudos