this is a simplistic example of my problem:
I have this simple bundle
<Chain>
<ExePackage SourceFile="C:\Users\this\Desktop\AAA\eee.exe"></ExePackage>
</Chain>
the eee.exe is the result of IEXPRESS of two files
- eee.bat
- eee.txt
IEXPRESS runs cmd /c eee.bat
eee.bat do some stuff then finishes with this line
shutdown -r -f -t 0
once the result of the Wix, the installer, is run it forces the reboot then rerun the instller
how can we change the behaviour of this so it will not rerun the installer after the reboot