PDA

View Full Version : Error-11301



DanKing
09-02-2002, 10:46 AM
I have a project that was update from IS 5.3 to 5.5. When I load it I get an error -11301 "unable to create installation link file, check drive space and access priveleges" (which I have done, this isn't the problem). When I attempt to build the project I get a Error 11087 which apparently can be caused by missing folders , which again I have checked thoroughly against those projects that do work and even created a new project and pasted all my project files into the new folder structure. All without getting any closer to solving the problem. Its a bit of a long shot but can anyone give me a fix for this?

tw0001
09-02-2002, 01:21 PM
in \my installations\DataLink folder there should be an ISL file of the same name of your project. Open that up in notepad and correct the LOCATION value to the correct path.

If all else fails delete the ISL file in \My installations\DataLink folder and then reopen the project from File-Open.

If you're missing a \My Installations\DataLink folder then create one in Windows Explorer.

For 11087 error, see my reply (and directory structure picture) in the below thread:
http://community.installshield.com/showthread.php?s=&threadid=100709

Ted.

DanKing
09-03-2002, 03:06 AM
Thanks that seems to have sorted out the -11301 error. However, I checked my folder structure against yours and it was identical, I did eventually discover that the problem was that one of my components linked to a file group that didn't exist (I'd been removing features for a trial version of the program). Thanks for your help.