Hi all,
I am seriously stuck up wid a problem...
I have one MSI and one MST file in my project. Now when i run these from command line it says few .dll's missing (FILE\ViRead.dll etc...)which are actually within a folder named FILE. Now when i put FILE folder in the same location where MSI and MST is present , the installation completes widout any error. Now i have to deliver my MSI and MST alone and i cant give FILE folder as it is with them so i created a CAB file and added the contents of the folder i.e. FILE into it and kept CAB file with MSI and MST. Now my deliverable contains MSI,MST and CAB file.
Now when i run MSI and MST ,this time again it gives the same dll missing error. I think this is because the cab file is not integrated into the package.
Can somebody tell how i can tell the MST or MSI that the FILE folder contents are now in CAB file and it should refer that cab file now to fetch the dll's.
Any sort of help will be highly appreciated....!!!
thanks in advance..:)