I am using installshield LE 2012 for visual studio to create a installable file for my problem written in VB on .NET.
While my problem requires a third party driver to be installed first. So I added to run it as a custom action during installation "before first dialog".
However, every time I tried to install it, it shows the "error: catastrophic failure", which I have no idea what it means. Does it mean the process of installing the driver take too much time? or there is any resource collision problem between these two?
How to solve this problem? I really needs some help.
The OS I am using is Windows 7 Ultimate.