I have created Visual studio setup project as MSI package. which uses other prerequisites which are located in along the msi package in their respective folders. To club all these in to a single file i have created a self extracting setup project using IExpress.
But when IExpress is trying to run my setup, its failing because the MSI installer is trying to locate the other prerequisites in their respective folders. But I did not understand how to create folders using IExpress.
Any help much appreciated.
Thanks.