VMware Cloud Community
StepanSvoboda
Contributor
Contributor

Error dialog in background?

Hi guys, 

while testing this code sequence on win11. I got the erro message box. But it is under all other windows... Nothing visible, nothing seems to happen. Really bad from user perspective. How to raise that window to front? Or what else do you suggest?

<runProgram>
                    <program>${installed_path}\uninstall.exe</program>
                    <ruleList>
                        <fileExists path="${installed_path}/uninstall.exe"/>
                        <fileTest condition="writable" path="${installed_path}/uninstall.exe" />
                    </ruleList>
                </runProgram>
                <throwError>
                    <text>Old version needs to be uninstalled first.</text>
                    <ruleList>
                        <fileExists path="${installed_path}/uninstall.exe"/>
                        <fileTest condition="writable" path="${installed_path}/uninstall.exe" />
                    </ruleList>
                </throwError>

 

Tags (1)
0 Kudos
2 Replies
michieldhont_
Hot Shot
Hot Shot

Hi @StepanSvoboda,

Could you contact us in private support with this issue?

https://installbuilder.com/how-to-create-ticket.html

 

Regards,

Michiel

0 Kudos
StepanSvoboda
Contributor
Contributor

@michieldhont_ I will, via e-mail as I am not, as far as I know, paying custommer. (We do not pay for support. It was discussed lately, but deemed as not necessary.)

0 Kudos